Gera Shegalov
|
a0795c1e81
|
MAPREDUCE-4844. Counters / AbstractCounters have constant references not declared final. (Brahma Reddy Battula via gera)
|
2015-04-03 10:28:52 -07:00 |
|
Junping Du
|
eccb7d46ef
|
MAPREDUCE-6303. Read timeout when retrying a fetch error can be fatal to a reducer. Contributed by Jason Lowe.
|
2015-04-02 12:13:03 -07:00 |
|
Vinod Kumar Vavilapalli
|
c358368f51
|
YARN-3304. Cleaning up ResourceCalculatorProcessTree APIs for public use and removing inconsistencies in the default values. Contributed by Junping Du and Karthik Kambatla.
|
2015-03-30 10:09:40 -07:00 |
|
Harsh J
|
27d49e6714
|
MAPREDUCE-6291. Correct mapred queue usage command. Contributed by Brahma Reddy Battula.
|
2015-03-28 11:58:17 +05:30 |
|
Tsuyoshi Ozawa
|
05499b1093
|
MAPREDUCE-6294. Remove an extra parameter described in Javadoc of TockenCache. Contributed by Brahma Reddy Battula.
|
2015-03-28 00:08:35 +09:00 |
|
Devaraj K
|
7e6f384dd7
|
MAPREDUCE-6242. Progress report log is incredibly excessive in application
master. Contributed by Varun Saxena.
|
2015-03-23 22:51:20 +05:30 |
|
Harsh J
|
4cd54d9a29
|
MAPREDUCE-5448. Addendum fix to remove deprecation warning by junit.Assert import in TestFileOutputCommitter.
|
2015-03-22 10:33:15 +05:30 |
|
Harsh J
|
1d5c796d65
|
MAPREDUCE-5190. Unnecessary condition test in RandomSampler. Contributed by Jingguo Yao.
|
2015-03-22 10:03:25 +05:30 |
|
Harsh J
|
b46c2bb51a
|
MAPREDUCE-5448. MapFileOutputFormat#getReaders bug with invisible files/folders. Contributed by Maysam Yabandeh.
|
2015-03-22 09:45:48 +05:30 |
|
Harsh J
|
433542904a
|
MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu.
|
2015-03-22 02:51:02 +05:30 |
|
Harsh J
|
7a678db3ac
|
MAPREDUCE-6239. Consolidate TestJobConf classes in hadoop-mapreduce-client-jobclient and hadoop-mapreduce-client-core. Contributed by Varun Saxena.
|
2015-03-21 09:43:29 +05:30 |
|
Akira Ajisaka
|
8041267f02
|
MAPREDUCE-4424. 'mapred job -list' command should show the job name as well. Contributed by Avinash Kujur.
|
2015-03-20 18:46:51 +09:00 |
|
Jason Lowe
|
91baca145a
|
MAPREDUCE-6275. Race condition in FileOutputCommitter v2 for user-specified task output subdirs. Contributed by Gera Shegalov and Siqi Li
|
2015-03-19 21:39:21 +00:00 |
|
Tsuyoshi Ozawa
|
bb243cea93
|
MAPREDUCE-5755. MapTask.MapOutputBuffer#compare/swap should have @Override annotation. (ozawa)
|
2015-03-17 14:55:15 +09:00 |
|
Harsh J
|
f222bde273
|
MAPREDUCE-6100. replace mapreduce.job.credentials.binary with MRJobConfig.MAPREDUCE_JOB_CREDENTIALS_BINARY for better readability. Contributed by Zhihai Xu.
|
2015-03-17 11:06:35 +05:30 |
|
Harsh J
|
685dbafbe2
|
MAPREDUCE-6105. nconsistent configuration in property mapreduce.reduce.shuffle.merge.percent. Contributed by Ray Chiang.
|
2015-03-17 02:28:09 +05:30 |
|
Harsh J
|
587d8be17b
|
MAPREDUCE-4414. Add main methods to JobConf and YarnConfiguration, for debug purposes. Contributed by Plamen Jeliazkov.
|
2015-03-17 01:03:08 +05:30 |
|
Tsuyoshi Ozawa
|
9d38520c8e
|
MAPREDUCE-6265. Make ContainerLauncherImpl.INITIAL_POOL_SIZE configurable to better control to launch/kill containers. Contributed by Zhihai Xu
|
2015-03-14 16:44:02 +09:00 |
|
Gera Shegalov
|
aa92b764a7
|
MAPREDUCE-4815. Speed up FileOutputCommitter#commitJob for many output files. (Siqi Li via gera)
|
2015-03-10 11:32:08 -07:00 |
|
Junping Du
|
d39bc903a0
|
Configurable timeout between YARNRunner terminate the application and forcefully kill. Contributed by Eric Payne.
|
2015-03-10 06:21:59 -07:00 |
|
Karthik Kambatla
|
c66c3ac6bf
|
MAPREDUCE-6267. Refactor JobSubmitter#copyAndConfigureFiles into it's own class. (Chris Trezzo via kasha)
|
2015-03-04 14:42:07 -08:00 |
|
Junping Du
|
4228de9402
|
MAPREDUCE-5583. Ability to limit running map and reduce tasks. Contributed by Jason Lowe.
|
2015-03-03 02:02:28 -08:00 |
|
Tsuyoshi Ozawa
|
9ae7f9eb7b
|
MAPREDUCE-5657. Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Akira AJISAKA.
|
2015-03-03 18:06:26 +09:00 |
|
Tsuyoshi Ozawa
|
d1c6accb6f
|
HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)
|
2015-03-03 14:17:52 +09:00 |
|
Akira Ajisaka
|
bfbf076b7d
|
MAPREDUCE-5612. Add javadoc for TaskCompletionEvent.Status. Contributed by Chris Palmer.
|
2015-02-26 15:05:17 -08:00 |
|
Karthik Kambatla
|
1047c883ba
|
MAPREDUCE-6223. TestJobConf#testNegativeValueForTaskVmem failures. (Varun Saxena via kasha)
|
2015-02-26 14:24:19 -08:00 |
|
Akira Ajisaka
|
9a37247a67
|
MAPREDUCE-2815. JavaDoc does not generate correctly for MultithreadedMapRunner. Contributed by Chris Palmer.
|
2015-02-24 12:10:17 -08:00 |
|
Akira Ajisaka
|
0d7d508c82
|
MAPREDUCE-6264. Remove httpclient dependency from hadoop-mapreduce-client. Contributed by Brahma Reddy Battula.
|
2015-02-24 11:34:26 -08:00 |
|
Tsuyoshi Ozawa
|
9cedad11d8
|
Revert "HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)"
This reverts commit 946456c6d8 .
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/QuotaByStorageTypeEntry.java
|
2015-02-25 00:32:04 +09:00 |
|
Tsuyoshi Ozawa
|
946456c6d8
|
HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)
|
2015-02-19 13:06:53 +09:00 |
|
Jason Lowe
|
4981d082d4
|
MAPREDUCE-6261. NullPointerException if MapOutputBuffer.flush invoked twice. Contributed by Tsuyoshi OZAWA
|
2015-02-18 19:28:02 +00:00 |
|
Allen Wittenauer
|
8b787e2fdb
|
MAPREDUCE-6260. Convert site documentation to markdown (Masatake Iwasaki via aw)
|
2015-02-17 06:52:14 -10:00 |
|
Junping Du
|
814afa46ef
|
MAPREDUCE-6225. Fix new findbug warnings in hadoop-mapreduce-client-core. Contributed by Varun Saxena
|
2015-02-16 09:38:05 -08:00 |
|
Tsuyoshi Ozawa
|
3338f6d907
|
MAPREDUCE-6256. Removed unused private methods in o.a.h.mapreduce.Job.java. Contributed by Naganarasimha G R.
|
2015-02-15 10:09:42 +09:00 |
|
Tsuyoshi Ozawa
|
9b0ba59b82
|
MAPREDUCE-6221. Stringifier is left unclosed in Chain#getChainElementConf(). Contributed by Ted Yu.
|
2015-02-13 02:27:54 +09:00 |
|
Tsuyoshi Ozawa
|
ac8d52bf50
|
MAPREDUCE-4431. mapred command should print the reason on killing already completed jobs. Contributed by Devaraj K.
|
2015-02-12 20:35:57 +09:00 |
|
Tsuyoshi Ozawa
|
b42d09eb62
|
MAPREDUCE-5335. Rename Job Tracker terminology in ShuffleSchedulerImpl. Contributed by Devaraj K.
|
2015-02-12 20:08:29 +09:00 |
|
Devaraj K
|
76e309ead0
|
MAPREDUCE-6253. Update use of Iterator to Iterable. Contributed by Ray
Chiang.
|
2015-02-12 13:45:19 +05:30 |
|
Tsuyoshi Ozawa
|
241336ca2b
|
MAPREDUCE-6237. Multiple mappers with DBInputFormat don't work because of reusing conections. Contributed by Kannan Rajah.
|
2015-02-10 03:52:42 +09: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|