yliu
|
ef01768333
|
MAPREDUCE-6227. DFSIO for truncate. (shv via yliu)
|
2015-02-08 02:43:43 +08:00 |
|
Robert Kanter
|
e2ee2ff7d7
|
MAPREDUCE-6233. org.apache.hadoop.mapreduce.TestLargeSort.testLargeSort failed in trunk (zxu via rkanter)
|
2015-02-05 14:20:28 -08:00 |
|
Jason Lowe
|
e1990ab427
|
MAPREDUCE-6186. Redundant call to requireJob() while displaying the conf page. Contributed by Rohit Agarwal
|
2015-02-05 20:13:31 +00:00 |
|
Allen Wittenauer
|
9112f093cd
|
HADOOP-10976. moving the source code of hadoop-tools docs to the directory under hadoop-tools (Masatake Iwasaki via aw)
|
2015-02-04 17:57:34 -08:00 |
|
Akira Ajisaka
|
cc6bbfceae
|
MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project. (aajisaka)
|
2015-02-04 17:46:01 -08:00 |
|
Allen Wittenauer
|
fd57ab2002
|
MAPREDUCE-6059. Speed up history server startup time (Siqi Li via aw)
|
2015-02-04 17:36:28 -08:00 |
|
Akira Ajisaka
|
bd69fb2d44
|
MAPREDUCE-5800. Use Job#getInstance instead of deprecated constructors. (aajisaka)
|
2015-02-03 14:30:09 -08:00 |
|
Robert Kanter
|
8acc5e9b4b
|
MAPREDUCE-6143. add configuration for mapreduce speculative execution in MR2 (zxu via rkanter)
|
2015-02-02 13:51:08 -08:00 |
|
Akira Ajisaka
|
342efa110a
|
HADOOP-9907. Webapp http://hostname:port/metrics link is not working. (aajisaka)
|
2015-01-30 02:49:10 +09:00 |
|
Jian He
|
cff05bff1f
|
MAPREDUCE-6230. Fixed RMContainerAllocator to update the new AMRMToken service name properly. Contributed by Jason Lowe
|
2015-01-28 15:51:30 -08:00 |
|
Allen Wittenauer
|
0a05ae1782
|
HDFS-7566. Remove obsolete entries from hdfs-default.xml (Ray Chiang via aw)
|
2015-01-27 14:31:27 -08:00 |
|
Jason Lowe
|
56b7ec71a6
|
MAPREDUCE-6141. History server leveldb recovery store. Contributed by Jason Lowe
|
2015-01-26 16:28:55 +00:00 |
|
Gera Shegalov
|
a003f71cac
|
MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatically. (Gera Shegalov and Karthik Kambatla via gera)
|
2015-01-21 18:42:03 -08:00 |
|
Colin Patrick Mccabe
|
220a49de47
|
HADOOP-11484. hadoop-mapreduce-client-nativetask fails to build on ARM AARCH64 due to x86 asm statements (Edward Nevill via Colin P. McCabe)
|
2015-01-21 11:24:09 -08:00 |
|
Allen Wittenauer
|
42715547f0
|
HADOOP-11256. Some site docs have inconsistent appearance (Masatake Iwasaki via aw)
|
2015-01-21 08:44:22 -08:00 |
|
Akira Ajisaka
|
d336d13678
|
MAPREDUCE-6210. Use getApplicationAttemptId() instead of getApplicationID() for logging AttemptId in RMContainerAllocator.java (Contributed by Leitao Guo)
|
2015-01-14 17:38:35 +09:00 |
|
Xuan
|
10ac5abb86
|
MAPREDUCE-6173. Document the configuration of deploying MR over
distributed cache with enabling wired encryption at the same time.
Contributed by Junping Du.
|
2015-01-13 10:04:31 -08:00 |
|
Brandon Li
|
09d31bc630
|
HADOOP-9992. Modify the NN loadGenerator to optionally run as a MapReduce job. Contributed by Akshay Radia
|
2015-01-09 17:24:22 -08:00 |
|
Tsuyoshi Ozawa
|
a6ed4894b5
|
HADOOP-11032. Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
|
2015-01-08 14:51:57 +09:00 |
|
Tsuyoshi Ozawa
|
9886396400
|
Revert "Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)" because of missing JIRA's number.
This reverts commit 2eba7eb9af .
|
2015-01-08 14:35:08 +09:00 |
|
Tsuyoshi Ozawa
|
2eba7eb9af
|
Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
|
2015-01-08 14:21:30 +09:00 |
|
Jason Lowe
|
a0aeed100b
|
MAPREDUCE-6206. TestAggregatedTransferRate fails on non-US systems. Contributed by Jens Rabe
|
2015-01-06 23:39:43 +00:00 |
|
Jason Lowe
|
d02fb53750
|
HADOOP-11445. Bzip2Codec: Data block is skipped when position of newly created stream is equal to start of split. Contributed by Ankit Kamboj
|
2015-01-06 21:19:10 +00:00 |
|
Harsh J
|
6621c3598e
|
MAPREDUCE-6149. Document override log4j.properties in MR job. Contributed by Junping Du.
|
2014-12-30 23:12:51 +05:30 |
|
Jian He
|
808cba3821
|
YARN-2952. Fixed incorrect version check in StateStore. Contributed by Rohith Sharmaks
|
2014-12-19 16:56:30 -08:00 |
|
Robert Kanter
|
390a7c12f5
|
MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter)
|
2014-12-19 15:43:48 -08:00 |
|
Karthik Kambatla
|
6f1e3667cf
|
HADOOP-11213. Typos in html pages: SecureMode and EncryptedShuffle. (Wei Yan via kasha)
|
2014-12-19 15:00:28 -08:00 |
|
Robert Kanter
|
d9e4d67d18
|
MAPREDUCE-6045. need close the DataInputStream after open it in TestMapReduce.java (zxu via rkanter)
|
2014-12-19 11:59:22 -08:00 |
|
Eric Yang
|
c379e102dd
|
MAPREDUCE-6191. Improve clearing stale state of Java serialization
testcase. (Sam Liu via Eric Yang)
|
2014-12-15 19:39:41 -08:00 |
|
Gera Shegalov
|
af006937e8
|
MAPREDUCE-6166. Reducers do not validate checksum of map outputs when fetching directly to disk. (Eric Payne via gera)
|
2014-12-15 19:08:59 -08:00 |
|
Jian He
|
a4f2995b9e
|
Revert "YARN-2890. MiniYARNCluster should start the timeline server based on the configuration. Contributed by Mit Desai."
This reverts commit 51af8d367d .
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2014-12-15 11:04:09 -08:00 |
|
Harsh J
|
298d09c9b5
|
MAPREDUCE-6194. Bubble up final exception in failures during creation of output collectors. Contributed by Varun Saxena.
|
2014-12-15 14:26:43 +05:30 |
|
Devaraj K
|
0bd0229110
|
MAPREDUCE-6046. Change the class name for logs in RMCommunicator.
Contributed by Sahil Takiar.
|
2014-12-12 11:42:03 +05:30 |
|
Gera Shegalov
|
0bcea111e5
|
HADOOP-11211. mapreduce.job.classloader.system.classes semantics should be order-independent. (Yitong Zhou via gera)
|
2014-12-11 13:12:13 -08:00 |
|
Harsh J
|
cb99f43305
|
MAPREDUCE-5420. Remove mapreduce.task.tmp.dir from mapred-default.xml. Contributed by James Carman. (harsh)
|
2014-12-11 09:45:49 +05:30 |
|
Haohui Mai
|
d777a1e4ca
|
HADOOP-11369. Fix new findbugs warnings in hadoop-mapreduce-client, non-core directories. Contributed by Li Lu.
|
2014-12-09 10:46:13 -08:00 |
|
Harsh J
|
8963515b88
|
MAPREDUCE-6177. Minor typo in the EncryptedShuffle document about ssl-client.xml. Contributed by Yangping Wu. (harsh)
|
2014-12-08 15:57:52 +05:30 |
|
Jason Lowe
|
03ab24aa01
|
MAPREDUCE-5932. Provide an option to use a dedicated reduce-side shuffle log. Contributed by Gera Shegalov
|
2014-12-03 17:02:14 +00:00 |
|
Zhijie Shen
|
51af8d367d
|
YARN-2890. MiniYARNCluster should start the timeline server based on the configuration. Contributed by Mit Desai.
|
2014-12-01 19:04:04 -08:00 |
|
Jason Lowe
|
0c588904f8
|
MAPREDUCE-6160. Potential NullPointerException in MRClientProtocol interface implementation. Contributed by Rohith
|
2014-12-01 22:39:22 +00:00 |
|
Jason Lowe
|
2b30fb1053
|
MAPREDUCE-6172. TestDbClasses timeouts are too aggressive. Contributed by Varun Saxena
|
2014-12-01 21:51:05 +00:00 |
|
Karthik Kambatla
|
a655973e78
|
Revert "MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatically. (Gera Shegalov and Karthik Kambatla via kasha)"
This reverts commit a4df9eed05 .
|
2014-11-25 16:24:26 -08:00 |
|
Jian He
|
78f7cdbfd6
|
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
|
2014-11-25 13:02:55 -08:00 |
|
Karthik Kambatla
|
a4df9eed05
|
MAPREDUCE-5785. Derive heap size or mapreduce.*.memory.mb automatically. (Gera Shegalov and Karthik Kambatla via kasha)
|
2014-11-21 18:36:41 -08:00 |
|
Jonathan Eagles
|
c298a9a845
|
YARN-2375. Allow enabling/disabling timeline server per framework. (Mit Desai via jeagles)
|
2014-11-20 23:34:35 -06:00 |
|
Karthik Kambatla
|
90194ca1cb
|
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)
|
2014-11-20 15:36:57 -08:00 |
|
Devaraj K
|
7250b0bf91
|
MAPREDUCE-6049. AM JVM does not exit if MRClientService graceful shutdown
fails. Contributed by Rohith.
|
2014-11-18 22:05:13 +05:30 |
|
Jason Lowe
|
09b3dee122
|
MAPREDUCE-6162. mapred hsadmin fails on a secure cluster. Contributed by Jason Lowe
|
2014-11-17 22:59:59 +00:00 |
|
Ravi Prakash
|
1a1dcce827
|
MAPREDUCE-5918. LineRecordReader can return the same decompressor to CodecPool multiple times (Sergey Murylev via raviprak)
|
2014-11-14 03:45:53 -08:00 |
|
Jason Lowe
|
177e8090f5
|
MAPREDUCE-6156. Fetcher - connect() doesn't handle connection refused correctly. Contributed by Junping Du
|
2014-11-13 15:42:25 +00:00 |
|