Chris Nauroth
|
e2903cc46c
MAPREDUCE-5451. Merging change r1539416 from branch-2 to branch-2.2
|
11 gadi atpakaļ |
Chris Nauroth
|
2096f27640
MAPREDUCE-5604. Merging change r1538038 from branch-2 to branch-2.2
|
11 gadi atpakaļ |
Jason Darrell Lowe
|
634aa57167
svn merge -c 1536724 FIXES: MAPREDUCE-5598. TestUserDefinedCounters.testMapReduceJob is flakey. Contributed by Robert Kanter
|
11 gadi atpakaļ |
Jason Darrell Lowe
|
b2d9c468c6
svn merge -c 1536711 FIXES: MAPREDUCE-5596. Allow configuring the number of threads used to serve shuffle connections. Contributed by Sandy Ryza
|
11 gadi atpakaļ |
Sanford Ryza
|
2cac1638cf
MAPREDUCE-4680. Job history cleaner should only check timestamps of files in old enough directories (Robert Kanter via Sandy Ryza)
|
11 gadi atpakaļ |
Jason Darrell Lowe
|
5f571224c6
svn merge -c 1534832 FIXES: MAPREDUCE-5561. org.apache.hadoop.mapreduce.v2.app.job.impl.TestJobImpl testcase failing on trunk. Contributed by Karthik Kambatla
|
11 gadi atpakaļ |
Sanford Ryza
|
e77191f873
MAPREDUCE-5457. Add a KeyOnlyTextOutputReader to enable streaming to write out text files without separators (Sandy Ryza)
|
11 gadi atpakaļ |
Devarajulu K
|
e7a76e14db
MAPREDUCE-5518. Fixed typo "can't read paritions file". Contributed by Albert Chu.
|
11 gadi atpakaļ |
Chris Nauroth
|
95a42a8560
MAPREDUCE-5546. Merging change r1532017 from branch-2 to branch-2.2
|
11 gadi atpakaļ |
Sanford Ryza
|
404933808e
MAPREDUCE-5463. Deprecate SLOTS_MILLIS counters. (Tzuyoshi Ozawa via Sandy Ryza)
|
11 gadi atpakaļ |
Siddharth Seth
|
a2bc48fba8
MAPREDUCE-5329. Allow MR applications to use additional AuxServices, which are compatible with the default MapReduce shuffle. Contributed by Avner BenHanoch.
|
11 gadi atpakaļ |
Jason Darrell Lowe
|
518e750ecb
svn merge -c 1530683 FIXES: MAPREDUCE-5569. FloatSplitter is not generating correct splits. Contributed by Nathan Roberts
|
11 gadi atpakaļ |
Arun Murthy
|
73ecc8c239
Moving recent bug-fixes to hadoop-2.2.1.
|
11 gadi atpakaļ |
Arun Murthy
|
15cf78852f
Preparing for hadoop-2.2.0 release.
|
11 gadi atpakaļ |
Vinod Kumar Vavilapalli
|
f584d78777
MAPREDUCE-5562. Fixed MR App Master to perform pending tasks like staging-dir cleanup, sending job-end notification correctly when unregister with RM fails. Contributed by Zhijie Shen.
|
11 gadi atpakaļ |
Vinod Kumar Vavilapalli
|
e6e512dbec
MAPREDUCE-5533. Fixed MR speculation code to track any TaskAttempts that aren't heart-beating for a while, so that we can aggressively speculate instead of waiting for task-timeout. Contributed by Xuan Gong.
|
11 gadi atpakaļ |
Chris Nauroth
|
e48a2f6e61
MAPREDUCE-5442. Merging change r1529079 from branch-2 to branch-2.1-beta
|
11 gadi atpakaļ |
Bikas Saha
|
1d91e78504
Merge r1529007 from branch-2 to branch-2.1-beta for MAPREDUCE-5489. MR jobs hangs as it does not use the node-blacklisting feature in RM requests (Zhijie Shen via bikas)
|
11 gadi atpakaļ |
Sanford Ryza
|
6773e32200
MAPREDUCE-5554. hdfs-site.xml included in hadoop-mapreduce-client-jobclient tests jar is breaking tests for downstream components (Robert Kanter via Sandy Ryza)
|
11 gadi atpakaļ |
Arun Murthy
|
52ecd98a6e
Merge -c 1528626 from trunk to branch-2.1-beta to fix MAPREDUCE-5459. Update documentation on how to run MRv1 examples on YARN. Contributed by Zhijie Shen.
|
11 gadi atpakaļ |
Arun Murthy
|
9ef780d861
Merge -c 1528533 from trunk to branch-2.1-beta to fix MAPREDUCE-5530. Fix compat with hadoop-1 in mapred.lib.CombinFileInputFormat by re-introducing isSplittable(FileSystem, Path) api and ensuring semantic compatibility. Contributed by Robert Kanter.
|
11 gadi atpakaļ |
Vinod Kumar Vavilapalli
|
293c6dd5cb
MAPREDUCE-5536. Fixed MR AM and JHS to respect mapreduce.jobhistory.webapp.https.address. Contributed by Omkar Vinit Joshi.
|
11 gadi atpakaļ |
Sanford Ryza
|
8bbaf5b1af
MAPREDUCE-5544. JobClient#getJob loads job conf twice. (Sandy Ryza)
|
11 gadi atpakaļ |
Arun Murthy
|
41340b7e62
Merge -c 1527848 from trunk to branch-2.1-beta to fix MAPREDUCE-5551. Fix compat with hadoop-1 in SequenceFileAsBinaryOutputFormat.WritableValueBytes by re-introducing missing constructors. Contributed by Zhijie Shen.
|
11 gadi atpakaļ |
Vinod Kumar Vavilapalli
|
5b21ff458b
MAPREDUCE-5538. Fixed MR AppMaster to send job-notification URL only after the job is really done - a bug caused by MAPREDUCE-5505. Contributed by Zhijie Shen.
|
11 gadi atpakaļ |
Arun Murthy
|
9fbe1e77b6
Merge -c 1527048 from trunk to branch-2.1-beta to fix MAPREDUCE-5529. Fix compat with hadoop-1 in mapred.TotalOrderPartitioner by re-introducing (get,set)PartitionFile which takes in JobConf. Contributed by Robert Kanter.
|
11 gadi atpakaļ |
Jason Darrell Lowe
|
9a9b43e435
svn merge -c 1527037 FIXES: MAPREDUCE-5545. org.apache.hadoop.mapred.TestTaskAttemptListenerImpl.testCommitWindow times out. Contributed by Robert Kanter
|
11 gadi atpakaļ |
Arun Murthy
|
fa5119e732
Merge -c 1527033 from trunk to branch-2.1-beta to fix MAPREDUCE-5531. Fix compat with hadoop-1 in mapreduce.(TaskID, TaskAttemptID) by re-introducing missing constructors. Contributed by Robert Kanter.
|
11 gadi atpakaļ |
Jason Darrell Lowe
|
4f4d92cc2d
svn merge -c 1526688 FIXES: MAPREDUCE-5513. ConcurrentModificationException in JobControl. Contributed by Robert Parker
|
11 gadi atpakaļ |
Chris Nauroth
|
2fc06e0eb6
MAPREDUCE-5525. Merging change r1526625 from branch-2 to branch-2.1-beta
|
11 gadi atpakaļ |