Chris Nauroth
|
78970e0db3
|
HADOOP-13727. S3A: Reduce high number of connections to EC2 Instance Metadata Service caused by InstanceProfileCredentialsProvider. Contributed by Chris Nauroth.
(cherry picked from commit d8fa1cfa6722cbf7a4ec3d6b9c44b034da9aa351)
(cherry picked from commit 5b7cbb5a3c1877e51f63f6d6dfb201afa55dc4da)
|
2016-10-24 21:23:00 -07:00 |
|
Xiaoyu Yao
|
7d826631ea
|
HADOOP-13749. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao.
(cherry picked from commit d0a347984da175948b553a675dc357491df2fd0f)
|
2016-10-23 10:59:10 -07:00 |
|
Xiaoyu Yao
|
751568e1d3
|
Revert "HDFS-10757. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao."
This reverts commit b82364759ca8600a43741e35c6781bec8249c547.
|
2016-10-23 08:30:20 -07:00 |
|
Benoy Antony
|
653ceab7d3
|
HADOOP-12082 Support multiple authentication schemes via AuthenticationFilter. Contributed by Hrishikesh Gadre.
|
2016-10-21 19:43:22 -07:00 |
|
Xiaoyu Yao
|
b82364759c
|
HDFS-10757. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao.
(cherry picked from commit be7237224819e2491aef91cd4f055c7efcf7b90d)
|
2016-10-21 15:05:57 -07:00 |
|
Xiao Chen
|
7d19394bd5
|
HADOOP-13381. KMS clients should use KMS Delegation Tokens from current UGI. Contributed by Xiao Chen.
(cherry picked from commit 8ebf2e95d2053cb94c6ff87ca018811fe8276f2b)
Conflicts:
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
(cherry picked from commit 8fe4b2429a22cf932b701863170336a3b6986dd2)
|
2016-10-21 14:59:56 -07:00 |
|
Steve Loughran
|
4b56954fea
|
HADOOP-13716. Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup. Contributed by Steve Loughran.
|
2016-10-21 19:12:03 +01:00 |
|
Brahma Reddy Battula
|
5754772bd6
|
HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula
(cherry picked from commit f872c6bc0390415f13e95b99749b0b1a690991b7)
|
2016-10-21 16:22:42 +05:30 |
|
Steve Loughran
|
da7e2f08f1
|
Revert "HADOOP-13716. Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup. Contributed by Steve Loughran."
This reverts commit 671d219c9cda32cfe7b7165dd1a9e174952f20e1.
|
2016-10-20 22:49:11 +01:00 |
|
Anu Engineer
|
671d219c9c
|
HADOOP-13716. Add LambdaTestUtils class for tests; fix eventual consistency problem in contract test setup. Contributed by Steve Loughran.
|
2016-10-20 12:50:49 -07:00 |
|
Steve Loughran
|
2b575a90f3
|
Revert "HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula"
This reverts commit b63dd7b63befc503a02289c1eabd0bd0da48e223.
|
2016-10-20 19:43:16 +01:00 |
|
Brahma Reddy Battula
|
b63dd7b63b
|
HADOOP-13236. truncate will fail when we use viewfilesystem. Contributed by Brahma Reddy Battula
(cherry picked from commit f872c6bc0390415f13e95b99749b0b1a690991b7)
|
2016-10-20 21:49:21 +05:30 |
|
Steve Loughran
|
1ecbf323ba
|
HADOOP-13560. S3ABlockOutputStream to support huge (many GB) file writes. Contributed by Steve Loughran
|
2016-10-18 19:34:07 +01:00 |
|
Vinayakumar B
|
36dad0abca
|
HADOOP-12984. Add GenericTestUtils.getTestDir method and use it for emporary directory in tests (Contributed by Steve Loughran and Vinayakumar B
This closes #89
(cherry picked from commit 8d29e2451f5ca60f864c7ece16722c0abdd1c657)
|
2016-10-17 14:04:58 -07:00 |
|
Andrew Wang
|
15ff590c37
|
HADOOP-13724. Fix a few typos in site markdown documents. Contributed by Ding Fei.
(cherry picked from commit 987ee51141a15d3f4d1df4dc792a192b92b87b5f)
(cherry picked from commit 4ed7cf3b362f94367c57d012608213f46f0e16e8)
|
2016-10-17 13:32:52 -07:00 |
|
Allen Wittenauer
|
9d473b8ddc
|
HADOOP-11559. Add links to RackAwareness and InterfaceClassification to site index (Masatake Iwasaki via aw)
(cherry picked from commit 7eeca90daabd74934d4c94af6f07fd598abdb4ed)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-project/src/site/site.xml
(cherry picked from commit fbdb23d2afa993f96f073b9c4208282e8a280016)
|
2016-10-17 13:32:51 -07:00 |
|
Eric Yang
|
b2667441e6
|
HADOOP-13707. Skip authorization for anonymous user to access Hadoop
web interface in non-secure environment. (Yuanbo Liu via eyang)
|
2016-10-17 08:12:04 -07:00 |
|
Masatake Iwasaki
|
74782e7e42
|
HADOOP-13419. Fix javadoc warnings by JDK8 in hadoop-common package. Contributed by Kai Sasaki.
(cherry picked from commit a13a607e2099153a6b63afe06be24c1bc453158f)
|
2016-10-16 12:48:09 +09:00 |
|
Brahma Reddy Battula
|
34469cd98d
|
Revert "HADOOP-13707. Skip authorization for anonymous user to access Hadoop"
This reverts commit 3574e5692da6da9b0eb9fbee66ef197ffbf1d1cd.
|
2016-10-15 22:18:24 +05:30 |
|
Eric Yang
|
3574e5692d
|
HADOOP-13707. Skip authorization for anonymous user to access Hadoop
web interface in non-secure environment. (Yuanbo Liu via eyang)
|
2016-10-14 22:14:59 -07:00 |
|
Xiaoyu Yao
|
e41295182a
|
HADOOP-13686. Adding additional unit test for Trash (I). Contributed by Weiwei Yang.
(cherry picked from commit dbe663d5241feea0c88a3a9391ad48a029001d94)
(cherry picked from commit 1eb8c0e8804ced48aded091369d721e8061426ee)
|
2016-10-14 08:45:14 -07:00 |
|
Arpit Agarwal
|
3a9808e96c
|
HADOOP-13710. Supress CachingGetSpaceUsed from logging interrupted exception stacktrace. Contributed by Hanisha Koneru.
|
2016-10-13 11:37:25 -07:00 |
|
Andrew Wang
|
9bde45d2fe
|
HADOOP-13700. Remove unthrown IOException from TrashPolicy#initialize and #getInstance signatures.
(cherry picked from commit 12d739a34ba868b3f7f5adf7f37a60d4aca9061b)
(cherry picked from commit f131d61ff8bc87e74c67fec3ae2b50ee50dd0d2c)
|
2016-10-12 15:20:10 -07:00 |
|
Kihwal Lee
|
136c6f6f7d
|
HDFS-10789. Route webhdfs through the RPC call queue. Contributed by Daryn Sharp and Rushabh S Shah.
(cherry picked from commit 5305a392c39d298ecf38ca2dfd2526adeee9cd38)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNode.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/web/resources/NamenodeWebHdfsMethods.java
|
2016-10-12 15:38:34 -05:00 |
|
Xiao Chen
|
bc5a9931d7
|
HADOOP-13698. Document caveat for KeyShell when underlying KeyProvider does not delete a key.
(cherry picked from commit b84c4891f9eca8d56593e48e9df88be42e24220d)
|
2016-10-11 17:05:20 -07:00 |
|
Wei-Chiu Chuang
|
773e2e6b6c
|
HADOOP-13684. Snappy may complain Hadoop is built without snappy if libhadoop is not found. Contributed by Wei-Chiu Chuang.
(cherry picked from commit 4b32b1420d98ea23460d05ae94f2698109b3d6f7)
(cherry picked from commit 56184de510e27990c36726e2a648e8ce4b06504c)
|
2016-10-11 13:22:41 -07:00 |
|
Mingliang Liu
|
def48f5228
|
HDFS-10985. o.a.h.ha.TestZKFailoverController should not use fixed time sleep before assertions. Contributed by Mingliang Liu
(cherry picked from commit de30f13a0ae22f0ffc647e4c1daf19ca9c01bb1a)
|
2016-10-10 13:40:39 -07:00 |
|
Kai Zheng
|
583283db25
|
HADOOP-13641. Update UGI#spawnAutoRenewalThreadForUserCreds to reduce indentation. Contributed by Huafeng Wang
|
2016-10-10 11:45:07 +06:00 |
|
Steve Loughran
|
96cc056cb7
|
HADOOP-12977 s3a to handle delete("/", true) robustly. Contributed by Steve Loughran.
|
2016-10-07 13:22:20 +01:00 |
|
Steve Loughran
|
d24933ad3a
|
HADOOP-13164 Optimize S3AFileSystem::deleteUnnecessaryFakeDirectories. Contributed by Rajesh Balamohan.
|
2016-10-07 13:12:04 +01:00 |
|
Chris Nauroth
|
e36b665f90
|
HADOOP-13150. Avoid use of toString() in output of HDFS ACL shell commands. Contributed by Chris Nauroth.
(cherry picked from commit 1d330fbaf6b50802750aa461640773fb788ef884)
(cherry picked from commit a28ffd0fdeff64a12612e60f4ebc5e6311b4b112)
|
2016-10-06 13:24:54 -07:00 |
|
Chris Nauroth
|
b9ce40e12c
|
HADOOP-13323. Downgrade stack trace on FS load from Warn to debug. Contributed by Steve Loughran.
(cherry picked from commit 2d46c3f6b7d55b6a2f124d07fe26d37359615df4)
(cherry picked from commit ecccb114ae1b09526d11385df7085b6dd3376e2d)
|
2016-10-06 10:57:15 -07:00 |
|
Brahma Reddy Battula
|
a4ee4f9e51
|
HDFS-10963. Reduce log level when network topology cannot find enough datanodes. Contributed by Xiao chen
(cherry picked from commit b90fc70d671481564e468550c770c925f25d7db0)
|
2016-10-06 17:49:48 +05:30 |
|
Akira Ajisaka
|
c0699a1f55
|
HADOOP-13685. Document -safely option of rm command. Contributed by Xiaoyu Yao.
(cherry picked from commit 9a61b52fbefd2970af78bb283ae174d462d57a13)
(cherry picked from commit bdbb75e083218e11d8c8e34d38e4dc859b444c97)
|
2016-10-05 20:41:51 +09:00 |
|
Xiao Chen
|
bf043e63f9
|
HDFS-10918. Add a tool to get FileEncryptionInfo from CLI. Contributed by Xiao Chen.
(cherry picked from commit 853d65a157362661ccab10379c2d82e780382f83)
|
2016-10-03 16:02:11 -07:00 |
|
Wei-Chiu Chuang
|
9a79c54867
|
HADOOP-12974. Create a CachingGetSpaceUsed implementation that uses df. Contributed by Elliott Clark.
(cherry picked from commit 57aec2b46b0e46b73a1f49927e30e2c41138d535)
(cherry picked from commit a6863e5334569fa92e70cc4d84afb545f993c8d3)
|
2016-09-30 13:29:59 -07:00 |
|
Chris Nauroth
|
1085b3ee45
|
Revert "HADOOP-13081. add the ability to create multiple UGIs/subjects from one kerberos login. Contributed by Sergey Shelukhin."
This reverts commit 06df0cd87f5517e778cf0d97614035e126e2fb80.
|
2016-09-29 13:58:35 -07:00 |
|
Kihwal Lee
|
d60b4648dc
|
HADOOP-13537. Support external calls in the RPC call queue. Contributed by Daryn Sharp.
(cherry picked from commit 236ac773c964fa21d6d5f1496023cd61818dd3b1)
(cherry picked from commit 92336ea37e64c48ca84dbb71d84e4d78aaa29438)
|
2016-09-29 13:58:17 -05:00 |
|
Steve Loughran
|
1c8e388181
|
HADOOP-13663 Index out of range in SysInfoWindows. Contributed by Inigo Goiri
|
2016-09-29 11:35:54 +01:00 |
|
Kihwal Lee
|
7091753bd2
|
HADOOP-11780. Prevent IPC reader thread death. Contributed by Daryn Sharp.
(cherry picked from commit e19b37ead23805c7ed45bdcbfa7fdc8898cde7b2)
|
2016-09-28 10:03:24 -05:00 |
|
Brahma Reddy Battula
|
5f754e8638
|
HDFS-9444. Add utility to find set of available ephemeral ports to ServerSocketUtil. Contributed by Masatake Iwasaki
(cherry picked from commit e9a34ae29c7390f3ffcbeee02dc5faa26fca482a)
|
2016-09-28 11:16:40 +05:30 |
|
Mingliang Liu
|
ecb5f282ea
|
HADOOP-13658. Replace config key literal strings with names I: hadoop common. Contributed by Chen Liang
(cherry picked from commit 9a44a832a99eb967aa4e34338dfa75baf35f9845)
|
2016-09-27 17:42:01 -07:00 |
|
Wangda Tan
|
69f91d8c48
|
HADOOP-13544. JDiff reports unncessarily show unannotated APIs and cause confusion while our javadocs only show annotated and public APIs. (vinodkv via wangda)
(cherry picked from commit 875062b5bc789158290bf93dadc71b5328ca4fee)
(cherry picked from commit 269401dc83699e4de7b99e794eeb7646a7f3fc93)
|
2016-09-27 11:46:49 -07:00 |
|
Wei-Chiu Chuang
|
6ca5ffe4b5
|
HADOOP-13535. Add jetty6 acceptor startup issue workaround to branch-2. Contributed by Min Shen.
(cherry picked from commit 23984e17870bcff6fffd8e1ca185fd37e2352b29)
|
2016-09-23 14:28:00 -07:00 |
|
Brahma Reddy Battula
|
aa967869a5
|
HDFS-10886. Replace fs.default.name with fs.defaultFS in viewfs document.
(cherry picked from commit bbdf350ff9fb624fe736c1eb9271c5dcb4e14b06)
|
2016-09-23 19:35:34 +05:30 |
|
Mingliang Liu
|
c7bd564b79
|
HADOOP-13601. Fix a log message typo in AbstractDelegationTokenSecretManager. Contributed by Mehran Hassani.
(cherry picked from commit e80386d69d5fb6a08aa3366e42d2518747af569f)
|
2016-09-20 13:24:02 -07:00 |
|
Xiao Chen
|
900dc70a01
|
HDFS-10489. Deprecate dfs.encryption.key.provider.uri for HDFS encryption zones. Contributed by Xiao Chen.
(cherry picked from commit ea839bd48e4478fc7b6d0a69e0eaeae2de5e0f0d)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/HdfsConfiguration.java
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
(cherry picked from commit 20585ade1d9d7fbd8b9df8b1e3db5a74fd4441a6)
|
2016-09-19 16:38:00 -07:00 |
|
Xiao Chen
|
a7f1dc8aa8
|
HADOOP-13558. UserGroupInformation created from a Subject incorrectly tries to renew the Kerberos ticket. Contributed by Xiao Chen.
(cherry picked from commit 680be58aac03a9ffab6b07c8fde9602ddb9dc858)
(cherry picked from commit d157733082697e67be56f516606a0127f5830c58)
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestUserGroupInformation.java
|
2016-09-19 12:52:58 -07:00 |
|
Akira Ajisaka
|
06d82ffb76
|
HADOOP-13616. Broken code snippet area in Hadoop Benchmarking. Contributed by Kai Sasaki.
(cherry picked from commit 7cad7b704644f260688eb0d4d92413f3a8630f25)
(cherry picked from commit e485ace0dd30c684d3432c49ccc20496270f7aea)
|
2016-09-15 23:43:57 +09:00 |
|
Steve Loughran
|
6a7ce4ee52
|
HADOOP-13606 swift FS to add a service load metadata file. Contributed by Steve Loughran
|
2016-09-14 15:44:20 +01:00 |
|