Steve Loughran
|
de09716fb8
|
MAPREDUCE-6977 Move logging APIs over to slf4j in hadoop-mapreduce-client-common.
Contributed by Jinjiang Ling.
|
2017-10-27 10:45:03 +01:00 |
|
Junping Du
|
a25b5aa0cf
|
Add several jdiff xml files for 2.8.2 release.
|
2017-10-26 19:30:48 -07:00 |
|
Akira Ajisaka
|
2523e1cce5
|
MAPREDUCE-6972. Enable try-with-resources for RecordReader. Contributed by Zoltan Haindrich.
|
2017-10-18 11:18:39 +09:00 |
|
Chris Trezzo
|
e46d5bb962
|
MAPREDUCE-5951. Add support for the YARN Shared Cache.
|
2017-10-12 10:59:20 -07:00 |
|
Rohith Sharma K S
|
639f98cc9d
|
MAPREDUCE-6951. Improve exception message when mapreduce.jobhistory.webapp.address is in wrong format. Contributed by Prabhu Joseph.
|
2017-10-11 14:27:38 +05:30 |
|
Akira Ajisaka
|
453d48bdfb
|
MAPREDUCE-6971. Moving logging APIs over to slf4j in hadoop-mapreduce-client-app. Contributed by Jinjiang Ling.
|
2017-10-03 12:14:54 +09:00 |
|
Jason Lowe
|
9df05005ac
|
MAPREDUCE-6968. Staging directory erasure coding config property has a typo. Contributed by Jason Lowe
|
2017-09-26 14:52:27 -05:00 |
|
Jason Lowe
|
908d8e914e
|
MAPREDUCE-6965. QuasiMonteCarlo should use Time.monotonicNow for measuring durations. Contributed by Chetna Chaudhari
|
2017-09-22 09:34:53 -05:00 |
|
Akira Ajisaka
|
c71d137960
|
MAPREDUCE-6966. DistSum should use Time.monotonicNow for measuring durations. Contributed by Chetna Chaudhari.
|
2017-09-22 15:07:59 +09:00 |
|
Akira Ajisaka
|
53be075241
|
MAPREDUCE-6947. Moving logging APIs over to slf4j in hadoop-mapreduce-examples. Contributed by Gergely Novák.
|
2017-09-22 13:27:59 +09:00 |
|
Jason Lowe
|
b9db0afa1e
|
MAPREDUCE-6964. BaileyBorweinPlouffe should use Time.monotonicNow for measuring durations. Contributed by Chetna Chaudhari
|
2017-09-21 09:37:19 -05:00 |
|
Akira Ajisaka
|
53047f934e
|
Revert "MAPREDUCE-6947. Moving logging APIs over to slf4j in hadoop-mapreduce-examples. Contributed by Gergery Novák."
This reverts commit 2018538fdb .
|
2017-09-21 11:16:05 +09:00 |
|
Andrew Wang
|
51edaacd09
|
HDFS-12445. Correct spellings of choosen to chosen. Contributed by hu xiaodong.
|
2017-09-19 13:48:23 -07:00 |
|
Eric Payne
|
595d478408
|
MAPREDUCE-6960. Shuffle Handler prints disk error stack traces for every read failure.
|
2017-09-19 10:35:15 -05:00 |
|
Jason Lowe
|
3a20debdde
|
MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe
|
2017-09-19 09:13:17 -05:00 |
|
Jason Lowe
|
ea845ba58c
|
Revert "MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe"
This reverts commit b3d61304f2 .
|
2017-09-19 08:45:05 -05:00 |
|
Akira Ajisaka
|
2018538fdb
|
MAPREDUCE-6947. Moving logging APIs over to slf4j in hadoop-mapreduce-examples. Contributed by Gergery Novák.
|
2017-09-19 11:05:54 +09:00 |
|
Andrew Wang
|
3cf3540f19
|
HADOOP-14835. mvn site build throws SAX errors. Contributed by Andrew Wang and Sean Mackrory.
|
2017-09-18 15:13:42 -07:00 |
|
Jason Lowe
|
b3d61304f2
|
MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe
|
2017-09-18 17:04:43 -05:00 |
|
Robert Kanter
|
0adc0471d0
|
MAPREDUCE-6954. Disable erasure coding for files that are uploaded to the MR staging area (pbacsko via rkanter)
|
2017-09-18 10:40:06 -07:00 |
|
Robert Kanter
|
5f496683fb
|
Revert "YARN-7162. Remove XML excludes file format (rkanter)" - wrong commit message
This reverts commit 3a8d57a0a2 .
|
2017-09-18 10:32:08 -07:00 |
|
Robert Kanter
|
3a8d57a0a2
|
YARN-7162. Remove XML excludes file format (rkanter)
|
2017-09-15 12:00:26 -07:00 |
|
Steve Loughran
|
11390c2d11
|
MAPREDUCE-6956 FileOutputCommitter to gain abstract superclass PathOutputCommitter.
Contributed by Steve Loughran
|
2017-09-15 16:59:04 +01:00 |
|
Andrew Wang
|
c3f35c422b
|
HADOOP-14089. Automated checking for malformed client. Contributed by Sean Busbey.
|
2017-09-13 16:57:50 -07:00 |
|
Jason Lowe
|
4d98936eec
|
MAPREDUCE-6957. shuffle hangs after a node manager connection timeout. Contributed by Jooseong Kim
|
2017-09-13 17:21:13 -05:00 |
|
Ray Chiang
|
556812c179
|
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
|
2017-09-12 10:19:34 -07:00 |
|
Wangda Tan
|
df3855541a
|
YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda)
Change-Id: I366d8db6f6700acd087db5acb7a1be7e41b2b68d
|
2017-09-12 09:19:12 -07:00 |
|
Varun Vasudev
|
c2032e251e
|
YARN-5708. Implement APIs to get resource profiles from the RM. Contributed by Varun Vasudev.
|
2017-09-12 09:19:10 -07:00 |
|
Robert Kanter
|
a323f73bae
|
MAPREDUCE-6953. Skip the testcase testJobWithChangePriority if FairScheduler is used (pbacsko via rkanter)
|
2017-09-08 13:14:36 -07:00 |
|
Anu Engineer
|
c35510a465
|
HADOOP-14849. some wrong spelling words update. Contributed by Chen Hongfei.
|
2017-09-08 10:02:34 -07:00 |
|
Andrew Wang
|
0d419c984f
|
Preparing for 3.1.0 development
|
2017-09-01 11:53:48 -07:00 |
|
Allen Wittenauer
|
190410085b
|
HADOOP-14364. refresh changelog/release notes with newer Apache Yetus build
Signed-off-by: Andrew Wang <wang@apache.org>
|
2017-08-31 19:06:49 -07:00 |
|
Allen Wittenauer
|
71bbb86d69
|
HADOOP-14670. Increase minimum cmake version for all platforms
Signed-off-by: Chris Douglas <cdouglas@apache.org>
|
2017-08-30 21:47:24 -07:00 |
|
Konstantin V Shvachko
|
3e0e2033cc
|
MAPREDUCE-6931. Remove TestDFSIO "Total Throughput" calculation. Contributed by Dennis Huo.
|
2017-08-30 14:07:23 -07:00 |
|
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 |
|
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
|
f1de2c8560
|
MAPREDUCE-6875. Rename mapred-site.xml.template to mapred-site.xml. (Yuanbo Liu via Haibo Chen)
|
2017-04-17 12:25:30 -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 |
|
Allen Wittenauer
|
96cbb4fce2
|
HADOOP-14202. fix jsvc/secure user var inconsistencies
Signed-off-by: John Zhuge <jzhuge@apache.org>
|
2017-04-07 08:59:21 -07: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 |
|