Zhijie Shen
|
d21ef79707
|
YARN-2890. MiniYARNCluster should start the timeline server based on the configuration. Contributed by Mit Desai.
(cherry picked from commit 51af8d367d )
|
2014-12-01 19:08:31 -08:00 |
Jason Lowe
|
b6d7b789bd
|
MAPREDUCE-6160. Potential NullPointerException in MRClientProtocol interface implementation. Contributed by Rohith
(cherry picked from commit 0c588904f8 )
|
2014-12-01 22:40:38 +00:00 |
Jason Lowe
|
2bdef5697b
|
MAPREDUCE-6172. TestDbClasses timeouts are too aggressive. Contributed by Varun Saxena
(cherry picked from commit 2b30fb1053 )
|
2014-12-01 21:52:51 +00:00 |
Jian He
|
80e9be2d95
|
MAPREDUCE-5568. Fixed CompletedJob in JHS to show progress percentage correctly in case the number of mappers or reducers is zero. Contributed by MinJi Kim
(cherry picked from commit 78f7cdbfd6 )
|
2014-11-25 13:03:40 -08:00 |
Karthik Kambatla
|
e0df934ed1
|
Update release date for 2.5.2
(cherry picked from commit 1e9a3f42ff )
|
2014-11-21 14:34:47 -08:00 |
Jonathan Eagles
|
6570f7fd72
|
YARN-2375. Allow enabling/disabling timeline server per framework. (Mit Desai via jeagles)
(cherry picked from commit c298a9a845 )
|
2014-11-20 23:40:26 -06:00 |
Karthik Kambatla
|
3a4211ec2c
|
MAPREDUCE-6169. MergeQueue should release reference to the current item from key and value at the end of the iteration to save memory. (Zhihai Xu via kasha)
(cherry picked from commit 90194ca1cb )
|
2014-11-20 15:37:18 -08:00 |
Devaraj K
|
09df35e51d
|
MAPREDUCE-6049. AM JVM does not exit if MRClientService graceful shutdown
fails. Contributed by Rohith.
(cherry picked from commit 7250b0bf91 )
|
2014-11-18 22:07:26 +05:30 |
Jason Lowe
|
0b9a1a3e03
|
MAPREDUCE-6162. mapred hsadmin fails on a secure cluster. Contributed by Jason Lowe
(cherry picked from commit 09b3dee122 )
|
2014-11-17 23:01:16 +00:00 |
Ravi Prakash
|
45692effe4
|
MAPREDUCE-5918. LineRecordReader can return the same decompressor to CodecPool multiple times (Sergey Murylev via raviprak)
|
2014-11-14 03:48:28 -08:00 |
Arun C. Murthy
|
fc324d7062
|
Preparing to release hadoop-2.6.0-rc1.
(cherry picked from commit 9ff7315cbe )
|
2014-11-13 13:03:13 -08:00 |
Jason Lowe
|
e62a5f9d0a
|
MAPREDUCE-6156. Fetcher - connect() doesn't handle connection refused correctly. Contributed by Junping Du
(cherry picked from commit 177e8090f5 )
|
2014-11-13 15:43:28 +00:00 |
cnauroth
|
69a7780ee5
|
HADOOP-7984. Add hadoop --loglevel option to change log level. Contributed by Aikira AJISAKA.
|
2014-11-12 21:44:05 -08:00 |
Karthik Kambatla
|
92de44c2c5
|
Set the release date for 2.5.2
(cherry picked from commit 68a0508728 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-11-10 15:23:43 -08:00 |
Arun C. Murthy
|
adfb830a2b
|
Preparing to release hadoop-2.6.0: Set version in branch-2 to 2.7.0-SNAPSHOT.
|
2014-11-09 19:19:02 -08:00 |
Arun C. Murthy
|
cff08dab5e
|
Updated CHANGES.txt to reflect hadoop-2.6.0 release dates.
(cherry picked from commit 770cc14442 )
|
2014-11-09 18:48:01 -08:00 |
Arun C. Murthy
|
175d222bfc
|
YARN-2830. Add backwords compatible ContainerId.newInstance constructor. Contributed by Jonathan Eagles.
(cherry picked from commit 43cd07b408 )
|
2014-11-09 15:03:59 -08:00 |
Arun C. Murthy
|
1f5bad04ce
|
HADOOP-11286. Copied LimitInputStream from guava-0.14 to hadoop to avoid issues with newer versions of guava in applications. Contributed by Christopher Tubbs.
(cherry picked from commit 6caa8100d5 )
|
2014-11-09 05:23:10 -08:00 |
Kihwal Lee
|
a19123df9a
|
MAPREDUCE-5958. Wrong reduce task progress if map output is compressed. Contributed by Emilio Coppa and Jason Lowe.
(cherry picked from commit 8f701ae07a )
|
2014-11-06 15:56:10 -06:00 |
Jason Lowe
|
c0bbb72912
|
MAPREDUCE-5960. JobSubmitter's check whether job.jar is local is incorrect with no authority in job jar path. Contributed by Gera Shegalov
(cherry picked from commit 10f9f5101c )
|
2014-11-06 15:12:06 +00:00 |
Jian He
|
944fb1c3a9
|
MAPREDUCE-6048. Fixed TestJavaSerialization failure. Contributed by Varun Vasudev
(cherry picked from commit 73068f677b )
|
2014-11-04 20:20:33 -08:00 |
Haohui Mai
|
fa92b40f09
|
HADOOP-11230. Add missing dependency of bouncycastle for kms, httpfs, hdfs, MR and YARN. Contributed by Robert Kanter.
|
2014-11-04 17:53:00 -08:00 |
Karthik Kambatla
|
6f9484221e
|
Adding release 2.5.2 to CHANGES.txt
(cherry picked from commit 4de56d27fb )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2014-11-04 16:51:54 -08:00 |
Haohui Mai
|
aa09c4c342
|
HADOOP-10563. Remove the dependency of jsp in trunk. Contributed by Haohui Mai.
|
2014-11-04 14:52:51 -08:00 |
Zhijie Shen
|
c4aaa4db6c
|
MAPREDUCE-6052. Supported overriding the default container-log4j.properties file per job. Contributed by Junping Du.
(cherry picked from commit ed63b11646 )
|
2014-11-01 00:49:38 -07:00 |
Vinod Kumar Vavilapalli
|
0ba8d8c19c
|
YARN-2698. Moved some node label APIs to be correctly placed in client protocol. Contributed by Wangda Tan.
(cherry picked from commit e0233c16eb )
|
2014-10-30 23:02:06 -07:00 |
Kihwal Lee
|
45b6dea95f
|
MAPREDUCE-6022. map_input_file is missing from streaming job
environment. Contributed by Jason Lowe.
(cherry picked from commit b056048114 )
|
2014-10-29 12:30:08 -05:00 |
Vinod Kumar Vavilapalli
|
063bb0508b
|
MAPREDUCE-6142. Fixed test failures in TestJobHistoryEventHandler and TestMRTimelineEventHandling. Contributed by Zhijie Shen.
(cherry picked from commit 3f1441245d )
|
2014-10-29 09:58:50 -07:00 |
Karthik Kambatla
|
160aebcae2
|
HADOOP-11243. SSLFactory shouldn't allow SSLv3. (Wei Yan via kasha)
(cherry picked from commit 3c5f5af118 )
|
2014-10-28 18:08:00 -07:00 |
Zhijie Shen
|
52695d38fc
|
MAPREDUCE-6018. Added an MR specific config to enable emitting job history data to the timeline server. Contributed by Robert Kanter.
(cherry picked from commit 971e91c8c0 )
|
2014-10-27 21:08:38 -07:00 |
Zhijie Shen
|
733380fa70
|
MAPREDUCE-5933. Enabled MR AM to post history events to the timeline server. Contributed by Robert Kanter.
(cherry picked from commit 6b2f11b54b )
|
2014-10-27 20:41:02 -07:00 |
Zhijie Shen
|
3b03ea6b50
|
YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and made related MR changes. Contributed by Jian He.
(cherry picked from commit 0f3b6900be )
|
2014-10-23 22:03:30 -07:00 |
Jian He
|
1c235a4448
|
YARN-2198. Remove the need to run NodeManager as privileged account for Windows Secure Container Executor. Contributed by Remus Rusanu
(cherry picked from commit 3b12fd6cfb )
|
2014-10-22 15:58:26 -07:00 |
Jian He
|
9b973b7c83
|
MAPREDUCE-6126. Fixed Rumen JobBuilder to ignore NormalizedResourceEvent. Contributed by Junping Du
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
|
2014-10-22 10:57:32 -07:00 |
Ivan Mitic
|
b4668f41e8
|
Revert "MAPREDUCE-5911. Terasort TeraOutputFormat does not check for output directory existance. Contributed by Bruno P. Kinoshita."
This reverts commit 767a3fd0b7 .
|
2014-10-19 23:50:42 -04:00 |
Ivan Mitic
|
767a3fd0b7
|
MAPREDUCE-5911. Terasort TeraOutputFormat does not check for output directory existance. Contributed by Bruno P. Kinoshita.
(cherry picked from commit 7bbda6ef92 )
|
2014-10-19 19:10:31 -04:00 |
Jason Lowe
|
8885b75d78
|
MAPREDUCE-5542. Killing a job just as it finishes can generate an NPE in client. Contributed by Rohith
(cherry picked from commit 209b1699fc )
|
2014-10-17 19:53:17 +00:00 |
Jian He
|
f93d2ea27e
|
YARN-2312. Deprecated old ContainerId#getId API and updated MapReduce to use ContainerId#getContainerId instead. Contributed by Tsuyoshi OZAWA
|
2014-10-15 15:28:26 -07:00 |
Jason Lowe
|
025b6c13e9
|
MAPREDUCE-5970. Provide a boolean switch to enable MR-AM profiling. Contributed by Gera Shegalov
(cherry picked from commit f19771a24c )
|
2014-10-15 17:51:53 +00:00 |
Jason Lowe
|
1179a0cb07
|
MAPREDUCE-5873. Shuffle bandwidth computation includes time spent waiting for maps. Contributed by Siqi Li
(cherry picked from commit b9edad6403 )
|
2014-10-15 15:54:57 +00:00 |
Jason Lowe
|
942fb67a04
|
MAPREDUCE-6115. TestPipeApplication#testSubmitter fails in trunk. Contributed by Binglin Chang
(cherry picked from commit 793dbf2465 )
|
2014-10-13 16:05:29 +00:00 |
Jason Lowe
|
e17e3bdbc4
|
MAPREDUCE-6125. TestContainerLauncherImpl sometimes fails. Contributed by Mit Desai
(cherry picked from commit bbe80cdc7b )
|
2014-10-13 15:09:26 +00:00 |
Karthik Kambatla
|
7bfd9e068d
|
MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)
(cherry picked from commit ed0e0ef9748ce5b231de677ab41c3035137bbde4)
|
2014-10-11 22:49:46 -07:00 |
cnauroth
|
f6278cbac5
|
MAPREDUCE-6123. TestCombineFileInputFormat incorrectly starts 2 MiniDFSCluster instances. Contributed by Chris Nauroth.
(cherry picked from commit 777877d079 )
|
2014-10-09 22:38:25 -07:00 |
cnauroth
|
61be28f501
|
MAPREDUCE-6122. Fix CHANGES.txt.
(cherry picked from commit 2f0166db56 )
|
2014-10-09 22:32:38 -07:00 |
cnauroth
|
85a2b90740
|
MAPREDUCE-6122. TestLineRecordReader may fail due to test data files checked out of git with incorrect line endings. Contributed by Chris Nauroth.
(cherry picked from commit 684170d5ef )
|
2014-10-09 22:27:40 -07:00 |
Jason Lowe
|
979b915ecc
|
MAPREDUCE-6029. TestCommitterEventHandler fails in trunk. Contributed by Mit Desai
(cherry picked from commit 2e789eb226 )
|
2014-10-07 14:11:48 +00:00 |
subru
|
30a370e705
|
MAPREDUCE-6103.Adding reservation APIs to MR resource manager delegate. Contributed by Subru Krishnan and Carlo Curino.
(cherry picked from commit aa92dd45f2 )
(cherry picked from commit 3f282762d1 )
|
2014-10-06 10:21:06 -07:00 |
Arun C. Murthy
|
6a60fa279a
|
Preparing to branch hadoop-2.6
|
2014-09-30 10:37:03 -07:00 |
Jason Lowe
|
7b8f2f5b1d
|
MAPREDUCE-6094. TestMRCJCFileInputFormat.testAddInputPath() fails on trunk. Contributed by Akira AJISAKA
(cherry picked from commit 23fbfe36c3 )
|
2014-09-29 18:14:11 +00:00 |