Ray Chiang
|
ed17197305
|
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
(cherry picked from commit 556812c179 )
|
2018-02-22 18:11:20 +05:30 |
Jason Lowe
|
03a4d9a7b4
|
HADOOP-15206. BZip2 drops and duplicates records when input split size is small. Contributed by Aki Tanaka
(cherry picked from commit 0898ff42e9 )
|
2018-02-16 15:08:43 -06:00 |
Eric Payne
|
ebf183fa56
|
MAPREDUCE-7053: Timed out tasks can fail to produce thread dump. Contributed by Jason Lowe.
(cherry picked from commit 904a6bf263 )
|
2018-02-16 08:51:12 -06:00 |
Jason Lowe
|
1871e6844e
|
MAPREDUCE-7052. TestFixedLengthInputFormat#testFormatCompressedIn is flaky. Contributed by Peter Bacsko
(cherry picked from commit a53d62ab26 )
|
2018-02-15 15:31:50 -06:00 |
Kihwal Lee
|
5b4725fb04
|
Revert "HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)"
This reverts commit 557d6f2814 .
|
2018-02-14 15:22:05 -06:00 |
Ray Chiang
|
557d6f2814
|
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
(cherry picked from commit 556812c179 )
|
2018-02-14 00:24:14 +05:30 |
Jason Lowe
|
b8b67e4b8d
|
MAPREDUCE-7048. Uber AM can crash due to unknown task in statusUpdate. Contributed by Peter Bacsko
(cherry picked from commit 08feac4c83 )
|
2018-02-12 14:33:32 -06:00 |
Jason Lowe
|
d69df0b596
|
MAPREDUCE-7020. Task timeout in uber mode can crash AM. Contributed by Peter Bacsko
(cherry picked from commit e3a1647477 )
|
2018-01-26 15:51:34 -06:00 |
Jason Lowe
|
a316a4cc47
|
MAPREDUCE-7028. Concurrent task progress updates causing NPE in Application Master. Contributed by Gergo Repas
(cherry picked from commit fe35103591 )
|
2018-01-03 11:12:55 -06:00 |
Jason Lowe
|
74cfca02dd
|
MAPREDUCE-5124. AM lacks flow control for task events. Contributed by Peter Bacsko
(cherry picked from commit d0fc1cd0c8 )
|
2017-12-01 14:19:34 -06:00 |
Arun Suresh
|
d754b24738
|
Fixing Job History Server Configuration parsing. (Jason Lowe via asuresh)
(cherry picked from commit 7af9b8ad1e )
|
2017-11-09 15:17:59 -08:00 |
Arun Suresh
|
bb6a1aa5fa
|
Preparing for 2.9.1 development
|
2017-11-02 22:49:38 -07:00 |
Arun Suresh
|
efa708f546
|
Updating jdiff version in anticipation of 2.9.0 release.
|
2017-10-31 12:56:11 -07:00 |
Jason Lowe
|
347997c959
|
HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe
(cherry picked from commit 2fae63aa60 )
|
2017-10-31 09:32:45 -05:00 |
Jason Lowe
|
9093ad6168
|
YARN-7244. ShuffleHandler is not aware of disks that are added. Contributed by Kuhu Shukla
(cherry picked from commit 665bb147aa )
|
2017-10-27 17:09:29 -05:00 |
Varun Saxena
|
56e0873e22
|
Fix javac, javadoc and checkstyle issues before branch-2 merge.
|
2017-10-17 23:36:41 +05:30 |
Jian He
|
cbd5e89b24
|
MAPREDUCE-6838. [ATSv2 Security] Add timeline delegation token received in allocate response to UGI. Contributed by Varun Saxena
(cherry picked from commit c6ce422a3423305ac665f80f039f61294adaa32c)
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java
|
2017-10-17 23:36:40 +05:30 |
Rohith Sharma K S
|
5a7c272e0a
|
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-10-17 23:36:39 +05:30 |
Sangjin Lee
|
bb100d35fd
|
YARN-4675. Reorganize TimelineClient and TimelineClientImpl into separate classes for ATSv1.x and ATSv2. Contributed by Naganarasimha G R.
(cherry picked from commit 73235ab30361b41293846189f3c5fef321ae7cac)
|
2017-10-17 23:36:36 +05:30 |
Sangjin Lee
|
c8a8e680bd
|
MAPREDUCE-6818. Remove direct reference to TimelineClientImpl. Contributed by Li Lu.
(cherry picked from commit 6217b87f4a056cf704cef2e073b386b7803415de)
|
2017-10-17 23:36:35 +05:30 |
Sangjin Lee
|
b8cfb4fcb3
|
YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena.
(cherry picked from commit f734977b27a514ce0561638c0a6a17b1ef093026)
|
2017-10-17 23:36:35 +05:30 |
Varun Saxena
|
0820df611d
|
MAPREDUCE-6731. TestMRTimelineEventHandling#testMRNewTimelineServiceEventHandling fails randomly for concurrent tests. (Sangjin Lee via Varun Saxena).
(cherry picked from commit d14e729a55 )
|
2017-10-17 23:36:33 +05:30 |
Sangjin Lee
|
e212e562ec
|
YARN-5355. Backported YARN-2928 into our branch-2 feature branch.
|
2017-10-17 23:36:33 +05:30 |
Chris Trezzo
|
3e7c06af41
|
MAPREDUCE-5951. Add support for the YARN Shared Cache.
(cherry picked from commit e46d5bb962 )
|
2017-10-12 11:30:38 -07:00 |
Rohith Sharma K S
|
c2b8d4b9ab
|
MAPREDUCE-6951. Improve exception message when mapreduce.jobhistory.webapp.address is in wrong format. Contributed by Prabhu Joseph.
(cherry picked from commit 639f98cc9d )
|
2017-10-11 14:38:00 +05:30 |
Eric Payne
|
d2386725ff
|
MAPREDUCE-6960. Shuffle Handler prints disk error stack traces for every read failure.
(cherry picked from commit 595d478408 )
|
2017-09-19 10:46:05 -05:00 |
Jason Lowe
|
41c2a73c52
|
MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe
(cherry picked from commit 3a20debdde )
|
2017-09-19 09:14:41 -05:00 |
Daniel Templeton
|
1944b0b286
|
MAPREDUCE-6808. Log map attempts as part of shuffle handler audit log (Contributed by Gergő Pásztor via Daniel Templeton)
(cherry picked from commit a7463b6c88 )
|
2017-09-19 09:05:39 -05:00 |
Jason Lowe
|
f525dfc5ec
|
MAPREDUCE-6957. shuffle hangs after a node manager connection timeout. Contributed by Jooseong Kim
(cherry picked from commit 4d98936eec )
|
2017-09-13 17:22:58 -05:00 |
Robert Kanter
|
72823b2738
|
MAPREDUCE-6953. Skip the testcase testJobWithChangePriority if FairScheduler is used (pbacsko via rkanter)
(cherry picked from commit a323f73bae )
(cherry picked from commit f5f343a665 )
|
2017-09-08 13:18:59 -07:00 |
Haibo Chen
|
59f1ca7258
|
MAPREDUCE-6937. Backport MAPREDUCE-6870 to branch-2 while preserving compatibility. (Peter Bacsko via Haibo Chen)
|
2017-08-31 09:28:19 -07:00 |
Konstantin V Shvachko
|
9a0aac4170
|
MAPREDUCE-6931. Remove TestDFSIO "Total Throughput" calculation. Contributed by Dennis Huo.
(cherry picked from commit 3e0e2033cc )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/TestDFSIO.java
|
2017-08-30 14:42:36 -07:00 |
Jason Lowe
|
cd08aa72a6
|
MAPREDUCE-6641. TestTaskAttempt fails in trunk. Contributed by Haibo Chen.
|
2017-08-29 12:24:42 -05:00 |
Robert Kanter
|
9de332d502
|
MAPREDUCE-6936. Remove unnecessary dependency of hadoop-yarn-server-common from hadoop-mapreduce-client-common (haibochen via rkanter)
(cherry picked from commit ab051bd42e )
|
2017-08-16 16:15:48 -07:00 |
Jason Lowe
|
107e1722d4
|
MAPREDUCE-6940. Copy-paste error in the TaskAttemptUnsuccessfulCompletionEvent constructor. Contributed by Oleg Danilov
|
2017-08-16 16:35:41 -05:00 |
Ravi Prakash
|
c556cdaaf4
|
MAPREDUCE-6923. Optimize MapReduce Shuffle I/O for small partitions. Contributed by Robert Schmidtke.
(cherry picked from commit ac7d0604bc )
|
2017-08-09 15:40:57 -07:00 |
Jason Lowe
|
50dfef7275
|
MAPREDUCE-6927. MR job should only set tracking url if history was successfully written. Contributed by Eric Badger
(cherry picked from commit 735fce5bec )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/MRAppMaster.java
|
2017-08-08 14:55:55 -05:00 |
Arun Suresh
|
88d6adf419
|
YARN-5977. ContainerManagementProtocol changes to support change of container ExecutionType. (Kartheek Muthyala via asuresh)
(cherry picked from commit 35dc782923 )
|
2017-08-03 21:18:43 -07:00 |
Yufei Gu
|
3ef7adc748
|
MAPREDUCE-6914. Tests use assertTrue(....equals(...)) instead of assertEquals()). (Daniel Templeton via Yufei Gu)
(cherry picked from commit b8e8241854 )
|
2017-08-03 11:47:09 -07:00 |
Akira Ajisaka
|
338d84ab71
|
MAPREDUCE-6921. TestUmbilicalProtocolWithJobToken#testJobTokenRpc fails. Contributed by Sonia Garudi.
(cherry picked from commit ceacadc51e )
|
2017-08-01 15:02:20 +09:00 |
Jason Lowe
|
67d31a8e7e
|
Revert "MAPREDUCE-6829. Add peak memory usage counter for each task. (Miklos Szegedi via kasha)"
This reverts commit a91cc63d37 .
|
2017-07-31 16:44:13 -05:00 |
Junping Du
|
cae33098e6
|
Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)"
This reverts commit e8a31f2e1c .
(cherry picked from commit fbb7d6bcbb )
|
2017-07-31 14:15:06 -07:00 |
Junping Du
|
bf360da63f
|
Revert "MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter)"
This reverts commit f9341c1e2c .
|
2017-07-31 14:13:26 -07:00 |
Junping Du
|
c0f8fd6432
|
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 7c72c7f529 .
|
2017-07-31 14:11:37 -07:00 |
Varun Saxena
|
0b342a644a
|
YARN-5548. Use MockRMMemoryStateStore to reduce test failures (Bibin A Chundatt via Varun Saxena)
(cherry picked from commit f66fd11e51 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/MockRM.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestRMRestart.java
|
2017-07-28 00:33:37 +05:30 |
Akira Ajisaka
|
22f237c5d9
|
HADOOP-14681. Remove MockitoMaker class. Contributed by Andras Bokor.
(cherry picked from commit cca51e916b )
|
2017-07-25 15:25:36 +09:00 |
Sunil G
|
958835a3dc
|
MAPREDUCE-6889. Add Job#close API to shutdown MR client services. Contributed by Rohith Sharma K S.
(cherry picked from commit fb3b5d33ff )
|
2017-07-17 13:36:00 +05:30 |
Ravi Prakash
|
756a068143
|
MAPREDUCE-6910. MapReduceTrackingUriPlugin can not return the right URI of history server with HTTPS. Contributed by Lantao Jin
(cherry picked from commit 43f0503286 )
|
2017-07-13 16:19:52 -07:00 |
Junping Du
|
f823f9fd78
|
MAPREDUCE-6246. DBOutputFormat.java appending extra semicolon to query which is incompatible with DB2. Contributed by ramtin and Gergely Novák.
(cherry picked from commit f484a6ff60 )
|
2017-07-07 13:27:56 -07:00 |
Jason Lowe
|
f0435db089
|
MAPREDUCE-6911. TestMapreduceConfigFields.testCompareXmlAgainstConfigurationClass fails consistently. Contributed by Eric Badger
|
2017-07-06 09:22:55 -05:00 |