Junping Du
|
f484a6ff60
|
MAPREDUCE-6246. DBOutputFormat.java appending extra semicolon to query which is incompatible with DB2. Contributed by ramtin and Gergely Novák.
|
2017-07-07 13:26:16 -07:00 |
|
Naganarasimha
|
bf1f59937d
|
MAPREDUCE-6905. HADOOP_JOB_HISTORY_OPTS should be HADOOP_JOB_HISTORYSERVER_OPTS in mapred-config.sh. Contributed by LiXin Ge.
|
2017-07-02 15:56:27 +05:30 |
|
Andrew Wang
|
af2773f609
|
Updating version for 3.0.0-beta1 development
|
2017-06-29 17:57:40 -07:00 |
|
Akira Ajisaka
|
a5c0476a99
|
MAPREDUCE-6697. Concurrent task limits should only be applied when necessary. Contributed by Nathan Roberts.
|
2017-06-28 10:50:09 +09:00 |
|
Ravi Prakash
|
82bbcbf37f
|
MAPREDUCE-6897. Add Unit Test to ensure Job end notification gets sent even when appMaster stop gets YarnRuntimeException. Contributed by Gergely Novák
|
2017-06-16 14:25:44 -07:00 |
|
Jason Lowe
|
9ef2743fa1
|
Revert "MAPREDUCE-6898. TestKill.testKillTask is flaky. Contributed by Peter Bacsko"
This reverts commit e78542f4be .
|
2017-06-16 14:48:51 -05:00 |
|
Jason Lowe
|
e78542f4be
|
MAPREDUCE-6898. TestKill.testKillTask is flaky. Contributed by Peter Bacsko
|
2017-06-16 14:24:54 -05:00 |
|
Xiao Chen
|
4ebc23ba7b
|
HADOOP-14524. Make CryptoCodec Closeable so it can be cleaned up proactively.
|
2017-06-16 09:49:33 -07:00 |
|
Junping Du
|
6ed54f3439
|
MAPREDUCE-6895. Job end notification not send due to YarnRuntimeException. Contributed by yunjiong zhao.
|
2017-06-13 15:21:04 -07:00 |
|
Daniel Templeton
|
036a24bab3
|
MAPREDUCE-6896. Document wrong spelling in usage of MapredTestDriver tools.
(Contributed by LiXin Ge via Daniel Templeton)
|
2017-06-13 13:21:23 -07:00 |
|
Brahma Reddy Battula
|
24181f559f
|
MAPREDUCE-6676. NNBench should Throw IOException when rename and delete fails. Contributed by Brahma Reddy Battula.
|
2017-06-07 16:34:47 +08:00 |
|
Sean Busbey
|
f5517a8200
|
HADOOP-13921. Remove log4j classes from JobConf.
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2017-06-01 13:35:14 +09:00 |
|
Akira Ajisaka
|
d4015f8628
|
MAPREDUCE-6887. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin.
|
2017-05-30 14:48:58 +09:00 |
|
Andrew Wang
|
16ad896d5c
|
Update maven version for 3.0.0-alpha4 development
|
2017-05-26 14:09:44 -07:00 |
|
Sunil G
|
b6f66b0da1
|
YARN-6584. Correct license headers in hadoop-common, hdfs, yarn and mapreduce. Contributed by Yeliang Cang.
|
2017-05-22 14:10:06 +05:30 |
|
Akira Ajisaka
|
035d46836b
|
MAPREDUCE-6459. Native task crashes when merging spilled file on ppc64. Contributed by Tao Jie and Ayappan.
|
2017-05-17 07:50:29 -04:00 |
|
Jason Lowe
|
1e71fe8c42
|
MAPREDUCE-6882. Increase MapReduce test timeouts from 1 second to 10 seconds. Contributed by Eric Badger
|
2017-05-10 09:57:41 -05:00 |
|
Chris Douglas
|
45382bf047
|
AuditLogger and TestAuditLogger are dead code. Contributed by Vrushali C
|
2017-05-09 10:31:52 -07:00 |
|
Chris Douglas
|
e4f34ecb04
|
HADOOP-14390. Correct spelling of 'succeed' and variants. Contributed by Dongtao Zhang
|
2017-05-05 12:10:50 -07:00 |
|
Akira Ajisaka
|
3ed3062fe3
|
MAPREDUCE-6881. Fix warnings from Spotbugs in hadoop-mapreduce. Contributed by Weiwei Yang.
|
2017-04-27 15:45:33 +09:00 |
|
Akira Ajisaka
|
8a99eba96d
|
Revert "YARN-5007. Remove deprecated constructors of MiniYARNCluster and MiniMRYarnCluster. Contributed by Andras Bokor."
This reverts commit 34ab8e73d4 .
|
2017-04-26 15:34:23 +09:00 |
|
Robert Kanter
|
3721cfe1fb
|
MAPREDUCE-6871. Allow users to specify racks and nodes for strict locality for AMs (rkanter)
|
2017-04-21 16:12:01 -07:00 |
|
Daniel Templeton
|
dd43b895c2
|
YARN-6202. Configuration item Dispatcher.DISPATCHER_EXIT_ON_ERROR_KEY is disregarded
(Contributed by Yufei Gu via Daniel Templeton)
|
2017-04-19 11:44:55 -07:00 |
|
Haibo Chen
|
ac3cfdf3e5
|
MAPREDUCE-6673. Add a test example job that grows in memory usage over time (Karthik Kambatla via Haibo Chen)
Change-Id: Iccfc8c67c38c526cc61726d87bfcbcf69ac36fea
|
2017-04-17 11:15:39 -05:00 |
|
Robert Kanter
|
e7167e4a13
|
MAPREDUCE-6201. TestNetworkedJob fails on trunk (pbacsko via rkanter)
|
2017-04-06 17:44:47 -07:00 |
|
Daniel Templeton
|
fc0885da29
|
MAPREDUCE-6846. Fragments specified for libjar paths are not handled correctly
(Contributed by Chris Trezzo via Daniel Templeton)
|
2017-04-05 17:25:40 -07:00 |
|
Andrew Wang
|
539ef5aa2e
|
HFDS-11596. hadoop-hdfs-client jar is in the wrong directory in release tarball. Contributed by Yuanbo Liu.
|
2017-04-05 16:04:09 -07:00 |
|
Akira Ajisaka
|
34ab8e73d4
|
YARN-5007. Remove deprecated constructors of MiniYARNCluster and MiniMRYarnCluster. Contributed by Andras Bokor.
|
2017-04-05 17:33:07 +09:00 |
|
Chris Douglas
|
6eba79232f
|
HADOOP-14271. Correct spelling of 'occurred' and variants. Contributed by Yeliang Cang
|
2017-04-03 20:13:14 -07:00 |
|
Akira Ajisaka
|
845529b3ab
|
MAPREDUCE-6824. TaskAttemptImpl#createCommonContainerLaunchContext is longer than 150 lines. Contributed by Chris Trezzo.
|
2017-04-03 13:06:54 +09:00 |
|
Jason Lowe
|
4d1fac5df2
|
YARN-6411. Clean up the overwrite of createDispatcher() in subclass of MockRM. Contributed by Yufei Gu
|
2017-03-31 10:05:34 -05:00 |
|
Jason Lowe
|
c9b7ce9273
|
MAPREDUCE-6836. exception thrown when accessing the job configuration web UI. Contributed by Haibo Chen
|
2017-03-30 12:55:32 -05:00 |
|
Chris Douglas
|
7297e82cb4
|
HADOOP-14250. Correct spelling of 'separate' and variants. Contributed by Doris Gu
|
2017-03-30 10:17:11 -07:00 |
|
Jason Lowe
|
c8bd5fc7a8
|
MAPREDUCE-6850. Shuffle Handler keep-alive connections are closed from the server side. Contributed by Jonathan Eagles
|
2017-03-30 10:57:19 -05:00 |
|
Zhe Zhang
|
de7efd2687
|
MAPREDUCE-6873. MR Job Submission Fails if MR framework application path not on defaultFS. Contributed by Erik Krogen.
|
2017-03-29 22:10:55 -07:00 |
|
Ming Ma
|
ceab00ac62
|
MAPREDUCE-6862. Fragments are not handled correctly by resource limit checking. (Chris Trezzo via mingma)
|
2017-03-29 17:41:58 -07:00 |
|
Robert Kanter
|
9bae6720cb
|
YARN-6050. AMs can't be scheduled on racks or nodes (rkanter)
|
2017-03-27 17:23:13 -07:00 |
|
Joe Mészáros
|
e0a2eb71e3
|
MAPREDUCE-6866. Fix getNumMapTasks() documentation in JobConf.
This closes #205
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2017-03-27 13:51:03 +09:00 |
|
Naganarasimha
|
34a931c0fa
|
MAPREDUCE-6865. Fix typo in javadoc for DistributedCache. Contributed by Attila Sasvari.
|
2017-03-20 00:04:23 +05:30 |
|
Jason Lowe
|
4ebe8a6a23
|
MAPREDUCE-6859. hadoop-mapreduce-client-jobclient.jar sets a main class that isn't in the JAR. Contributed by Daniel Templeton
|
2017-03-08 10:27:57 -06:00 |
|
Robert Kanter
|
38d75dfd3a
|
MAPREDUCE-6839. TestRecovery.testCrashed failed (pairg via rkanter)
|
2017-03-07 13:34:46 -08:00 |
|
Akira Ajisaka
|
f01a69f84f
|
Treat encrypted files as private. Contributed by Daniel Templeton.
|
2017-03-07 13:22:11 +09:00 |
|
Akira Ajisaka
|
14413989ca
|
MAPREDUCE-6855. Specify charset when create String in CredentialsTestJob. Contributed by Kai Sasaki.
|
2017-03-07 13:10:59 +09:00 |
|
Akira Ajisaka
|
209ecd1a5c
|
HADOOP-14108. CLI MiniCluster: add an option to specify NameNode HTTP port. Contributed by Takanobu Asanuma.
|
2017-03-07 01:34:51 +09:00 |
|
Akira Ajisaka
|
19a1fc6373
|
MAPREDUCE-6753. Variable in byte printed directly in mapreduce client. Contributed by Kai Sasaki.
|
2017-03-03 16:11:10 +09:00 |
|
Jian He
|
747bafaf96
|
MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du
|
2017-03-02 10:58:56 -08:00 |
|
Rakesh Radhakrishnan
|
82ef9accaf
|
HDFS-11428. Change setErasureCodingPolicy to take a required string EC policy name. Contributed by Andrew Wang.
|
2017-03-01 16:06:02 +05:30 |
|
Akira Ajisaka
|
4d33683882
|
MAPREDUCE-6841. Fix dead link in MapReduce tutorial document. Contributed by Victor Nee.
|
2017-02-27 19:46:37 +09:00 |
|
Daniel Templeton
|
732ee6f0b5
|
MAPREDUCE-6825. YARNRunner#createApplicationSubmissionContext method is longer than 150 lines (Contributed by Gergely Novák via Daniel Templeton)
|
2017-02-22 15:38:11 -08:00 |
|
Wangda Tan
|
1a6ca75f38
|
YARN-6143. Fix incompatible issue caused by YARN-3583. (Sunil G via wangda)
|
2017-02-22 11:17:09 -08:00 |
|