Wangda Tan
c69dd9eea6
YARN-6789. Add Client API to get all supported resource types from RM. (Sunil G via wangda)
...
Change-Id: I366d8db6f6700acd087db5acb7a1be7e41b2b68d
(cherry picked from commit df3855541a
)
2019-08-29 17:02:46 -07:00
pingsutw
2cbd7eb5b6
MAPREDUCE-7076. TestNNBench#testNNBenchCreateReadAndDelete failing in our internal build
...
This closes #1089
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit ee87e9a42e
)
2019-07-23 10:36:43 +09:00
Masatake Iwasaki
1f0bf69e16
MAPREDUCE-6521. MiniMRYarnCluster should not create /tmp/hadoop-yarn/staging on local filesystem in unit test.
...
Contributed by Masatake Iwasaki.
Change-Id: Id74b90eb7cfb9d676188fc5aa47249ee8904a3d5
(cherry picked from commit 79f6118dcc
)
2019-07-19 09:49:44 +09:00
Takanobu Asanuma
e3d4f6bfed
HADOOP-16331. Fix ASF License check in pom.xml. Contributed by Akira Ajisaka.
...
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
2019-05-29 17:41:21 +09:00
Akira Ajisaka
cea1b0000c
HADOOP-16323. https everywhere in Maven settings.
2019-05-27 15:28:54 +09:00
Akira Ajisaka
faae522f52
MAPREDUCE-7177. Disable speculative execution in TestDFSIO. Contributed by Zhaohui Xin.
...
(cherry picked from commit c991e2ca5a
)
2019-02-04 14:05:00 +09:00
Haibo Chen
c02c19121e
YARN-7088. Add application launch time to Resource Manager REST API. (Kanwaljeet Sachdev via Haibo Chen)
...
(cherry picked from commit bb92bfb4ef
)
(cherry picked from commit 3a764250262e745a6762dd6551b0d0a6af39e891)
(cherry picked from commit 75df8bed6eed86ad7c34460a1167c35d48b559d7)
2019-01-23 12:18:42 -08:00
Jason Lowe
5e433e5bd0
MAPREDUCE-7156. NullPointerException when reaching max shuffle connections. Contributed by Peter Bacsko
...
(cherry picked from commit ba1f9d66d9
)
2018-11-06 18:14:12 -06:00
Daniel Templeton
1505058440
MAPREDUCE-6896. Document wrong spelling in usage of MapredTestDriver tools.
...
(Contributed by LiXin Ge via Daniel Templeton)
(cherry picked from commit 036a24bab3
)
2018-10-04 10:12:57 +09:00
Jason Lowe
726aee360a
MAPREDUCE-7138. ThrottledContainerAllocator in MRAppBenchmark should implement RMHeartbeatHandler. Contributed by Oleksandr Shevchenko
...
(cherry picked from commit 8382b860d4
)
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/MRAppBenchmark.java
2018-09-18 17:19:21 -05:00
Jason Lowe
f5cc9f71e6
MAPREDUCE-7137. MRAppBenchmark.benchmark1() fails with NullPointerException. Contributed by Oleksandr Shevchenko
...
(cherry picked from commit 34b2237e42
)
2018-09-18 17:15:58 -05:00
Eric E Payne
97a13eb046
MAPREDUCE-3801: org.apache.hadoop.mapreduce.v2.app.TestRuntimeEstimators.testExponentialEstimator fails intermittently. Contributed by Jason Lowe
...
(cherry picked from commit 2cf8927683
)
2018-09-18 20:54:07 +00:00
Jason Lowe
1e61f389e9
MAPREDUCE-7133. History Server task attempts REST API returns invalid data. Contributed by Oleksandr Shevchenko
...
(cherry picked from commit 2886024ac3
)
2018-09-13 14:51:19 -05:00
Jason Lowe
3eb70d4dcb
MAPREDUCE-7131. Job History Server has race condition where it moves files from intermediate to finished but thinks file is in intermediate. Contributed by Anthony Hsu
...
(cherry picked from commit eb0b5a844f
)
2018-09-06 15:27:45 -05:00
Arun Suresh
358fe4c61a
MAPREDUCE-7101. Add config parameter to allow JHS to alway scan user dir irrespective of modTime. (Thomas Marquardt via asuresh)
...
(cherry picked from commit 5670e89b2e
)
2018-06-12 16:25:01 -07:00
Gera Shegalov
2e059ff4e6
MAPREDUCE-7108. TestFileOutputCommitter fails on Windows. (Zuoming Zhang via gera)
...
(cherry picked from commit 04b74eddc6
)
2018-06-12 12:43:20 -07:00
Inigo Goiri
ea2dd6b5a9
Revert "MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola."
...
This reverts commit cd34c229a7
.
2018-06-06 12:46:03 -07:00
Inigo Goiri
cd34c229a7
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.
...
(cherry picked from commit 0afc036deb
)
2018-06-05 12:27:10 -07:00
Inigo Goiri
1540062040
MAPREDUCE-7103. Fix TestHistoryViewerPrinter on windows due to a mismatch line separator. Contributed by Giovanni Matteo Fumarola.
...
(cherry picked from commit 0afc036deb
)
2018-06-05 12:26:41 -07:00
Inigo Goiri
d00a58ff29
MAPREDUCE-7102. Fix TestJavaSerialization for Windows due a mismatch line separator. Contributed by Giovanni Matteo Fumarola.
...
(cherry picked from commit a804b7c9d2
)
2018-06-02 20:27:03 -07:00
Bibin A Chundatt
58bcb90e70
MAPREDUCE-7073. Optimize TokenCache#obtainTokensForNamenodesInternal
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 1a95a4524a
)
2018-05-02 16:45:24 +09:00
Robert Kanter
b47275fe28
MAPREDUCE-7072. mapred job -history prints duplicate counter in human output (wilfreds via rkanter)
2018-04-27 09:57:31 -07:00
Sunil G
600f4d402f
MAPREDUCE-7042. Killed MR job data does not move to mapreduce.jobhistory.done-dir when ATS v2 is enabled. Contributed by Rohith Sharma K S.
...
(cherry picked from commit 83e60cd2db
)
2018-04-27 12:00:00 +05:30
Shashikant Banerjee
228869e5f9
HADOOP-15396. Some java source files are executable
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e4c39f3247
)
2018-04-19 08:38:11 +09:00
Erik Krogen
31d061e4e8
HADOOP-14970. MiniHadoopClusterManager doesn't respect lack of format option. Contributed by Erik Krogen
...
(cherry picked from commit 1a407bc990
)
2018-04-12 23:39:47 -07:00
Eric E Payne
b0dfb18daa
YARN-8120. JVM can crash with SIGSEGV when exiting due to custom leveldb logger. Contributed by Jason Lowe.
...
(cherry picked from commit 6bb128dfb8
)
2018-04-12 16:38:50 +00:00
Rohith Sharma K S
754e5189ee
MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 purpose. Contributed by Charan Hebri.
...
(cherry picked from commit 6cc59a09e7
)
2018-04-11 09:52:17 +05:30
Vrushali C
fe4c7ee94c
YARN-8073 TimelineClientImpl doesn't honor yarn.timeline-service.versions configuration. Contributed by Rohith Sharma K S
...
(cherry picked from commit 345e7624d5
)
2018-04-11 09:51:42 +05:30
Jason Lowe
121daaf474
MAPREDUCE-6930. mapreduce.map.cpu.vcores and mapreduce.reduce.cpu.vcores are both present twice in mapred-default.xml. Contributed by Sen Zhao
...
(cherry picked from commit 32fa3a63e0
)
2018-03-09 10:45:47 -06:00
Ray Chiang
eeb731307f
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
...
(cherry picked from commit 556812c179
)
2018-02-22 18:08:52 +05:30
Jason Lowe
b1d5e73c1f
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:00:10 -06:00
Eric Payne
904a6bf263
MAPREDUCE-7053: Timed out tasks can fail to produce thread dump. Contributed by Jason Lowe.
2018-02-16 08:47:42 -06:00
Jason Lowe
a87bccdc3f
MAPREDUCE-7052. TestFixedLengthInputFormat#testFormatCompressedIn is flaky. Contributed by Peter Bacsko
...
(cherry picked from commit a53d62ab26
)
2018-02-15 15:27:46 -06:00
Kihwal Lee
56b950d777
Revert "HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)"
...
This reverts commit 577a267198
.
2018-02-14 15:20:45 -06:00
Ray Chiang
577a267198
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
...
(cherry picked from commit 556812c179
)
2018-02-14 00:07:09 +05:30
Jason Lowe
08feac4c83
MAPREDUCE-7048. Uber AM can crash due to unknown task in statusUpdate. Contributed by Peter Bacsko
2018-02-12 14:30:42 -06:00
Jason Lowe
e3a1647477
MAPREDUCE-7020. Task timeout in uber mode can crash AM. Contributed by Peter Bacsko
2018-01-26 15:46:01 -06:00
Haibo Chen
5f44bd3eba
MAPREDUCE-7041. MR should not try to clean up at first job attempt. (Gergo Repas via Haibo Chen)
...
(cherry picked from commit cc10852252
)
(cherry picked from commit e6c66baba9
)
2018-01-25 17:23:08 -08:00
Jason Lowe
1ec82e5789
MAPREDUCE-7015. Possible race condition in JHS if the job is not loaded. Contributed by Peter Bacsko
...
(cherry picked from commit cff9edd4b5
)
2018-01-24 14:51:22 -06:00
Haibo Chen
a286acd7be
MAPREDUCE-6984. MR AM to clean up temporary files from previous attempt in case of no recovery. (Gergo Repas via Haibo Chen)
...
(cherry picked from commit cce71dceef
)
(cherry picked from commit fc669778be
)
2018-01-19 13:12:26 -08:00
Jason Lowe
c228a7c707
MAPREDUCE-7029. FileOutputCommitter is slow on filesystems lacking recursive delete. Contributed by Karthik Palaniappan
2018-01-17 10:32:06 -06:00
Jason Lowe
f2a1d5f3a1
MAPREDUCE-7028. Concurrent task progress updates causing NPE in Application Master. Contributed by Gergo Repas
...
(cherry picked from commit fe35103591
)
2018-01-03 11:08:51 -06:00
Jason Lowe
d0fc1cd0c8
MAPREDUCE-5124. AM lacks flow control for task events. Contributed by Peter Bacsko
2017-12-01 14:15:25 -06:00
Arun Suresh
7af9b8ad1e
Fixing Job History Server Configuration parsing. (Jason Lowe via asuresh)
2017-11-09 15:10:21 -08:00
Naganarasimha
45e6d36e5c
MAPREDUCE-6975. Logging task counters. Contributed by Prabhu Joseph.
...
(cherry picked from commit 61bbdc511e
)
2017-11-06 13:10:41 +05:30
Arun Suresh
71a55bebfb
Preparing for 2.10.0 development
2017-10-31 12:51:14 -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
Junping Du
1f2a2ba2be
Add several jdiff xml files for 2.8.2 release.
...
(cherry picked from commit a25b5aa0cf
)
2017-10-26 23:20:24 -07:00
Varun Saxena
56e0873e22
Fix javac, javadoc and checkstyle issues before branch-2 merge.
2017-10-17 23:36:41 +05:30