Steve Loughran
|
bdd17be9ec
|
HDFS-13713. Add specification of Multipart Upload API to FS specification, with contract tests.
Contributed by Ewan Higgs and Steve Loughran.
(cherry picked from commit c1d24f8483 )
|
2019-02-04 17:10:19 +00:00 |
Weiwei Yang
|
b64e9df949
|
YARN-9262. TestRMAppAttemptTransitions is failing with an NPE. Contributed by lujie.
(cherry picked from commit 28ad20a711 )
|
2019-02-04 14:00:30 +05:30 |
Sunil G
|
99876a5ab8
|
YARN-9206. RMServerUtils does not count SHUTDOWN as an accepted state. Contributed by Kuhu Shukla.
(cherry picked from commit 604b2489a9 )
|
2019-02-04 12:49:06 +05:30 |
Weiwei Yang
|
a0fafbc3ef
|
YARN-9263. TestConfigurationNodeAttributesProvider fails after Mockito updated. Contributed by Weiwei Yang.
(cherry picked from commit f20b043a02 )
|
2019-02-04 12:45:40 +05:30 |
Akira Ajisaka
|
7cd7d5b628
|
HADOOP-16089. AliyunOSS: update oss-sdk version to 3.4.1. Contributed by wujinhu.
(cherry picked from commit 0f9aa5b4d5 )
|
2019-02-04 14:47:48 +09:00 |
Akira Ajisaka
|
97fa326b79
|
MAPREDUCE-7177. Disable speculative execution in TestDFSIO. Contributed by Zhaohui Xin.
(cherry picked from commit c991e2ca5a )
|
2019-02-04 14:04:07 +09:00 |
Takanobu Asanuma
|
8887980d32
|
HDFS-14232. libhdfs is not included in binary tarball. Contributed by Akira Ajisaka.
(cherry picked from commit ec77e95bbd )
|
2019-02-04 10:12:53 +09:00 |
Steve Loughran
|
3b47371fe2
|
HADOOP-16079. Token.toString faulting if any token listed can't load.
Contributed by Steve Loughran.
(cherry picked from commit 7f46d13dac )
|
2019-02-01 14:34:11 +00:00 |
Sunil G
|
0e7060a1d5
|
YARN-9099. GpuResourceAllocator#getReleasingGpus calculates number of GPUs in a wrong way. Contributed by Szilard Nemeth.
(cherry picked from commit 71c49fa60f )
|
2019-01-31 09:26:07 +05:30 |
Eric E Payne
|
4052b7ee60
|
YARN-6616: YARN AHS shows submitTime for jobs same as startTime. Contributed by Prabhu Joseph
(cherry picked from commit 04105bbfdb )
|
2019-01-29 17:52:54 +00:00 |
Weiwei Yang
|
6b8dd8d113
|
YARN-9237. NM should ignore sending finished apps to RM during RM fail-over. Contributed by Jiandan Yang.
(cherry picked from commit 4f63ffe444 )
|
2019-01-29 10:42:09 +08:00 |
Eric Yang
|
8c332affa8
|
YARN-8901. Fixed restart policy NEVER/ON_FAILURE with component dependency.
Contributed by Suma Shivaprasad
(cherry picked from commit f5a95f7998 )
|
2019-01-28 18:12:04 -05:00 |
Masatake Iwasaki
|
a86893f875
|
HDFS-12729. Document special paths in HDFS. Contributed by Masatake Iwasaki.
(cherry picked from commit dc5af4c6b7 )
|
2019-01-29 02:28:18 +09:00 |
Dinesh Chitlangia
|
636821854c
|
HADOOP-16075. Upgrade checkstyle version to 8.16.
Contributed by Dinesh Chitlangia.
(cherry picked from commit 47d6b9bb7f )
|
2019-01-27 17:00:35 +00:00 |
Jonathan Hung
|
bf760e7e81
|
YARN-9222. Print launchTime in ApplicationSummary
(cherry picked from commit 6cace58e21 )
|
2019-01-25 13:23:37 -08:00 |
Dinesh Chitlangia
|
eb77e60163
|
HDFS-14228. Incorrect getSnapshottableDirListing() javadoc. Contributed by Dinesh Chitlangia.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 45caeee6cf )
|
2019-01-25 07:37:43 -08:00 |
Akira Ajisaka
|
dc12754ab6
|
HADOOP-16065. -Ddynamodb should be -Ddynamo in AWS SDK testing document.
(cherry picked from commit 3c60303ac5 )
|
2019-01-25 10:28:46 +09:00 |
Sunil G
|
4aea4b7c9c
|
YARN-8961. [UI2] Flow Run End Time shows 'Invalid date'. Contributed by Akhil PB
(cherry picked from commit c726445990 )
|
2019-01-24 15:02:21 +05:30 |
Weiwei Yang
|
bc6374f282
|
YARN-9205. When using custom resource type, application will fail to run due to the CapacityScheduler throws InvalidResourceRequestException(GREATER_THEN_MAX_ALLOCATION). Contributed by Zhankun Tang.
|
2019-01-23 18:10:28 +08:00 |
Weiwei Yang
|
8ad7711605
|
YARN-8101. Add UT to verify node-attributes in RM nodes rest API. Contributed by Prabhu Joseph.
(cherry picked from commit 721d5c2a5f )
|
2019-01-23 18:07:45 +08:00 |
Takanobu Asanuma
|
e88db02753
|
HDFS-14218. EC: Ls -e throw NPE when directory ec policy is disabled. Contributed by Ayush Saxena.
(cherry picked from commit 7d6792e5d2 )
|
2019-01-23 10:04:50 +09:00 |
Eric Yang
|
65d2b13dc2
|
HADOOP-15922. Fixed DelegationTokenAuthenticator URL decoding for doAs user.
Contributed by He Xiaoqiao
(cherry picked from commit 0dd35e218f )
|
2019-01-22 19:39:05 -05:00 |
Da Zhou
|
29de303e0a
|
HADOOP-16048. ABFS: Fix Date format parser.
Contributed by Da Zhou.
(cherry picked from commit 00ad9e23e8 )
|
2019-01-22 16:41:33 +00:00 |
Arpit Agarwal
|
8dd8121f7d
|
HDFS-14221. Replace Guava Optional with Java Optional. Contributed by Arpit Agarwal.
(cherry picked from commit 1ff658b2ef )
|
2019-01-21 20:46:50 -08:00 |
Arpit Agarwal
|
cd5e7f152f
|
HDFS-14222. Make ThrottledAsyncChecker constructor public. Contributed by Arpit Agarwal.
(cherry picked from commit 6f0756fc0e )
|
2019-01-21 20:46:50 -08:00 |
Weiwei Yang
|
2253a86a3f
|
HDFS-14207. ZKFC should catch exception when ha configuration missing. Contributed by Fei Hui.
(cherry picked from commit de34fc148c )
|
2019-01-22 12:08:03 +08:00 |
Weiwei Yang
|
9114489566
|
YARN-9210. RM nodes web page can not display node info. Contributed by Jiandan Yang.
(cherry picked from commit d43df31751 )
|
2019-01-22 10:46:37 +08:00 |
Weiwei Yang
|
ac2f4b64f9
|
YARN-9204. RM fails to start if absolute resource is specified for partition capacity in CS queues. Contributed by Jiandan Yang.
(cherry picked from commit abde1e1f58 )
|
2019-01-21 21:20:01 +08:00 |
Chen Liang
|
54d4abdfe9
|
HADOOP-15481. Emit FairCallQueue stats as metrics. Contributed by Christopher Gregorian.
|
2019-01-18 11:54:20 -08:00 |
Akira Ajisaka
|
2a84f1cf76
|
HDFS-14213. Remove Jansson from BUILDING.txt. Contributed by Dinesh Chitlangia.
(cherry picked from commit 96a84b61fb )
|
2019-01-18 15:32:27 +09:00 |
Wangda Tan
|
fe7cb2d84a
|
YARN-9194. Invalid event: REGISTERED and LAUNCH_FAILED at FAILED, and NullPointerException happens in RM while shutdown a NM. (lujie via wangda)
Change-Id: I4359f59a73a278a941f4bb9d106dd38c9cb471fe
(cherry picked from commit 6d7eedfd28 )
|
2019-01-17 15:13:42 -08:00 |
rahul3
|
4aee7946dc
|
YARN-9203. Fix typos in yarn-default.xml.
This closes #437
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 0a46baecd3 )
|
2019-01-17 16:19:49 +09:00 |
Akira Ajisaka
|
a415446705
|
YARN-8747. [UI2] YARN UI2 page loading failed due to js error under some time zone configuration. Contributed by collinma.
(cherry picked from commit 104ef5df36 )
|
2019-01-16 14:37:43 +09:00 |
luhuachao
|
18becec548
|
HADOOP-16019. ZKDelegationTokenSecretManager won't log exception message occured in function setJaasConfiguration.
Contributed by luhuachao.
(cherry picked from commit ccc43621ab )
|
2019-01-15 13:16:07 +00:00 |
Da Zhou
|
1d4390e16b
|
HADOOP-16044. ABFS: Better exception handling of DNS errors followup
Contributed by Da Zhou.
(cherry picked from commit 30863c5ae3 )
|
2019-01-14 19:45:30 +00:00 |
Akira Ajisaka
|
0ec180213c
|
HADOOP-15994. Upgrade Jackson2 to 2.9.8. Contributed by lqjacklee.
(cherry picked from commit 3bb745df18 )
|
2019-01-12 15:53:24 +09:00 |
Inigo Goiri
|
c1c15c1bd8
|
HADOOP-16045. Don't run TestDU on Windows. Contributed by Lukas Majercak.
(cherry picked from commit 35fa3bd685 )
|
2019-01-11 18:08:14 -08:00 |
Da Zhou
|
8b5fbe7a12
|
HADOOP-15975. ABFS: remove timeout check for DELETE and RENAME.
Contributed by Da Zhou.
|
2019-01-11 11:12:39 +00:00 |
Surendra Singh Lilhore
|
5d2d0e74d5
|
HDFS-14198. Upload and Create button doesn't get enabled after getting reset. Contributed by Ayush Saxena.
(cherry picked from commit 9aeaaa0479 )
|
2019-01-11 14:55:18 +05:30 |
Akira Ajisaka
|
d345b1f441
|
HADOOP-16016. TestSSLFactory#testServerWeakCiphers fails on Java 1.8.0_191 or upper
(cherry picked from commit d4ca907da6 )
|
2019-01-11 13:04:40 +09:00 |
Da Zhou
|
9cb6000c8a
|
HADOOP-16036. WASB: Disable jetty logging configuration announcement.
Contributed by Da Zhou.
(cherry picked from commit 852701f793 )
|
2019-01-10 12:08:27 +00:00 |
Da Zhou
|
6c2500d7ca
|
HADOOP-15662. Better exception handling of DNS errors.
Contributed by Da Zhou.
(cherry picked from commit 7211269142 )
|
2019-01-10 12:03:48 +00:00 |
Da Zhou
|
f7de630e85
|
HADOOP-16040. ABFS: Bug fix for tolerateOobAppends configuration.
Contributed by Da Zhou.
(cherry picked from commit e8d1900369 )
|
2019-01-10 11:59:29 +00:00 |
Jason Lowe
|
6236de9e23
|
Revert "HDFS-14084. Need for more stats in DFSClient. Contributed by Pranay Singh."
This reverts commit 1f39eae7e6 .
|
2019-01-09 17:41:52 -06:00 |
Kai Xie
|
5dce9d75e6
|
HADOOP-16018. DistCp won't reassemble chunks when blocks per chunk > 0.
Contributed by Kai Xie.
(cherry picked from commit 188bebbe7e )
|
2019-01-08 13:34:51 +00:00 |
Wangda Tan
|
1dc2b49bfd
|
YARN-8822. Nvidia-docker v2 support for YARN GPU feature. (Charo Zhang via wangda)
Change-Id: Ib8044307a4241f6b1b7b9b8266b9256f39b16384
|
2019-01-07 12:21:33 -08:00 |
Eric Yang
|
bba76b6f31
|
HADOOP-16031. Fixed TestSecureLogins unit test. Contributed by Akira Ajisaka
|
2019-01-07 13:24:01 -05:00 |
Weiwei Yang
|
977e0ff8b9
|
HADOOP-16030. AliyunOSS: bring fixes back from HADOOP-15671. Contributed by wujinhu.
(cherry picked from commit f87b3b11c4 )
|
2019-01-07 16:06:03 +08:00 |
Weiwei Yang
|
2b549e32e1
|
YARN-9173. FairShare calculation broken for large values after YARN-8833. Contributed by Wilfred Spiegelenburg.
(cherry picked from commit 944cf87223 )
|
2019-01-07 16:05:57 +08:00 |
Wangda Tan
|
cffe5c1ba0
|
YARN-9160. [Submarine] Document 'PYTHONPATH' environment variable setting when using -localization options. (Zhankun Tang via wangda)
Change-Id: I115b6710eb11501e21ab3e9e7cd1a87f322e5cf8
(cherry picked from commit 2c02aa6ec2 )
|
2019-01-06 11:10:47 -08:00 |