Kihwal Lee
|
7d949cc432
|
HADOOP-13976. Path globbing does not match newlines. Contributed by Eric Badger.
(cherry picked from commit 706d630eb9 )
|
2017-01-17 15:13:56 -06:00 |
Steve Loughran
|
e32cd52481
|
HADOOP-13336 S3A to support per-bucket configuration. Contributed by Steve Loughran
|
2017-01-11 17:15:01 +00:00 |
Junping Du
|
7706a63fb4
|
Preparing for 2.8.1 development after cutting off 2.8.0 branch.
|
2017-01-10 18:03:51 -08:00 |
Vinod Kumar Vavilapalli
|
9721735ce9
|
HADOOP-12406. Fixed AbstractMapWritable.readFields to use the thread's ClassLoader to load class instead of System ClassLoader. Contributed by Nadeem Douba.
(cherry picked from commit 069c6c62de )
(cherry picked from commit 4041d2b49e )
|
2017-01-05 13:23:47 -08:00 |
Masatake Iwasaki
|
a631247c2a
|
HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing (iwasakims)
(cherry picked from commit 9eec6cbedc )
|
2017-01-04 18:04:43 +00:00 |
Akira Ajisaka
|
58a1753373
|
HADOOP-12733. Remove references to obsolete io.seqfile configuration variables. Contributed by Ray Chiang.
(cherry picked from commit 01d31fe938 )
(cherry picked from commit 3e2d26a97f )
|
2017-01-04 14:20:04 +09:00 |
Mingliang Liu
|
a58a1b55bf
|
Revert "HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran"
This reverts commit d61af93bef .
|
2017-01-03 14:45:46 -08:00 |
Mingliang Liu
|
d61af93bef
|
HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran
(cherry picked from commit 451efb08fe )
|
2017-01-03 13:09:53 -08:00 |
Brahma Reddy Battula
|
b8be8f0d4f
|
HADOOP-13883. Addendum patch to correct the message and alphabetized with the earlier patch. Contributed by Yiqun Lin.
|
2016-12-31 16:27:17 +05:30 |
Akira Ajisaka
|
ae053df2d8
|
HDFS-11261. Document missing NameNode metrics. Contributed by Yiqun Lin.
(cherry picked from commit f6e2521eb2 )
(cherry picked from commit 897b4a6a77 )
|
2016-12-21 14:20:39 +09:00 |
Xiaoyu Yao
|
691a32c6f6
|
HADOOP-13890. Maintain HTTP/host as SPNEGO SPN support and fix KerberosName parsing. Contributed by Xiaoyu Yao.
(cherry picked from commit f5e0bd30fd )
(cherry picked from commit 85083567be )
|
2016-12-14 14:01:32 -08:00 |
Akira Ajisaka
|
901bc5eef5
|
HDFS-11204. Document the missing options of hdfs zkfc command. Contributed by Yiqun Lin.
(cherry picked from commit 72bff192cd )
(cherry picked from commit 190b2dca62 )
|
2016-12-14 18:54:39 +09:00 |
Wei-Chiu Chuang
|
983d487e98
|
HADOOP-13824. FsShell can suppress the real error if no error message is present. Contributed by John Zhuge.
(cherry picked from commit b606e025f1 )
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFsShell.java
(cherry picked from commit 6c93c1870c )
|
2016-12-09 15:40:14 -08:00 |
Brahma Reddy Battula
|
3957161a97
|
HADOOP-13883. Add description of -fs option in generic command usage. Contributed By Yiqun Lin.
(cherry picked from commit 80b8023276 )
|
2016-12-09 18:44:27 +05:30 |
Andrew Wang
|
092d0602c2
|
HADOOP-13861. Spelling errors in logging and exceptions for code. Contributed by Grant Sohn.
(cherry picked from commit 7b988e8899 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/erasurecode/rawcoder/util/GF256.java
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/KDiag.java
(cherry picked from commit 6bd600eef2 )
|
2016-12-05 23:21:17 -08:00 |
Xiao Chen
|
49f9e7cf71
|
HADOOP-13847. KMSWebApp should close KeyProviderCryptoExtension. Contributed by John Zhuge.
(cherry picked from commit 291df5c7fb )
|
2016-12-05 09:35:54 -08:00 |
Robert Kanter
|
92ee5e2077
|
HADOOP-13838. KMSTokenRenewer should close providers (xiaochen via rkanter)
(cherry picked from commit 47ca9e26fb )
(cherry picked from commit 285edf691d )
|
2016-11-28 18:23:23 -08:00 |
Brahma Reddy Battula
|
713d800e7b
|
HADOOP-13820. Replace ugi.getUsername() with ugi.getShortUserName() in viewFS. Contributed By Brahma Reddy Battula.
(cherry picked from commit ee3d437a33 )
(cherry picked from commit 1c0fa25dc1 )
|
2016-11-25 20:20:37 +05:30 |
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 |
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 |
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 |
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 |
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
|
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 |
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 |
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 |
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 |
Zhe Zhang
|
384b7b71a3
|
HADOOP-13804. MutableStat mean loses accuracy if add(long, long) is used. Contributed by Erik Krogen.
(cherry picked from commit 3dbad5d823 )
(cherry picked from commit b245e9ce2f )
|
2016-11-07 16:15:20 -08:00 |
Steve Loughran
|
5231c527aa
|
HADOOP-13797 Remove hardcoded absolute path for ls. Contributed by Christine Koppelt
|
2016-11-07 12:36:38 +00:00 |
Robert Kanter
|
f9a7b83a53
|
HADOOP-7930. Kerberos relogin interval in UserGroupInformation should be configurable (xiaochen via rkanter)
(cherry picked from commit 0b36dcda7c )
|
2016-11-04 09:24:34 -07:00 |
Xiao Chen
|
a22ca0aa58
|
HADOOP-12453. Support decoding KMS Delegation Token with its own Identifier. Contributed by Xiaoyu Yao.
(cherry picked from commit 7154a20bcb )
|
2016-11-03 13:10:41 -07:00 |
Andrew Wang
|
e393dd788e
|
HDFS-11080. Update HttpFS to use ConfigRedactor. Contributed by Sean Mackrory.
|
2016-11-02 19:11:25 -07:00 |
Ravi Prakash
|
8504e20b2e
|
HADOOP-13773. Wrong HADOOP_CLIENT_OPTS in hadoop-env on branch-2. Contributed by Fei Hui
(cherry picked from commit 045501a538 )
|
2016-11-01 10:49:45 -07:00 |
Steve Loughran
|
a83f10c90d
|
HADOOP-13680. fs.s3a.readahead.range to use getLongBytes. Contributed by Abhishek Modi.
|
2016-10-31 20:53:22 +00:00 |
Wei-Chiu Chuang
|
9b6d27793d
|
HDFS-11061. Update dfs -count -t command line help and documentation. Contributed by Yiqun Lin.
(cherry picked from commit 112f04eb1b )
(cherry picked from commit 9ba283c27d )
|
2016-10-28 15:37:53 -07:00 |
Jason Lowe
|
558e53b10b
|
HADOOP-13770. Shell.checkIsBashSupported swallowed an interrupted exception. Contributed by Wei-Chiu Chuang
(cherry picked from commit c017171da0 )
|
2016-10-28 15:06:57 +00:00 |
Brahma Reddy Battula
|
26cf988c3a
|
HADOOP-13201. Print the directory paths when ViewFs denies the rename operation on internal dirs. Contributed by Tianyin Xiu
(cherry picked from commit 0c837db8a8 )
|
2016-10-27 19:51:05 +05:30 |
Masatake Iwasaki
|
6d9b6fac86
|
HADOOP-13017. Implementations of InputStream.read(buffer, offset, bytes) to exit 0 if bytes==0. Contributed by Steve Loughran.
(cherry picked from commit 0bdd263d82 )
|
2016-10-27 15:55:35 +09:00 |
Chris Nauroth
|
4df1780991
|
HADOOP-13502. Split fs.contract.is-blobstore flag into more descriptive flags for use by contract tests. Contributed by Chris Nauroth.
(cherry picked from commit 1f8490a5ba )
(cherry picked from commit 082d69ee66 )
|
2016-10-26 08:57:46 -07:00 |
Chris Nauroth
|
c940c68c79
|
HADOOP-13614. Purge some superfluous/obsolete S3 FS tests that are slowing test runs down. Contributed by Steve Loughran.
(cherry picked from commit 9cad3e2350 )
(cherry picked from commit 67e01f7218 )
|
2016-10-26 08:27:39 -07:00 |
Chris Nauroth
|
3d5f41544a
|
HADOOP-13309. Document S3A known limitations in file ownership and permission model. Contributed by Chris Nauroth.
(cherry picked from commit 309a43925c )
(cherry picked from commit 05d772e297 )
|
2016-10-25 09:03:19 -07:00 |
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 d8fa1cfa67 )
(cherry picked from commit 5b7cbb5a3c )
|
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 d0a347984d )
|
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 b82364759c .
|
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 be72372248 )
|
2016-10-21 15:05:57 -07:00 |