Steve Loughran
|
cd976b263b
|
HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider.
Contributed by Steven Rand.
(cherry picked from commit b59dd4c79824280616641408b538e90f10eb49f8)
|
2017-03-16 14:08:30 +00:00 |
|
Jian He
|
6d95866dcf
|
YARN-6332. Make RegistrySecurity use short user names for ZK ACLs. Contributed by Billie Rinaldi
|
2017-03-16 12:59:55 +08:00 |
|
Hanisha Koneru
|
d69a82c89c
|
HDFS-11511. Support Timeout when checking single disk. Contributed by Hanisha Koneru.
|
2017-03-15 18:01:45 -07:00 |
|
Chen Liang
|
615ac09499
|
HDFS-11419. DFSTopologyNodeImpl#chooseRandom optimizations. Contributed by Chen Liang.
|
2017-03-15 12:28:22 -07:00 |
|
Junping Du
|
221783b35b
|
YARN-6294. ATS client should better handle Socket closed case. Contributed by Li Lu.
|
2017-03-15 11:48:17 -07:00 |
|
Rohith Sharma K S
|
bb6a214cd3
|
YARN-6336. Jenkins report YARN new UI build failure. Contributed by Sunil G.
|
2017-03-15 15:54:09 +05:30 |
|
Yiqun Lin
|
4416a07c9c
|
HDFS-11420. Edit file should not be processed by the same type processor in OfflineEditsViewer. Contributed by Yiqun Lin.
|
2017-03-15 18:05:03 +08:00 |
|
Sunil G
|
2d0e24eb01
|
YARN-6328. Fix a spelling mistake in CapacityScheduler. Contributed by Jin Yibo. This closes #202
|
2017-03-15 14:48:05 +05:30 |
|
Andrew Wang
|
cc1292e73a
|
HDFS-9705. Refine the behaviour of getFileChecksum when length = 0. Contributed by Kai Zheng and SammiChen.
|
2017-03-14 16:41:10 -07:00 |
|
Ray Chiang
|
4c66a8d19b
|
YARN-6331. Fix flakiness in TestFairScheduler#testDumpState. (Yufei Gu via rchiang)
|
2017-03-14 15:09:47 -07:00 |
|
Mingliang Liu
|
fa67a96d7b
|
HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu
|
2017-03-14 14:38:21 -07:00 |
|
Mingliang Liu
|
e6cda5819b
|
Revert "HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu"
This reverts commit b8c69557b7 .
|
2017-03-14 13:03:42 -07:00 |
|
Junping Du
|
871dc420f8
|
YARN-6313. YARN logs cli should provide logs for a completed container even when application is still running. Contributed by Xuan Gong.
(cherry picked from commit b88f5e0f7858d1d89b79dfd325b767c34416052d)
|
2017-03-14 12:58:12 -07:00 |
|
Naganarasimha
|
0a3aa40fe7
|
YARN-6327. Removing queues from CapacitySchedulerQueueManager and ParentQueue should be done with iterator. Contributed by Jonathan Hung.
|
2017-03-15 01:22:25 +05:30 |
|
Andrew Wang
|
7515e75103
|
HDFS-11505. Do not enable any erasure coding policies by default. Contributed by Manoj Govindassamy.
|
2017-03-14 11:47:25 -07:00 |
|
Junping Du
|
34424e98a6
|
YARN-6314. Potential infinite redirection on YARN log redirection web service. Contributed by Xuan Gong.
(cherry picked from commit 5a9dda796f0e73060ada794ad5752cc6a237ab2e)
|
2017-03-14 02:58:07 -07:00 |
|
Yiqun Lin
|
023b941e3b
|
HDFS-11526. Fix confusing block recovery message. Contributed by Yiqun Lin.
|
2017-03-14 17:49:48 +08:00 |
|
Sunil G
|
e5f2eedcbf
|
YARN-5496. Make Node Heatmap Chart categories clickable in new YARN UI. Contributed by Gergely Novák.
|
2017-03-14 11:47:11 +05:30 |
|
Chen Liang
|
9832ae0ed8
|
HDFS-11482. Add storage type demand to into DFSNetworkTopology#chooseRandom. Contributed by Chen Liang.
|
2017-03-13 17:30:10 -07:00 |
|
Jing Zhao
|
55796a0946
|
HDFS-11395. RequestHedgingProxyProvider#RequestHedgingInvocationHandler hides the Exception thrown from NameNode. Contributed by Nandakumar.
|
2017-03-13 14:24:51 -07:00 |
|
Mingliang Liu
|
b8c69557b7
|
HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu
|
2017-03-13 14:15:02 -07:00 |
|
John Zhuge
|
5a40bafdae
|
HADOOP-14173. Remove unused AdlConfKeys#ADL_EVENTS_TRACKING_SOURCE. Contributed by John Zhuge.
Change-Id: I5dc6f885816b8834f718874542dfa373458b0333
|
2017-03-13 08:11:25 -07:00 |
|
Yiqun Lin
|
79924266f8
|
HDFS-11512. Increase timeout on TestShortCircuitLocalRead#testSkipWithVerifyChecksum. Contributed by Eric Badger.
|
2017-03-13 18:22:30 +08:00 |
|
Andrey Dyatlov
|
04a5f5a6dc
|
HADOOP-14156. Fix grammar error in ConfTest.java.
This closes #187
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2017-03-13 16:15:53 +09:00 |
|
Ray Chiang
|
4db9cc70d0
|
YARN-6042. Dump scheduler and queue state information into FairScheduler DEBUG log. (Yufei Gu via rchiang)
|
2017-03-10 16:13:31 -08:00 |
|
Varun Saxena
|
229c7c9f89
|
YARN-6069. CORS support in timeline v2 (Rohith Sharma K S via Varun Saxena)
|
2017-03-11 04:09:01 +05:30 |
|
Lei Xu
|
6d356b6b4d
|
HDFS-11340. DataNode reconfigure for disks doesn't remove the failed volumes. (Manoj Govindassamy via lei)
|
2017-03-10 14:37:13 -08:00 |
|
Jason Lowe
|
9649c27864
|
YARN-6321. TestResources test timeouts are too aggressive. Contributed by Eric Badger
|
2017-03-10 13:06:54 -06:00 |
|
Steve Loughran
|
092ec39fb9
|
HADOOP-14111 cut some obsolete, ignored s3 tests in TestS3Credentials.
Contributed by Yuanbo Liu
|
2017-03-10 17:43:22 +00:00 |
|
Jian He
|
4478273e5f
|
HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand
|
2017-03-10 09:25:58 -08:00 |
|
Jason Lowe
|
deb9f56946
|
YARN-6310. OutputStreams in AggregatedLogFormat.LogWriter can be left open upon exceptions. Contributed by Haibo Chen
|
2017-03-10 11:08:33 -06:00 |
|
Sunil G
|
e06ff18ab6
|
YARN-6196. Improve Resource Donut chart with better label in Node page of new YARN UI. Contributed by Akhil PB.
|
2017-03-10 16:17:48 +05:30 |
|
Mingliang Liu
|
fd26783aaf
|
HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran
|
2017-03-10 00:21:20 -08:00 |
|
Mingliang Liu
|
881ec4d97b
|
HADOOP-14153. ADL module has messed doc structure. Contributed by Mingliang Liu
|
2017-03-10 00:16:09 -08:00 |
|
Karthik Kambatla
|
a96afae125
|
YARN-6264. AM not launched when a single vcore is available on the cluster. (Yufei Gu via kasha)
|
2017-03-09 23:11:54 -08:00 |
|
John Zhuge
|
c5ee7fded4
|
HADOOP-14123. Remove misplaced ADL service provider config file for FileSystem. Contributed by John Zhuge.
Change-Id: Ic956e2eb8189625916442eaffdc69163d32f730e
|
2017-03-09 18:30:17 -08:00 |
|
Daniel Templeton
|
846a0cd678
|
YARN-1047. Expose # of pre-emptions as a queue counter (Contributed by Karthik Kambatla via Daniel Templeton)
|
2017-03-09 17:51:47 -08:00 |
|
Andrew Wang
|
819808a016
|
HDFS-11506. Move ErasureCodingPolicyManager#getSystemDefaultPolicy to test code. Contributed by Manoj Govindassamy.
|
2017-03-09 17:29:11 -08:00 |
|
Sidharta S
|
e96a0b8c92
|
YARN-5669. Add support for docker pull command (Contribtued by luhuichun)
|
2017-03-09 16:22:19 -08:00 |
|
Daniel Templeton
|
822a74f2ae
|
YARN-6300. NULL_UPDATE_REQUESTS is redundant in TestFairScheduler (Contributed by Yuanbo Liu via Daniel Templeton)
|
2017-03-09 12:14:33 -08:00 |
|
Masatake Iwasaki
|
385d2cb777
|
HDFS-11499. Decommissioning stuck because of failing recovery. Contributed by Lukas Majercak and Manoj Govindassamy.
|
2017-03-09 21:13:50 +09:00 |
|
John Zhuge
|
570827a819
|
HADOOP-14052. Fix dead link in KMS document. Contributed by Christina Vu.
Change-Id: I7093f443d93927184196f62f02cc106a2c89e9cf
|
2017-03-08 23:50:15 -08:00 |
|
Andrew Wang
|
33a38a5341
|
HDFS-11314. Enforce set of enabled EC policies on the NameNode.
|
2017-03-08 16:41:44 -08:00 |
|
Andrew Wang
|
5ca6ef0c26
|
HDFS-10983. OIV tool should make an EC file explicit. Contributed by Manoj Govindassamy.
|
2017-03-08 15:36:19 -08:00 |
|
Jason Lowe
|
d7762a5511
|
YARN-6165. Intra-queue preemption occurs even when preemption is turned off for a specific queue. Contributed by Eric Payne
|
2017-03-08 16:46:09 -06:00 |
|
Jian He
|
2be8947d12
|
Revert "HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand"
This reverts commit 241c1cc05b .
|
2017-03-08 13:20:01 -08:00 |
|
Jian He
|
241c1cc05b
|
HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand
|
2017-03-08 10:48:27 -08:00 |
|
Robert Kanter
|
287ba4ffa6
|
YARN-6297. TestAppLogAggregatorImp.verifyFilesUploaded() should check # of filed uploaded with that of files expected (haibochen via rkanter)
|
2017-03-08 10:45:33 -08:00 |
|
John Zhuge
|
98142d2f72
|
Revert "HADOOP-13606 swift FS to add a service load metadata file. Contributed by Steve Loughran"
This reverts commit 53a12fa721 .
|
2017-03-08 09:54:22 -08:00 |
|
Andrew Wang
|
5addacb1e3
|
HDFS-11152. Start erasure coding policy ID number from 1 instead of 0 to void potential unexpected errors. Contributed by SammiChen.
|
2017-03-08 08:47:38 -08:00 |
|