Jason Lowe
83985eed2a
MAPREDUCE-6191. Improve clearing stale state of Java serialization
...
testcase. (Sam Liu via Eric Yang)
(cherry picked from commit c379e102dd
)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
(cherry picked from commit 303c650d0d
)
2016-02-10 16:46:58 +00:00
Akira Ajisaka
f943bf0e22
MAPREDUCE-6626. Reuse ObjectMapper instance in MapReduce. Contributed by Lin Yiqun.
...
(cherry picked from commit 10393d9a666419a5d8dc0cfb48da96e9c690c11e)
(cherry picked from commit 8cbe65a07dd0deb150e91b13e3a1cec13e3716ee)
2016-02-10 03:05:23 +09:00
Jason Lowe
5d653a3fd1
Update CHANGES.txt to reflect recent commits to branch-2.7 and branch-2.6.
...
(cherry picked from commit fba6e9f5ef
)
2016-02-09 16:56:12 +00:00
Junping Du
847158811b
Adding release 2.6.5 to CHANGES.txt
2016-02-02 18:36:39 -08:00
Jason Lowe
1d322ca5cc
MAPREDUCE-6621. Memory Leak in JobClient#submitJobInternal(). Contributed by Xuan Gong
...
(cherry picked from commit 43e669b22d
)
2016-02-02 19:32:04 +00:00
Jason Lowe
7bb48ed162
MAPREDUCE-6618. YarnClientProtocolProvider leaking the YarnClient thread. Contributed by Xuan Gong
...
(cherry picked from commit 59a212b6e1
)
2016-02-01 16:11:20 +00:00
Akira Ajisaka
ce5947916d
MAPREDUCE-6616. Fail to create jobhistory file if there are some multibyte characters in the job name. Contributed by Kousuke Saruta.
...
(cherry picked from commit d314a3f99d5d03c62a3b8fb8883886440ab7d1db)
(cherry picked from commit 79cde21064a1fe274a4dcbf3dec4ed0d743876cf)
2016-01-29 16:20:45 +09:00
cnauroth
ced22ca78f
MAPREDUCE-6563. Streaming documentation contains a stray % character. Contributed by Chris Nauroth.
...
(cherry picked from commit 41da9a0773
)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
(cherry picked from commit bd01fdb64d
)
2016-01-28 14:47:03 -08:00
Junping Du
7e3b092cf2
MAPREDUCE-6595. Fix findbugs warnings in OutputCommitter and FileOutputCommitter. Contributed by Akira AJISAKA.
...
(cherry picked from commit 86560a4978
)
(cherry picked from commit db7ff115c0
)
2016-01-28 06:20:13 -08:00
Jian He
d83b124c97
MAPREDUCE-6619. HADOOP_CLASSPATH is overwritten in MR container. Contributed by Junping Du
...
(cherry picked from commit da18bbedaf
)
2016-01-27 13:18:19 -08:00
Jian He
b6fe3c20c5
MAPREDUCE-6610. JobHistoryEventHandler should not swallow timeline response. Contributed by Li Lu
2016-01-25 23:01:52 -08:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
3efc72ccd5
Release process for 2.7.2: Set the release date for 2.7.2
...
(cherry picked from commit ec4d2d9f40
)
2016-01-25 15:47:39 -08:00
Akira Ajisaka
8ffa844d48
MAPREDUCE-6614. Remove unnecessary code in TestMapreduceConfigFields. Contributed by Kai Sasaki.
...
(cherry picked from commit a9386cae6e
)
2016-01-25 11:40:08 +09:00
Akira Ajisaka
b85b8d90d1
MAPREDUCE-6605. Fix typos mapreduce.map.skip.proc.count.autoincr and mapreduce.reduce.skip.proc.count.autoincr in mapred-default.xml. Contributed by Kai Sasaki.
...
(cherry picked from commit 7f215ffdd5
)
2016-01-22 18:38:08 +09:00
Jason Lowe
de31bff67d
MAPREDUCE-6554. MRAppMaster servicestart failing with NPE in MRAppMaster#parsePreviousJobHistory. Contributed by Bibin A Chundatt
...
(cherry picked from commit 9fbd579ab5
)
2016-01-15 16:54:03 +00:00
Akira Ajisaka
6816481c72
MAPREDUCE-6601. Fix typo in Job#setUseNewAPI. Contributed by Kai Sasaki.
...
(cherry picked from commit 5cc44d18aa
)
(cherry picked from commit 7c4be15991
)
2016-01-15 00:44:52 +09:00
Akira Ajisaka
d4d368d4e8
MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Vlad Sharanhovich and Bibin A Chundatt.
...
(cherry picked from commit 7b0964f354
)
(cherry picked from commit 6efee8907a
)
2016-01-14 10:41:45 +09:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
e3e09aa1e7
MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter)
...
Putting CHANGES.txt entry under 2.6.3 after the backport.
2016-01-13 15:05:43 -08:00
Jason Lowe
a22a7f61e4
MAPREDUCE-6473. Job submission can take a long time during Cluster initialization. Contributed by Kuhu Shukla
...
(cherry picked from commit f657b54281
)
2016-01-12 23:59:06 +00:00
Jason Lowe
bf6d50cda3
Add MR-5982 and MR-6492 to 2.6.4
...
(cherry picked from commit e5df366707
)
2016-01-11 18:33:25 +00:00
Junping Du
d7e10f8174
MAPREDUCE-6068. Illegal progress value warnings in map tasks. Contributed by Binglin Chang.
...
(cherry picked from commit 8c1adeaa26
)
(cherry picked from commit 51073c910c
)
2016-01-11 06:14:58 -08:00
Sangjin Lee
ae535ec93e
MAPREDUCE-6577. MR AM unable to load native library without MR_AM_ADMIN_USER_ENV set (sjlee)
...
(cherry picked from commit f6f16118d3
)
(cherry picked from commit 28fd4c70ca
)
2016-01-06 08:44:37 -08:00
Akira Ajisaka
5daa07481e
MAPREDUCE-6593. TestJobHistoryEventHandler.testTimelineEventHandling fails on trunk because of NPE. Contributed by Naganarasimha G R.
...
(cherry picked from commit 7dafee11d8
)
(cherry picked from commit 6d235f0b91
)
2016-01-04 16:31:42 +09:00
Akira Ajisaka
22ac1a1ac0
Set release date for 2.6.3
...
(cherry picked from commit db99e30f67
)
(cherry picked from commit 247ab92464
)
2016-01-04 16:13:06 +09:00
Akira Ajisaka
2139458a98
MAPREDUCE-6589. TestTaskLog outputs a log under directory other than target/test-dir. (aajisaka)
...
(cherry picked from commit 2a59d01503
)
(cherry picked from commit a8314505d0
)
2015-12-30 01:34:26 +09:00
Akira Ajisaka
7063d8d013
MAPREDUCE-6584. Remove trailing whitespaces from mapred-default.xml. (aajisaka)
...
(cherry picked from commit 1a06949126
)
2015-12-30 01:04:40 +09:00
Wangda Tan
aa85ce73de
MAPREDUCE-6574. MR AM should print host of failed tasks. (Mohammad Shahid Khan via wangda)
...
(cherry picked from commit 32b3dc11eb
)
(cherry picked from commit ca575e6add
)
2015-12-28 11:08:31 -08:00
Rohith Sharma K S
550840f402
MAPREDUCE-6419. JobHistoryServer doesn't sort properly based on Job ID when Job id's exceed 9999. (Mohammad Shahid Khan via rohithsharmaks)
...
(cherry picked from commit a308e86621
)
2015-12-24 12:02:53 +05:30
Akira Ajisaka
5f34cbff5c
MAPREDUCE-6583. Clarify confusing sentence in MapReduce tutorial document. Contributed by Kai Sasaki.
...
(cherry picked from commit 7995a6ea4d
)
(cherry picked from commit 8607cb6074
)
2015-12-21 00:18:40 +09:00
Xuan
93c483889c
MAPREDUCE-6566. Add retry support to mapreduce CLI tool. Contributed by Varun Vasudev
...
(cherry picked from commit d4e766de93
)
(cherry picked from commit 5891d6ed55
)
2015-12-16 15:31:09 -08:00
Zhihai Xu
c4febc7d02
MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki
...
(cherry picked from commit 5b7078d069
)
2015-12-15 22:42:19 -08:00
Junping Du
12fb8b4cc5
Add 2.6.4 as release entry to CHANGES.txt
2015-12-02 07:38:03 -08:00
Vinod Kumar Vavilapalli
efaef45a24
Reverting previous commit which added 2.9.0 entries. Don't need that in branch-2.8.
...
Revert "Adding release 2.8.0 to CHANGES.txt"
This reverts commit 767815f317
.
2015-11-25 17:49:48 -08:00
Vinod Kumar Vavilapalli
767815f317
Adding release 2.8.0 to CHANGES.txt
...
(cherry picked from commit d57fd181c7
)
2015-11-25 17:37:47 -08:00
Robert Kanter
7b4bf23b2a
MAPREDUCE-6550. archive-logs tool changes log ownership to the Yarn user when using DefaultContainerExecutor (rkanter)
...
(cherry picked from commit 6d84cc16b3
)
2015-11-25 17:13:00 -08:00
Robert Kanter
8c6273d117
MAPREDUCE-6549. multibyte delimiters with LineRecordReader cause duplicate records (wilfreds via rkanter)
...
(cherry picked from commit 7fd00b3db4
)
2015-11-25 17:03:52 -08:00
Junping Du
628c782870
Tests in mapreduce-client-app are writing outside of target. Contributed by Akira AJISAKA.
...
(cherry picked from commit 15d577bfbb
)
2015-11-25 09:16:22 -08:00
Akira Ajisaka
5794dc83b0
Fix indents in the 2.8.0 section of MapReduce CHANGES.txt.
...
(cherry picked from commit 177975e962
)
2015-11-25 16:44:25 +09:00
Akira Ajisaka
c6cf7910a4
MAPREDUCE-6553. Replace '\u2b05' with '<-' in rendering job configuration. Contributed by Gabor Liptak.
...
(cherry picked from commit 5ec44fc35c
)
2015-11-25 16:33:18 +09:00
Jason Lowe
2f18218508
MAPREDUCE-5870. Support for passing Job priority through Application Submission Context in Mapreduce Side. Contributed by Sunil G
...
(cherry picked from commit f634505d48
)
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestJobConf.java
2015-11-24 22:15:37 +00:00
Jason Lowe
ef3e01a1e4
MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly misleading. Contributed by Nathan Roberts
...
(cherry picked from commit cab3c7c889
)
2015-11-24 22:01:53 +00:00
Jason Lowe
d13b646c61
Update CHANGES.txt for recent commits to branch-2.6.
...
(cherry picked from commit aa2009c37b
)
2015-11-23 21:58:57 +00:00
Jason Lowe
44011a1759
Update CHANGES.txt to reflect commit of MR-6377 to branch-2.7 and branch-2.6.
...
(cherry picked from commit be9f3bba73
)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
2015-11-18 17:26:13 +00:00
Akira Ajisaka
8de7911eb3
MAPREDUCE-6499. Add elapsed time for retired job in JobHistoryServer WebUI. Contributed by Lin Yiqun.
...
(cherry picked from commit a7f776ffdf
)
2015-11-17 15:18:32 +09:00
Jian He
f562c155d2
MAPREDUCE-5485. Allow repeating job commit by extending OutputCommitter API. Contributed by Junping Du
2015-11-16 17:08:22 -08:00
Sangjin Lee
3214c2331f
MAPREDUCE-6540. TestMRTimelineEventHandling fails (sjlee)
...
(cherry picked from commit 9ad708a0df
)
2015-11-11 16:22:28 -08:00
Jason Lowe
ee5c20ddef
MAPREDUCE-6533. testDetermineCacheVisibilities of TestClientDistributedCacheManager is broken. Contributed by Chang Li
...
(cherry picked from commit df68eac825
)
2015-11-11 17:27:03 +00:00
Tsuyoshi Ozawa
1c0c77e7f0
MAPREDUCE-5763. Warn message about httpshuffle in NM logs. Contributed by Akira AJISAKA.
...
(cherry picked from commit 668e897538
)
2015-11-09 15:26:02 +09:00
Jason Lowe
8334d86472
Add 2.7.3 release to CHANGES.txt
...
(cherry picked from commit 0383a3973b
)
2015-11-04 16:27:28 +00:00
Sangjin Lee
b2d6ea5e18
Updated the 2.6.2 final release date.
...
(cherry picked from commit a4a6b5b4b4
)
2015-10-30 18:49:21 -07:00