Akira Ajisaka
|
1a06949126
|
MAPREDUCE-6584. Remove trailing whitespaces from mapred-default.xml. (aajisaka)
|
2015-12-30 01:04:11 +09:00 |
Wangda Tan
|
ca575e6add
|
MAPREDUCE-6574. MR AM should print host of failed tasks. (Mohammad Shahid Khan via wangda)
(cherry picked from commit 32b3dc11eb )
|
2015-12-28 11:04:30 -08:00 |
Rohith Sharma K S
|
2d0348c907
|
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:00:37 +05:30 |
Akira Ajisaka
|
8607cb6074
|
MAPREDUCE-6583. Clarify confusing sentence in MapReduce tutorial document. Contributed by Kai Sasaki.
(cherry picked from commit 7995a6ea4d )
|
2015-12-21 00:16:39 +09:00 |
Xuan
|
5891d6ed55
|
MAPREDUCE-6566. Add retry support to mapreduce CLI tool. Contributed by Varun Vasudev
(cherry picked from commit d4e766de93 )
|
2015-12-16 15:29:33 -08:00 |
Vinod Kumar Vavilapalli
|
74a011d73a
|
Revert "MAPREDUCE-6566. Add retry support to mapreduce CLI tool. Contributed by Varun Vasudev"
This reverts commit 3b10ff6a6f .
|
2015-12-16 15:12:24 -08:00 |
Zhihai Xu
|
65cbac9de4
|
Update CHANGES.txt to move MAPREDUCE-6436 from YARN to MAPREDUCE
(cherry picked from commit 7092d47fc0 )
|
2015-12-15 21:49:22 -08:00 |
Xuan
|
3b10ff6a6f
|
MAPREDUCE-6566. Add retry support to mapreduce CLI tool. Contributed by Varun Vasudev
(cherry picked from commit fc470840a0 )
|
2015-12-07 14:15:50 -08:00 |
Junping Du
|
092c469059
|
Creating 2.6.4 entries in CHANGES.txt files.
(cherry picked from commit 028894281b )
|
2015-12-01 08:18:57 -08:00 |
Jason Lowe
|
854ef2be5b
|
Update CHANGES.txt for commit of MR-6549 to branch-2.7 and branch-2.6.
(cherry picked from commit 43acf9ab8e )
|
2015-11-30 17:55:37 +00: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 |
Kihwal Lee
|
52819fe4ef
|
MAPREDUCE-6451. DistCp has incorrect chunkFilePath for multiple jobs when strategy is dynamic. Contributed by Kuhu Shukla.
(cherry picked from commit 2868ca0328 )
|
2015-10-30 14:57:57 -05:00 |
Jason Lowe
|
a7d8895b60
|
MAPREDUCE-6528. Memory leak for HistoryFileManager.getJobSummary(). Contributed by Junping Du
(cherry picked from commit 6344b6a769 )
|
2015-10-30 15:32:48 +00:00 |
Jason Lowe
|
055e11c53e
|
Update CHANGES.txt to reflect commit of MR-6273 to branch-2.6
(cherry picked from commit 6ae9efaf59 )
|
2015-10-30 15:19:49 +00:00 |
Jason Lowe
|
8dce482f61
|
Creating 2.6.3 entries in CHANGES.txt files.
(cherry picked from commit eadf7b3096 )
|
2015-10-30 14:52:06 +00:00 |
Jason Lowe
|
d6d642a4e3
|
Update CHANGES.txt to reflect commit of MR-6273 to branch-2.7
(cherry picked from commit ecad1253b7 )
|
2015-10-29 18:33:24 +00:00 |
Jason Lowe
|
145058003a
|
MAPREDUCE-6515. Update Application priority in AM side from AM-RM heartbeat. Contributed by Sunil G
(cherry picked from commit cf953b6258 )
|
2015-10-29 18:05:56 +00:00 |
Sangjin Lee
|
16db203a83
|
Set the release date for 2.6.2
|
2015-10-28 20:48:49 -07:00 |
Junping Du
|
801ce47e28
|
MAPREDUCE-6508. TestNetworkedJob fails consistently due to delegation token changes on RM. Contributed by Akira AJISAKA
(cherry picked from commit eb6379ca25 )
|
2015-10-23 10:07:41 -07:00 |
Jason Lowe
|
7c002e2416
|
MAPREDUCE-6518. Set SO_KEEPALIVE on shuffle connections. Contributed by Chang Li
(cherry picked from commit ee9b80acf8 )
|
2015-10-21 21:45:51 +00:00 |
Jason Lowe
|
be72ed1c75
|
MAPREDUCE-6489. Fail fast rogue tasks that write too much to local disk. Contributed by Maysam Yabandeh
|
2015-10-21 14:11:48 +00:00 |
Robert Kanter
|
492142097b
|
MAPREDUCE-6495. Docs for archive-logs tool (rkanter)
(cherry picked from commit 0c4af0f998 )
|
2015-10-20 17:34:56 -07:00 |
Karthik Kambatla
|
2d8f9e3fd9
|
MAPREDUCE-6302. Incorrect headroom can lead to a deadlock between map and reduce allocations. (kasha)
(cherry picked from commit 4aa9b3e75c )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java
|
2015-10-09 07:54:47 -07:00 |
Akira Ajisaka
|
22ff37f5ce
|
MAPREDUCE-6479. Add missing mapred job command options in mapreduce document. Contributed by nijel.
(cherry picked from commit 584cf3bb35 )
|
2015-10-09 10:58:15 +09:00 |
Robert Kanter
|
e5bf4594cc
|
MAPREDUCE-6503. archive-logs tool should use HADOOP_PREFIX instead of HADOOP_HOME (rkanter)
(cherry picked from commit 1bca1bb517 )
|
2015-10-06 16:50:18 -07:00 |
rohithsharmaks
|
7dd9ebdebc
|
MAPREDUCE-6485. Create a new task attempt with failed map task priority if in-progress attempts are unassigned. (Xianyin Xin via rohithsharmaks)
(cherry picked from commit 439f43ad3d )
|
2015-10-02 20:36:20 +05:30 |
Akira Ajisaka
|
e42f576232
|
MAPREDUCE-6497. Fix wrong value of JOB_FINISHED event in JobHistoryEventHandler. Contributed by Shinichi Yamashita.
(cherry picked from commit 195793c6f3 )
|
2015-10-01 10:26:00 +02:00 |
Robert Kanter
|
46ef5aa8eb
|
MAPREDUCE-6494. Permission issue when running archive-logs tool as different users (rkanter)
(cherry picked from commit 5db371f52f )
|
2015-09-30 17:34:03 -07:00 |
Jason Lowe
|
3c4c52a095
|
MAPREDUCE-6492. AsyncDispatcher exit with NPE on TaskAttemptImpl#sendJHStartEventForAssignedFailTask. Contributed by Bibin A Chundatt
(cherry picked from commit ab11085b81 )
|
2015-09-28 22:13:03 +00:00 |
Harsh J
|
03e370e306
|
MAPREDUCE-6471. Document distcp incremental copy. Contributed by Neelesh Srinivas Salian.
(cherry picked from commit 66dad854c0 )
|
2015-09-28 13:14:20 +05:30 |
Robert Kanter
|
d8a5d2b2fc
|
MAPREDUCE-6480. archive-logs tool may miss applications (rkanter)
(cherry picked from commit 8fec882cfaac047af1892615fe32d8c3ca02e7f9)
|
2015-09-25 15:00:07 -07:00 |
Zhihai Xu
|
e5ba1a0521
|
MAPREDUCE-6484. Yarn Client uses local address instead of RM address as token renewer in a secure cluster when RM HA is enabled. Contributed by Zhihai Xu
(cherry picked from commit 97a08807ec )
|
2015-09-24 08:14:11 -07:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
f48af332a7
|
Release process for 2.6.1: Set the release date for 2.6.1
(cherry picked from commit 1f707ecffd )
|
2015-09-23 15:12:30 -07:00 |
Harsh J
|
38420754f5
|
MAPREDUCE-5045. UtilTest#isCygwin method appears to be unused. Contributed by Neelesh Srinivas Salian.
(cherry picked from commit de1322aa76007832698af682a3b76042116043b9)
|
2015-09-22 21:38:31 +05:30 |