Daniel Templeton
|
f20aa38a1d
|
HADOOP-14246. Authentication Tokens should use SecureRandom instead of Random and 256 bit secrets
(Conttributed by Robert Konter via Daniel Templeton)
(cherry picked from commit 4dd6206547 )
|
2017-04-12 11:19:53 -07:00 |
Chris Nauroth
|
1bfb382296
|
HADOOP-14301. Deprecate SharedInstanceProfileCredentialsProvider in branch-2. Contributed by Mingliang Liu.
|
2017-04-12 10:07:00 -07:00 |
Eric Payne
|
607295d21f
|
YARN-6450. TestContainerManagerWithLCE requires override for each new test added to ContainerManagerTest? Contributed by Jason Lowe.
(cherry picked from commit a16ab2be91 )
|
2017-04-12 10:26:31 -05:00 |
Chris Nauroth
|
d5e2bd4096
|
HDFS-11163. Mover should move the file blocks to default storage once policy is unset. Contributed by Surendra Singh Lilhore.
(cherry picked from commit 00ed21a6fedb45a7c8992b8d45adaa83f14af34c)
|
2017-04-11 21:18:47 -07:00 |
Mingliang Liu
|
f1a85b2be3
|
HDFS-11558. BPServiceActor thread name is too long. Contributed by Xiaobing Zhou
|
2017-04-11 18:09:43 -07:00 |
Hanisha Koneru
|
f16bb79957
|
HDFS-11551. Support Timeout when checking single disk. Contributed by Hanisha Koneru.
|
2017-04-11 16:54:28 -07:00 |
Steve Loughran
|
5efb3ade1f
|
HADOOP-14066 VersionInfo should be marked as public API
(cherry picked from commit 2ed65540a3 )
|
2017-04-11 15:06:40 -07:00 |
Wangda Tan
|
2f08c86b7a
|
YARN-6439. Fix ReservationSystem creation of default ReservationQueue. (Carlo Curino via wangda)
(cherry picked from commit 4d4ad0ebb7 )
|
2017-04-11 14:59:34 -07:00 |
Naganarasimha
|
b04c09163b
|
YARN-6463. Correct spelling mistake in FileSystemRMStateStore. Contributed by Yeliang Cang.
(cherry picked from commit 7d873c465b )
|
2017-04-11 22:46:09 +05:30 |
Jason Lowe
|
b29fb55798
|
YARN-6461. TestRMAdminCLI has very low test timeouts. Contributed by Eric Badger
(cherry picked from commit 90d97372ed )
|
2017-04-11 09:17:42 -05:00 |
Jason Lowe
|
0cb22a0f15
|
YARN-6195. Export UsedCapacity and AbsoluteUsedCapacity to JMX. Contributed by Benson Qiu
(cherry picked from commit 0e065f2ede )
|
2017-04-11 08:45:16 -05:00 |
Akira Ajisaka
|
121fcb74f3
|
HADOOP-13545. Update HSQLDB to 2.3.4. Contributed by Giovanni Matteo Fumarola.
(cherry picked from commit aabf08dd07 )
|
2017-04-11 14:39:31 +09:00 |
Konstantinos Karanasos
|
9b3ba25980
|
YARN-6344. Add parameter for rack locality delay in CapacityScheduler. (kkaranasos)
(cherry picked from commit 3587b46164514e6751d7cebb09c8ab5e988853b4)
|
2017-04-10 17:22:29 -07:00 |
Daniel Templeton
|
c1ae753de1
|
YARN-6372. Add default value for NM disk validator (Contributed by Yufei Gu via Daniel Templeton)
(cherry picked from commit e486569197e10bf48731d9e7ef5c031987c26acc)
|
2017-04-10 14:57:19 -07:00 |
Andrew Wang
|
dab1deb9a0
|
HADOOP-14293. Initialize FakeTimer with a less trivial value.
(cherry picked from commit be144117a8 )
|
2017-04-10 11:37:31 -07:00 |
Daniel Templeton
|
2dae9299ef
|
YARN-6343. Docker docs MR example is broken (Contributed by Prashant Jha via Daniel Templeton)
(cherry picked from commit 14a39907c6 )
|
2017-04-10 10:03:06 -07:00 |
Akira Ajisaka
|
21af5be51a
|
HADOOP-14290. Update SLF4J from 1.7.10 to 1.7.25.
(cherry picked from commit 5d38504071 )
|
2017-04-09 01:48:03 +09:00 |
Karthik Kambatla
|
e0b143e51a
|
Revert "YARN-6298. Metric preemptCall is not used in new preemption. (Yufei Gu via kasha)"
This reverts commit dcfce5fcdd .
|
2017-04-07 17:37:31 -07:00 |
Karthik Kambatla
|
dcfce5fcdd
|
YARN-6298. Metric preemptCall is not used in new preemption. (Yufei Gu via kasha)
(cherry picked from commit 2aa8967809 )
|
2017-04-07 17:36:39 -07:00 |
John Zhuge
|
ff2870310e
|
HADOOP-14174. Set default ADLS access token provider type to ClientCredential. Contributed by John Zhuge.
Signed-off-by: John Zhuge <jzhuge@apache.org>
(cherry picked from commit 56e81f2a20 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestCommonConfigurationFields.java
|
2017-04-07 15:01:29 -07:00 |
Robert Kanter
|
cbb1c76195
|
YARN-6368. Decommissioning an NM results in a -1 exit code (miklos.szegedi@cloudera.com via rkanter)
(cherry picked from commit 63f7322522 )
|
2017-04-07 14:28:39 -07:00 |
Zhe Zhang
|
c85026038a
|
HADOOP-14276. Add a nanosecond API to Time/Timer/FakeTimer. Contributed by Erik Krogen.
(cherry picked from commit 95b7f1d29a )
|
2017-04-07 10:39:40 -07:00 |
Akira Ajisaka
|
a467e5412e
|
YARN-6288. Addendum patch to fix compile error.
|
2017-04-07 12:19:46 +09:00 |
Ming Ma
|
db5b4c292b
|
YARN-5797. Add metrics to the node manager for cleaning the PUBLIC and PRIVATE caches. (Chris Trezzo via mingma)
|
2017-04-06 17:08:59 -07:00 |
Xiaoyu Yao
|
0391c92022
|
HDFS-11608. HDFS write crashed with block size greater than 2 GB. Contributed by Xiaobing Zhou.
(cherry picked from commit 0eacd4c13b )
|
2017-04-06 16:15:56 -07:00 |
Andrew Wang
|
ed8f738be5
|
HADOOP-14104. Client should always ask namenode for kms provider path. Contributed by Rushabh S Shah.
|
2017-04-06 14:38:22 -07:00 |
Xiaoyu Yao
|
325be6e720
|
HDFS-11362. StorageDirectory should initialize a non-null default StorageDirType. Contribute by Hanisha Koneru.
(cherry picked from commit dde3bbf351ef3121ae80a96d06668d8fe33c788f)
|
2017-04-06 14:33:30 -07:00 |
Jason Lowe
|
84b7f2e956
|
YARN-6288. Exceptions during aggregated log writes are mishandled. Contributed by Akira Ajisaka
(cherry picked from commit 1b081ca27e )
|
2017-04-06 16:25:41 -05:00 |
Andrew Wang
|
832c2f52f8
|
HADOOP-13688. Stop bundling HTML source code in javadoc JARs.
(cherry picked from commit 72a2ae6452 )
|
2017-04-06 13:14:59 -07:00 |
Junping Du
|
98759b426c
|
HADOOP-13996. Fix some release build issues, include gpg timeout and disable sign for hadoop-dist. Contributed by Andrew Wang.
|
2017-04-06 13:06:10 -07:00 |
Xiaoyu Yao
|
9016614eb1
|
HDFS-11302. Improve Logging for SSLHostnameVerifier. Contributed by Chen Liang.
(cherry picked from commit 32bb36b750 )
|
2017-04-05 18:30:33 -07:00 |
Arpit Agarwal
|
75e60b6bb7
|
HDFS-11131. TestThrottledAsyncChecker#testCancellation is flaky.
|
2017-04-05 17:54:27 -07:00 |
Daniel Templeton
|
2f32accaaf
|
MAPREDUCE-6846. Fragments specified for libjar paths are not handled correctly
(Contributed by Chris Trezzo via Daniel Templeton)
(cherry picked from commit a92bc8a6c1c50d34d8229a67dc9d197823001551)
|
2017-04-05 17:26:06 -07:00 |
Daniel Templeton
|
59ad5cd68d
|
YARN-6381. FSAppAttempt has several variables that should be final
(Contributed by Ameet Zaveri via Daniel Templeton)
(cherry picked from commit 984df31a31c25ffc8541467dc41913f62f69e1df)
|
2017-04-05 16:44:35 -07:00 |
Karthik Kambatla
|
7c0f9bd5e7
|
YARN-6448. Continuous scheduling thread crashes while sorting nodes. (Yufei Gu via kasha)
(cherry picked from commit b4c4f36594 )
|
2017-04-05 16:00:30 -07:00 |
Chris Douglas
|
72aa0a7ab3
|
HADOOP-13626. Remove distcp dependency on FileStatus serialization
(cherry picked from commit a1a0281e12 )
|
2017-04-05 15:47:46 -07:00 |
Xiaobing Zhou
|
9f20532ef5
|
HDFS-11628. Clarify the behavior of HDFS Mover in documentation. Contributed by Xiaobing Zhou.
|
2017-04-05 15:33:19 -07:00 |
Varun Saxena
|
0a7ec1fcf7
|
YARN-6437. TestSignalContainer#testSignalRequestDeliveryToNM fails intermittently (Jason Lowe via Varun Saxena)
(cherry picked from commit 7d963c477a )
|
2017-04-06 01:58:32 +05:30 |
Andrew Wang
|
e154893d3b
|
HDFS-11538. Move ClientProtocol HA proxies into hadoop-hdfs-client. Contributed by Huafeng Wang.
|
2017-04-05 12:52:34 -07:00 |
Andrew Wang
|
3660309fd0
|
Revert "Revert "Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider."""
This reverts commit c51507dde0 .
|
2017-04-05 12:50:21 -07:00 |
Jason Lowe
|
903278559a
|
YARN-6403. Invalid local resource request can raise NPE and make NM exit. Contributed by Tao Yang
(cherry picked from commit e8071aa249 )
|
2017-04-05 12:31:48 -05:00 |
Hanisha Koneru
|
4cdda4ba87
|
HDFS-11545. Propagate DataNode's slow disks info to the NameNode via Heartbeat. Contributed by Hanisha Koneru.
|
2017-04-05 07:35:09 -07:00 |
Akira Ajisaka
|
438901f6c8
|
MAPREDUCE-6824. TaskAttemptImpl#createCommonContainerLaunchContext is longer than 150 lines. Contributed by Chris Trezzo.
|
2017-04-05 16:45:38 +09:00 |
Varun Saxena
|
05c008256a
|
YARN-6420. RM startup failure due to wrong order in nodelabel editlog (Bibin A Chundatt via Varun Saxena)
(cherry picked from commit 19b89c4c7b )
|
2017-04-05 09:40:09 +05:30 |
Akira Ajisaka
|
88e1799034
|
HDFS-9651. Add missing robots.txt files.
(cherry picked from commit 8cb7325527 )
|
2017-04-05 12:48:12 +09:00 |
Akira Ajisaka
|
a563fa8ee9
|
HDFS-9651. All web UIs should include a robots.txt file. Contributed by Lars Francke.
(cherry picked from commit 09e6caec3d )
|
2017-04-05 12:46:09 +09:00 |
Ming Ma
|
7507ccd38a
|
YARN-6004. Refactor TestResourceLocalizationService#testDownloadingResourcesOnContainer so that it is less than 150 lines. (Chris Trezzo via mingma)
|
2017-04-04 18:05:09 -07:00 |
Karthik Kambatla
|
1938f97c0b
|
YARN-6436. TestSchedulingPolicy#testParseSchedulingPolicy timeout is too low. (Eric Badger via kasha)
(cherry picked from commit 9cc04b4708 )
|
2017-04-04 17:08:59 -07:00 |
Wangda Tan
|
70a810adc0
|
YARN-6109. Add an ability to convert ChildQueue to ParentQueue. (Xuan Gong via wangda)
(cherry picked from commit 3fdae0a2b6 )
|
2017-04-04 14:39:38 -07:00 |
Mingliang Liu
|
8ee3e7e4b1
|
HADOOP-14273. Azure: NativeAzureFileSystem should respect config for kerberosSupportEnabled flag. Contributed by Santhosh G Nayak
(cherry picked from commit 56ab02eed9 )
|
2017-04-04 11:16:48 -07:00 |