Haibo Chen
|
d04f85f387
|
MAPREDUCE-6892. Issues with the count of failed/killed tasks in the jhist file. (Peter Bacsko via Haibo Chen)
|
2017-08-30 10:07:48 -07:00 |
|
Varun Saxena
|
3d00c8f394
|
Made fixes for whitespace errors and checstyle warnings before merge.
|
2017-08-30 11:29:54 +05:30 |
|
Jian He
|
08f40bcc7f
|
MAPREDUCE-6838. [ATSv2 Security] Add timeline delegation token received in allocate response to UGI. Contributed by Varun Saxena
|
2017-08-30 11:29:54 +05:30 |
|
Rohith Sharma K S
|
7594d1de7b
|
YARN-6130. [ATSv2 Security] Generate a delegation token for AM when app collector is created and pass it to AM via NM and RM. Contributed by Varun Saxena.
|
2017-08-30 11:29:53 +05:30 |
|
Sangjin Lee
|
684de1a902
|
YARN-4675. Reorganize TimelineClient and TimelineClientImpl into separate classes for ATSv1.x and ATSv2. Contributed by Naganarasimha G R.
|
2017-08-30 11:29:52 +05:30 |
|
Sangjin Lee
|
8499299740
|
MAPREDUCE-6818. Remove direct reference to TimelineClientImpl. Contributed by Li Lu.
|
2017-08-30 11:29:51 +05:30 |
|
Sangjin Lee
|
092fead5d9
|
YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena.
|
2017-08-30 11:29:51 +05:30 |
|
Mingliang Liu
|
ae7abad3d9
|
MAPREDUCE-6945. TestMapFileOutputFormat missing @after annotation. Contributed by Ajay Kumar
|
2017-08-27 15:19:55 -07:00 |
|
Arpit Agarwal
|
8b7cbe3840
|
HADOOP-14729. Upgrade JUnit 3 test cases to JUnit 4. Contributed by Ajay Kumar.
|
2017-08-25 09:55:46 -07:00 |
|
Andrew Wang
|
dd7916d3cd
|
HDFS-12250. Reduce usage of FsPermissionExtension in unit tests. Contributed by Chris Douglas.
|
2017-08-17 09:35:36 -07:00 |
|
Robert Kanter
|
ab051bd42e
|
MAPREDUCE-6936. Remove unnecessary dependency of hadoop-yarn-server-common from hadoop-mapreduce-client-common (haibochen via rkanter)
|
2017-08-16 16:14:04 -07:00 |
|
Jason Lowe
|
0acc5e0036
|
MAPREDUCE-6940. Copy-paste error in the TaskAttemptUnsuccessfulCompletionEvent constructor. Contributed by Oleg Danilov
|
2017-08-16 16:34:06 -05:00 |
|
Chris Douglas
|
645a8f2a4d
|
HADOOP-14726. Mark FileStatus::isDir as final
|
2017-08-14 21:57:20 -07:00 |
|
Lei Xu
|
ce797a1706
|
HDFS-12221. Replace xcerces in XmlEditsVisitor. (Ajay Kumar via lei)
|
2017-08-14 10:27:47 -07:00 |
|
Allen Wittenauer
|
4222c97108
|
HADOOP-10392. Use FileSystem#makeQualified(Path) instead of Path#makeQualified(FileSystem) (ajisakaa via aw)
|
2017-08-11 09:25:56 -07:00 |
|
Haibo Chen
|
a32e0138fb
|
MAPREDUCE-6870. Add configuration for MR job to finish when all reducers are complete. (Peter Bacsko via Haibo Chen)
|
2017-08-10 15:17:36 -07:00 |
|
Ravi Prakash
|
ac7d0604bc
|
MAPREDUCE-6923. Optimize MapReduce Shuffle I/O for small partitions. Contributed by Robert Schmidtke.
|
2017-08-09 15:39:52 -07:00 |
|
Jason Lowe
|
735fce5bec
|
MAPREDUCE-6927. MR job should only set tracking url if history was successfully written. Contributed by Eric Badger
|
2017-08-08 14:46:47 -05:00 |
|
Arun Suresh
|
35dc782923
|
YARN-5977. ContainerManagementProtocol changes to support change of container ExecutionType. (Kartheek Muthyala via asuresh)
|
2017-08-03 21:15:40 -07:00 |
|
Yufei Gu
|
b8e8241854
|
MAPREDUCE-6914. Tests use assertTrue(....equals(...)) instead of assertEquals()). (Daniel Templeton via Yufei Gu)
|
2017-08-03 11:44:34 -07:00 |
|
Sean Mackrory
|
1a1bf6b7d0
|
HADOOP-13595. Rework hadoop_usage to be broken up by clients/daemons/etc. Contributed by Allen Wittenauer.
|
2017-08-02 12:25:05 -06:00 |
|
Akira Ajisaka
|
ceacadc51e
|
MAPREDUCE-6921. TestUmbilicalProtocolWithJobToken#testJobTokenRpc fails.
|
2017-08-01 14:56:42 +09:00 |
|
Junping Du
|
fbb7d6bcbb
|
Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)"
This reverts commit e8a31f2e1c .
|
2017-07-31 14:09:16 -07:00 |
|
Junping Du
|
713349a9af
|
Revert "MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter)"
This reverts commit 390a7c12f5 .
|
2017-07-28 14:21:04 -07:00 |
|
Junping Du
|
e15f928295
|
Revert "MAPREDUCE-6286. A typo in HistoryViewer makes some code useless, which causes counter limits are not reset correctly. Contributed by Zhihai Xu."
This reverts commit 433542904a .
|
2017-07-28 14:06:59 -07:00 |
|
Akira Ajisaka
|
38c6fa5c7a
|
HADOOP-11875. [JDK9] Adding a second copy of Hamlet without _ as a one-character identifier.
|
2017-07-28 09:10:52 +09:00 |
|
Varun Saxena
|
f66fd11e51
|
YARN-5548. Use MockRMMemoryStateStore to reduce test failures (Bibin A Chundatt via Varun Saxena)
|
2017-07-27 23:14:50 +05:30 |
|
Akira Ajisaka
|
cca51e916b
|
HADOOP-14681. Remove MockitoMaker class. Contributed by Andras Bokor.
|
2017-07-25 15:24:56 +09:00 |
|
Sunil G
|
fb3b5d33ff
|
MAPREDUCE-6889. Add Job#close API to shutdown MR client services. Contributed by Rohith Sharma K S.
|
2017-07-17 13:35:15 +05:30 |
|
Ravi Prakash
|
43f0503286
|
MAPREDUCE-6910. MapReduceTrackingUriPlugin can not return the right URI of history server with HTTPS. Contributed by Lantao Jin
|
2017-07-13 16:16:45 -07:00 |
|
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 |
|
Robert Kanter
|
2b87faf166
|
MAPREDUCE-6904. HADOOP_JOB_HISTORY_OPTS should be HADOOP_JOB_HISTORYSERVER_OPTS in mapred-config.sh (rkanter)
|
2017-06-26 17:35:55 -07: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 |
|