Steve Loughran
|
db37ad0ebf
|
HADOOP-12804. Read Proxy Password from Credential Providers in S3 FileSystem. Contributed by Larry McCay.
|
2016-11-25 13:33:32 +00:00 |
Akira Ajisaka
|
c9297b608c
|
HDFS-11174. Wrong HttpFS test command in doc. Contributed by John Zhuge.
(cherry picked from commit bb1b5e083b )
(cherry picked from commit 6fe5ffd05d )
|
2016-11-25 21:29:48 +09:00 |
Akira Ajisaka
|
011d478aab
|
HDFS-11175. Document uppercase key names are not supported in TransparentEncryption.md. Contributed by Yiqun Lin.
(cherry picked from commit 636f7547b7 )
(cherry picked from commit 0df7f5cdf6 )
|
2016-11-25 17:50:43 +09:00 |
Steve Loughran
|
24715cefe8
|
HADOOP-10776 Open up already widely-used APIs for delegation-token fetching & renewal to ecosystem projects. Contributed by Vinod Kumar Vavilapalli
|
2016-11-24 17:51:49 +00:00 |
Brahma Reddy Battula
|
1e25fd6b3b
|
HADOOP-11603. Metric Snapshot log can be changed #MetricsSystemImpl.java since all the services will be initialized. Contributed By Brahma Reddy Battula.
(cherry picked from commit 13501053dd )
|
2016-11-24 22:25:36 +05:30 |
Steve Loughran
|
01e3b0dae8
|
HADOOP-13801 regression: ITestS3AMiniYarnCluster failing. Contributed by Steve Loughran
|
2016-11-23 21:37:23 +00:00 |
Mingliang Liu
|
834e2ddbab
|
HADOOP-13166. Add getFileStatus("/") test to AbstractContractGetFileStatusTest. Contributed by Steve Loughran
(cherry picked from commit 2bf9a15e8a )
|
2016-11-22 14:35:32 -08:00 |
Mingliang Liu
|
ed9dcdae57
|
HADOOP-13655. document object store use with fs shell and distcp. Contributed by Steve Loughran
|
2016-11-22 13:24:42 -08:00 |
Brahma Reddy Battula
|
9be7b353dd
|
HADOOP-13646. Remove outdated overview.html. Contributed By Brahma Reddy Battula.
(cherry picked from commit afcf8d38e7 )
|
2016-11-22 20:36:32 +05:30 |
Kihwal Lee
|
f5410f0814
|
HDFS-10966. Enhance Dispatcher logic on deciding when to give up a source DataNode. Contributed by Mark Wagner and Zhe Zhang.
(cherry picked from commit 774b0cd845 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
|
2016-11-21 10:52:42 -06:00 |
Jason Lowe
|
74503ed6b4
|
YARN-5859. TestResourceLocalizationService#testParallelDownloadAttemptsForPublicResource sometimes fails. Contributed by Eric Badger
(cherry picked from commit 009452bb6d )
|
2016-11-21 16:40:00 +00:00 |
Brahma Reddy Battula
|
ce4cd98784
|
HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula.
(cherry picked from commit f922067748 )
|
2016-11-21 19:36:57 +05:30 |
Brahma Reddy Battula
|
23ddb98e1b
|
HDFS-11144. TestFileCreationDelete#testFileCreationDeleteParent fails wind bind exception. Contributed By Brahma Reddy Battula.
(cherry picked from commit c68dad18ab )
|
2016-11-21 11:00:15 +05:30 |
Akira Ajisaka
|
402606323a
|
HADOOP-13814. Sample configuration of KMS HTTP Authentication signature is misleading. Contributed by Masahiro Tanaka.
(cherry picked from commit c65d6b6541 )
(cherry picked from commit d29e3d0f52 )
|
2016-11-21 11:29:00 +09:00 |
Jian He
|
f1e2e7354c
|
YARN-4822. Refactor existing Preemption Policy of CS for easier adding new approach to select preemption candidates. Contributed by Wangda Tan
|
2016-11-19 01:57:11 +00:00 |
Wangda Tan
|
c34072a890
|
YARN-4108. CapacityScheduler: Improve preemption to only kill containers that would satisfy the incoming request. (Wangda Tan)
(cherry picked from commit 7e8c9beb41 )
|
2016-11-18 16:13:54 +00:00 |
Wei-Chiu Chuang
|
20c90e13b8
|
YARN-5271. ATS client doesn't work with Jersey 2 on the classpath. Contributed by Weiwei Yang.
(cherry picked from commit 09520cb439 )
(cherry picked from commit c5a3ec493b )
|
2016-11-17 22:28:37 -06:00 |
Mingliang Liu
|
416f6f3605
|
HADOOP-11601. Enhance FS spec & tests to mandate FileStatus.getBlocksize() >0 for non-empty files. Contributed by Steve Loughran
(cherry picked from commit ae8849fe37 )
|
2016-11-17 14:27:34 -08:00 |
Kihwal Lee
|
0fb1306f93
|
HADOOP-13742. Expose NumOpenConnectionsPerUser as a metric. Brahma Reddy Battula.
(cherry picked from commit bd3735554f )
|
2016-11-17 12:20:01 -06:00 |
Brahma Reddy Battula
|
f0e2271149
|
HDFS-11134. Fix bind exception threw in TestRenameWhileOpen. Contributed By Yiqun Lin.
(cherry picked from commit b2d4b7b1b9 )
|
2016-11-17 10:26:50 +05:30 |
Mingliang Liu
|
c60ed3a3e4
|
HADOOP-13822. Use GlobalStorageStatistics.INSTANCE.reset() at FileSystem#clearStatistics(). Contribute by Brahma Reddy Battula
(cherry picked from commit aab9737a05 )
|
2016-11-16 20:11:10 -08:00 |
Jason Lowe
|
cb0fccad19
|
YARN-5836. Malicious AM can kill containers of other apps running in any node its containers are running. Contributed by Botong Huang
(cherry picked from commit 59bfcbf357 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/BaseContainerManagerTest.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/TestContainerManager.java
|
2016-11-16 22:43:56 +00:00 |
Mingliang Liu
|
a8dadd8c53
|
HDFS-11105. TestRBWBlockInvalidation#testRWRInvalidation fails intermittently. Contributed by Yiqun Lin
(cherry picked from commit c90891e7b3 )
|
2016-11-16 13:13:19 -08:00 |
Jason Lowe
|
e27fbcb50c
|
MAPREDUCE-6804. Add timeout when starting JobHistoryServer in MiniMRYarnCluster. Contributed by Andras Bokor
(cherry picked from commit 41f8275c50 )
|
2016-11-16 15:27:32 +00:00 |
Xiao Chen
|
cf366a0fd6
|
HADOOP-13815. TestKMS#testDelegationTokensOpsSimple and TestKMS#testDelegationTokensOpsKerberized Fails in Trunk.
(cherry picked from commit 61c0bedf77 )
(cherry picked from commit efc9ffc3b6 )
|
2016-11-15 16:26:59 -08:00 |
Xiao Chen
|
fc4c0595be
|
YARN-5875. TestTokenClientRMService#testTokenRenewalWrongUser fails. Contributed by Gergely Novák.
(cherry picked from commit d5c396ccb361e1a0cf4307ce1d1b37fae0eec250)
|
2016-11-15 13:57:43 -08:00 |
Kihwal Lee
|
15f08e9298
|
HDFS-8870. Lease is leaked on write failure. Contributed by Kuhu Shukla.
(cherry picked from commit 4fcea8a0c8 )
|
2016-11-15 14:57:04 -06:00 |
Naganarasimha
|
5c13bb5008
|
YARN-4355. NPE while processing localizer heartbeat. Contributed by Varun Saxena & Jonathan Hung.
(cherry picked from commit 7ffb9943b8 )
|
2016-11-15 15:52:05 +05:30 |
Mingliang Liu
|
0feb9bb4a9
|
HADOOP-13810. Add a test to verify that Configuration handles &-encoded characters. Contributed by Steve Loughran
This closes #158
(cherry picked from commit 04014c4c73 )
|
2016-11-14 19:55:45 -08:00 |
Zhe Zhang
|
efc0e640ed
|
Addendum of HDFS-10872. Removed chan ge in MiniHadoopClusterManager.java
|
2016-11-14 16:43:43 -08:00 |
Zhe Zhang
|
c6e7b631bd
|
HDFS-10872. Add MutableRate metrics for FSNamesystemLock operations. Contributed by Erik Krogen.
(cherry picked from commit 818915aabb )
|
2016-11-14 16:39:26 -08:00 |
Jason Lowe
|
5b1b825ac8
|
MAPREDUCE-6797. Job history server scans can become blocked on a single, slow entry. Contributed by Prabhu Joseph
(cherry picked from commit 99c2bbd337 )
|
2016-11-14 20:31:38 +00:00 |
Brahma Reddy Battula
|
4dc40fe28e
|
HDFS-11135. The tests in TestBalancer run fails due to NPE. Contributed By Yiqun Lin
(cherry picked from commit 6efb8c9c60 )
|
2016-11-14 20:42:50 +05:30 |
Erik Krogen
|
3d52459712
|
HDFS-11087. NamenodeFsck should check if the output writer is still writable. Contributed by Erik Krogen.
(cherry picked from commit 98d9e9c4c8 )
|
2016-11-13 14:54:49 -08:00 |
Naganarasimha
|
59a3d9a576
|
Reverting it because of YARN-5287, blocker issue has been reported.
Revert "YARN-5287. LinuxContainerExecutor fails to set proper permission. Contributed by Ying Zhang."
This reverts commit 16c8fd9dca .
|
2016-11-13 17:43:01 +05:30 |
Mingliang Liu
|
4bcef1c616
|
HADOOP-13813. TestDelegationTokenFetcher#testDelegationTokenWithoutRenewer is failing. Contributed by Mingliang Liu
(cherry picked from commit fb3a5085e8 )
|
2016-11-12 10:37:46 -08:00 |
Mingliang Liu
|
fcedb6812b
|
HDFS-11129. TestAppendSnapshotTruncate fails with bind exception. Contributed by Brahma Reddy Battula
(cherry picked from commit 2ee18fc15e )
|
2016-11-11 22:19:39 -08:00 |
Xiaoyu Yao
|
c443ecb267
|
HDFS-10941. Improve BlockManager#processMisReplicatesAsync log. Contributed by Chen Liang.
(cherry picked from commit 4484b48498 )
|
2016-11-11 14:32:11 -08:00 |
Mingliang Liu
|
ae7a20f524
|
HDFS-11122. TestDFSAdmin#testReportCommand fails due to timed out. Contributed by Yiqun Lin
(cherry picked from commit aa6010ccca )
|
2016-11-11 12:35:21 -08:00 |
Brahma Reddy Battula
|
121b56de14
|
HDFS-11128. CreateEditsLog throws NullPointerException. Contributed by Hanisha Koneru.
(cherry picked from commit 1ae57f0f75 )
|
2016-11-11 20:11:13 +05:30 |
Yongjun Zhang
|
51f5bab695
|
HADOOP-13720. Add more info to the msgs printed in AbstractDelegationTokenSecretManager. Contributed by Yongjun Zhang.
(cherry picked from commit fd2f22adec )
|
2016-11-10 23:41:48 -08:00 |
Eric Payne
|
1a6a5af44a
|
YARN-4218. Metric for resource*time that was preempted. Contributed by Chang Li.
(cherry picked from commit dd5b9dabf9 )
|
2016-11-10 23:32:17 +00:00 |
Xiao Chen
|
d81706cd99
|
HDFS-11120. TestEncryptionZones should waitActive. Contributed by John Zhuge.
(cherry picked from commit 907b1431c0ead934e26cf7dbc51bfab5d7cc5ddc)
|
2016-11-09 17:16:36 -08:00 |
Naganarasimha
|
108f09a763
|
YARN-4498. Application level node labels stats to be available in REST (addendum patch). Contributed by Bibin A Chundatt.
(cherry picked from commit 8a2998c08c )
|
2016-11-10 05:24:12 +05:30 |
Wei-Chiu Chuang
|
1d75da8e26
|
HDFS-11056. Concurrent append and read operations lead to checksum error. Contributed by Wei-Chiu Chuang.
(cherry picked from commit 16430c64b7 )
|
2016-11-09 13:32:35 -08:00 |
Xiao Chen
|
b1b609c003
|
HADOOP-13590. Retry until TGT expires even if the UGI renewal thread encountered exception.
(cherry picked from commit 367c3d4121 )
(cherry picked from commit ede909144d )
|
2016-11-09 09:10:06 -08:00 |
Mingliang Liu
|
ad992e05a6
|
HDFS-11083. Add unit test for DFSAdmin -report command. Contributed by Xiaobing Zhou
(cherry picked from commit 62d8c17dfd )
|
2016-11-08 17:10:59 -08:00 |
Zhe Zhang
|
d93dc01e3d
|
HADOOP-13782. Make MutableRates metrics thread-local write, aggregate-on-read. Contributed by Erik Krogen.
(cherry picked from commit 77c13c3857 )
(cherry picked from commit 758638d08d )
|
2016-11-08 16:10:53 -08:00 |
Naganarasimha
|
5f386967a1
|
YARN-5720. Update document for "rmadmin -replaceLabelOnNode". Contributred by Tao Jie
(cherry picked from commit 0e75496049 )
|
2016-11-08 10:37:34 +05:30 |
Varun Vasudev
|
3603e525b1
|
YARN-4884. Fix missing documentation about rmadmin command regarding node labels. Contributed by Kai Sasaki.
(cherry picked from commit f1b8f6b2c1 )
|
2016-11-08 10:22:59 +05:30 |