Arpit Agarwal
|
2b4b85e06f
|
HDFS-11517. Include missed change in previous commit.
|
2017-03-17 16:12:53 -07:00 |
|
Hanisha Koneru
|
dbd673d516
|
HDFS-11517. Expose slow disks via DataNode JMX. Contributed by Hanisha Koneru
|
2017-03-17 15:50:00 -07:00 |
|
Jason Lowe
|
75e6b7428e
|
YARN-6217. TestLocalCacheDirectoryManager test timeout is too aggressive. Contributed by Miklos Szegedi
(cherry picked from commit 4a8e3045027036afebbcb80f23b7a2886e56c255)
|
2017-03-17 14:07:48 -05:00 |
|
Andrew Wang
|
7cc88eca43
|
HDFS-11516. Admin command line should print message to stderr in failure case. Contributed by Kai Sasaki.
(cherry picked from commit 92ea6d74ecd84b86771e285902dd2a80bccbe3ea)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/cli/util/ErasureCodingCliCmdExecutor.java
hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testErasureCodingConf.xml
|
2017-03-17 11:34:43 -07:00 |
|
Xiaobing Zhou
|
dbdd97d057
|
HDFS-10394. move declaration of okhttp version from hdfs-client to hadoop-project POM. Contributed by Xiaobing Zhou.
|
2017-03-16 18:13:55 -07:00 |
|
Junping Du
|
6c11a75821
|
Revert "Update document to reflect new features of ADL support in 2.8.0 release."
This reverts commit a95bf8db0717c12288c95e66d19c5fe4a750e8de.
|
2017-03-16 13:25:33 -07:00 |
|
Junping Du
|
a95bf8db07
|
Update document to reflect new features of ADL support in 2.8.0 release.
(cherry picked from commit 91f2b7a13d1e97be65db92ddabc627cc29ac0009)
|
2017-03-16 13:24:23 -07:00 |
|
Junping Du
|
c51507dde0
|
Revert "Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider.""
This reverts commit b0baabc24952c043517796d7ba64ce1a28337f12.
|
2017-03-16 12:44:11 -07:00 |
|
Jitendra Pandey
|
d564d1f44d
|
HDFS-11533. reuseAddress option should be used for child channels in Portmap and SimpleTcpServer. Contributed by Mukul Kumar Singh.
|
2017-03-16 12:37:22 -07:00 |
|
Andrew Wang
|
b0baabc249
|
Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider."
This reverts commit 3eaa79c9cf7556d166165b35117d0b47f0514a68.
|
2017-03-16 12:25:03 -07:00 |
|
Kihwal Lee
|
a264d98017
|
HDFS-10601. Improve log message to include hostname when the NameNode is in safemode. Contributed by Kuhu Shukla.
(cherry picked from commit ba62b50ebacd33b55eafc9db55a2fe5b4c80207a)
|
2017-03-16 11:02:48 -05:00 |
|
Jason Lowe
|
a16ba4296e
|
YARN-4051. ContainerKillEvent lost when container is still recovering and application finishes. Contributed by sandflee
|
2017-03-16 09:31:20 -05:00 |
|
Steve Loughran
|
3eaa79c9cf
|
HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider.
Contributed by Steven Rand.
(cherry picked from commit b59dd4c79824280616641408b538e90f10eb49f8)
|
2017-03-16 14:08:02 +00:00 |
|
Jian He
|
9f9ccb2784
|
YARN-6332. Make RegistrySecurity use short user names for ZK ACLs. Contributed by Billie Rinaldi
|
2017-03-16 13:00:44 +08:00 |
|
Junping Du
|
8b31ff6dba
|
YARN-6294. ATS client should better handle Socket closed case. Contributed by Li Lu.
|
2017-03-15 11:49:51 -07:00 |
|
Yiqun Lin
|
c0e061b410
|
HDFS-11420. Edit file should not be processed by the same type processor in OfflineEditsViewer. Contributed by Yiqun Lin.
|
2017-03-15 22:37:25 +08:00 |
|
Sunil G
|
caaa6fa96b
|
YARN-6328. Fix a spelling mistake in CapacityScheduler. Contributed by Jin Yibo. This closes #202
(cherry picked from commit 2d0e24eb01cec6f4554671b54729717510711c63)
|
2017-03-15 14:58:20 +05:30 |
|
Mingliang Liu
|
ed0d426a88
|
HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu
|
2017-03-14 15:00:59 -07:00 |
|
Ray Chiang
|
fa59f4e490
|
YARN-6042. Dump scheduler and queue state information into FairScheduler DEBUG log. (Yufei Gu via rchiang)
|
2017-03-14 14:45:13 -07:00 |
|
Junping Du
|
0e7879052a
|
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:41 -07:00 |
|
Junping Du
|
f254002f1d
|
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:44 -07:00 |
|
Yiqun Lin
|
f731013c88
|
HDFS-11526. Fix confusing block recovery message. Contributed by Yiqun Lin.
|
2017-03-14 17:52:31 +08:00 |
|
Jing Zhao
|
e03d8ff488
|
HDFS-11395. RequestHedgingProxyProvider#RequestHedgingInvocationHandler hides the Exception thrown from NameNode. Contributed by Nandakumar.
(cherry picked from commit 55796a0946f80a35055701a34379e374399009c5)
|
2017-03-13 14:26:44 -07:00 |
|
John Zhuge
|
0da850a472
|
HADOOP-14173. Remove unused AdlConfKeys#ADL_EVENTS_TRACKING_SOURCE. Contributed by John Zhuge.
Change-Id: I5dc6f885816b8834f718874542dfa373458b0333
(cherry picked from commit 5a40bafdaeec693e613aa02e79dbaaccfdab6f60)
|
2017-03-13 08:36:46 -07:00 |
|
Yiqun Lin
|
7a65601dd9
|
HDFS-11512. Increase timeout on TestShortCircuitLocalRead#testSkipWithVerifyChecksum. Contributed by Eric Badger.
(cherry picked from commit 79924266f8f68e5e7c873e6b12e3b3acfcd708da)
|
2017-03-13 18:24:50 +08:00 |
|
Lei Xu
|
ee1d3105c2
|
HDFS-11340. DataNode reconfigure for disks doesn't remove the failed volumes. (Manoj Govindassamy via lei)
|
2017-03-10 14:37:58 -08:00 |
|
Mingliang Liu
|
0d9030b732
|
HADOOP-14153. ADL module has messed doc structure. Contributed by Mingliang Liu
(cherry picked from commit 881ec4d97bd1db4582027aec3a4204156a4eda17)
|
2017-03-10 13:22:24 -08:00 |
|
Steve Loughran
|
851c0df5d3
|
HADOOP-14113. Review ADL Docs. Contributed by Steve Loughran
(cherry picked from commit e60c6543d57611039b0438d5dcb4cb19ee239bb6)
|
2017-03-10 13:22:02 -08:00 |
|
Jason Lowe
|
ef95e74eb1
|
YARN-6321. TestResources test timeouts are too aggressive. Contributed by Eric Badger
(cherry picked from commit 9649c27864a23ea156bae904368c1d3cf94c6e9d)
|
2017-03-10 13:07:20 -06:00 |
|
Jian He
|
8c44a9db21
|
HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand
|
2017-03-10 09:26:19 -08:00 |
|
Jason Lowe
|
1a0358b59a
|
YARN-6310. OutputStreams in AggregatedLogFormat.LogWriter can be left open upon exceptions. Contributed by Haibo Chen
(cherry picked from commit deb9f569465bb760e661e60a313dad1605635236)
|
2017-03-10 11:09:04 -06:00 |
|
Mingliang Liu
|
9ea6b24c49
|
HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran
(cherry picked from commit fd26783aaf3deea7a4e197439bd1075a6689681f)
|
2017-03-10 00:21:58 -08:00 |
|
Karthik Kambatla
|
4218671f3c
|
YARN-6264. AM not launched when a single vcore is available on the cluster. (Yufei Gu via kasha)
(cherry picked from commit a96afae125ba02fb4480542d3fb0891623ee4c37)
|
2017-03-09 23:16:19 -08:00 |
|
John Zhuge
|
f298b992f4
|
HADOOP-14123. Remove misplaced ADL service provider config file for FileSystem. Contributed by John Zhuge.
Change-Id: Ic956e2eb8189625916442eaffdc69163d32f730e
(cherry picked from commit c5ee7fded46dcb1ac1ea4c1ada4949c50bc89afb)
|
2017-03-09 19:53:23 -08:00 |
|
Daniel Templeton
|
c60cd88ad1
|
YARN-1047. Expose # of pre-emptions as a queue counter (Contributed by Karthik Kambatla via Daniel Templeton)
|
2017-03-09 18:18:03 -08:00 |
|
Daniel Templeton
|
6774f9c3c2
|
YARN-6300. NULL_UPDATE_REQUESTS is redundant in TestFairScheduler (Contributed by Yuanbo Liu via Daniel Templeton)
(cherry picked from commit 8bc8804be1b96f8a4fc33b5d24dd7f7af93a437e)
|
2017-03-09 17:53:24 -08:00 |
|
Sidharta S
|
3b6e5ef917
|
YARN-5669. Add support for docker pull command (Contribtued by luhuichun)
|
2017-03-09 16:23:21 -08:00 |
|
Mingliang Liu
|
acf20c8318
|
HADOOP-14017. User friendly name for ADLS user and group. Contributed by Vishwajeet Dusane
(cherry picked from commit 924def78544a64449785f305cb6984c3559aea4d)
|
2017-03-09 15:16:28 -08:00 |
|
Mingliang Liu
|
a146866802
|
HADOOP-14049. Honour AclBit flag associated to file/folder permission for Azure datalake account. Contributed by Vishwajeet Dusane
(cherry picked from commit f4329990250bed62efdebe3ce2bc740092cf9573)
|
2017-03-09 15:16:28 -08:00 |
|
Lei Xu
|
ed4388f903
|
HADOOP-13929. ADLS connector should not check in contract-test-options.xml. (John Zhuge via lei)
(cherry picked from commit 71c23c9fc94cfdf58de80effbc3f51c0925d0cfe)
|
2017-03-09 15:16:28 -08:00 |
|
Lei Xu
|
d3a6124ffa
|
HADOOP-13962. Update ADLS SDK to 2.1.4. (John Zhuge via lei)
(cherry picked from commit ccf2d662443fc169835d66b715441529658b245c)
|
2017-03-09 15:16:28 -08:00 |
|
Lei Xu
|
01624f0c1b
|
HADOOP-13956. Read ADLS credentials from Credential Provider. (John Zhuge via lei)
(cherry picked from commit e015b563197a475e354bf84fd27e7bbcc67e00a4)
|
2017-03-09 15:16:28 -08:00 |
|
Mingliang Liu
|
881b63499e
|
HADOOP-13900. Remove snapshot version of SDK dependency from Azure Data Lake Store File System. Contributed by Vishwajeet Dusane
(cherry picked from commit ef34bf2bb92a4e8def6617b185ae72db81450de8)
|
2017-03-09 15:16:28 -08:00 |
|
Mingliang Liu
|
7fd0556b2b
|
HADOOP-13257. Improve Azure Data Lake contract tests. Contributed by Vishwajeet Dusane
(cherry picked from commit 4113ec5fa5ca049ebaba039b1faf3911c6a34f7b)
|
2017-03-09 15:16:28 -08:00 |
|
Chris Douglas
|
edf149b979
|
HADOOP-13037. Refactor Azure Data Lake Store as an independent FileSystem. Contributed by Vishwajeet Dusane
|
2017-03-09 15:16:28 -08:00 |
|
Arpit Agarwal
|
5cdcda34a2
|
HDFS-11477. Simplify file IO profiling configuration. Contributed by Hanisha Koneru.
|
2017-03-09 14:34:10 -08:00 |
|
Arpit Agarwal
|
b6c4776911
|
HDFS-11461. DataNode Disk Outlier Detection. Contributed by Hanisha Koneru.
|
2017-03-09 12:59:48 -08:00 |
|
Masatake Iwasaki
|
60be2e5d8a
|
HDFS-11499. Decommissioning stuck because of failing recovery. Contributed by Lukas Majercak and Manoj Govindassamy.
(cherry picked from commit 385d2cb777a0272ac20c62336c944fad295d5d12)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
|
2017-03-09 23:37:04 +09:00 |
|
Jason Lowe
|
4a1187238a
|
YARN-6165. Intra-queue preemption occurs even when preemption is turned off for a specific queue. Contributed by Eric Payne
(cherry picked from commit d7762a55113a529abd6f4ecb8e6d9b0a84b56e08)
|
2017-03-08 16:47:31 -06:00 |
|
Jian He
|
ea8d53de6a
|
Revert "HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand"
This reverts commit 36eda5af75a1c98b507ea497fce51aa936b2c699.
|
2017-03-08 13:20:45 -08:00 |
|