Benoy Antony
|
4bca385241
|
HADOOP-12082 Support multiple authentication schemes via AuthenticationFilter
|
2016-10-18 18:32:01 -07:00 |
|
Xiao Chen
|
d75cbc5749
|
HADOOP-13693. Remove the message about HTTP OPTIONS in SPNEGO initialization message from kms audit log.
|
2016-10-18 18:24:59 -07:00 |
|
Xiao Chen
|
efdf810cf9
|
HADOOP-7352. FileSystem#listStatus should throw IOE upon access error. Contributed by John Zhuge.
|
2016-10-18 18:18:43 -07:00 |
|
Steve Loughran
|
6c348c5691
|
HADOOP-13560. S3ABlockOutputStream to support huge (many GB) file writes. Contributed by Steve Loughran
|
2016-10-18 21:16:02 +01:00 |
|
Kai Zheng
|
c023c74886
|
HADOOP-13061. Refactor erasure coders. Contributed by Kai Sasaki
|
2016-10-18 12:02:53 +06:00 |
|
Akira Ajisaka
|
bedfec0c10
|
HADOOP-13522. Add %A and %a formats for fs -stat command to print permissions. Contributed by Alex Garbarini.
|
2016-10-18 15:00:44 +09:00 |
|
Andrew Wang
|
b671ee6846
|
HDFS-11013. Correct typos in native erasure coding dump code. Contributed by László Bence Nagy.
|
2016-10-17 14:14:50 -07:00 |
|
Andrew Wang
|
987ee51141
|
HADOOP-13724. Fix a few typos in site markdown documents. Contributed by Ding Fei.
|
2016-10-17 13:25:58 -07:00 |
|
Andrew Wang
|
0f4afc8100
|
HADOOP-13722. Code cleanup -- ViewFileSystem and InodeTree. Contributed by Manoj Govindassamy.
|
2016-10-17 13:15:11 -07:00 |
|
Wei-Chiu Chuang
|
ed9fcbec54
|
HADOOP-13661. Upgrade HTrace version. Contributed by Sean Mackrory.
|
2016-10-17 05:04:49 -07:00 |
|
Andrew Wang
|
aee538be6c
|
HADOOP-13721. Remove stale method ViewFileSystem#getTrashCanLocation. Contributed by Manoj Govindassamy.
|
2016-10-14 14:08:31 -07:00 |
|
Xiaoyu Yao
|
dbe663d524
|
HADOOP-13686. Adding additional unit test for Trash (I). Contributed by Weiwei Yang.
|
2016-10-13 23:05:16 -07:00 |
|
Akira Ajisaka
|
5a5a724731
|
HADOOP-13417. Fix javac and checkstyle warnings in hadoop-auth package.
|
2016-10-14 14:45:55 +09:00 |
|
Xiao Chen
|
ae51b11f78
|
HADOOP-13669. Addendum patch for KMS Server should log exceptions before throwing.
|
2016-10-13 22:32:08 -07:00 |
|
Arpit Agarwal
|
008122b3c9
|
HADOOP-13710. Supress CachingGetSpaceUsed from logging interrupted exception stacktrace. Contributed by Hanisha Koneru.
|
2016-10-13 11:37:03 -07:00 |
|
Xiaoyu Yao
|
9097e2efe4
|
HADOOP-13565. KerberosAuthenticationHandler#authenticate should not rebuild SPN based on client request. Contributed by Xiaoyu Yao.
|
2016-10-13 10:52:28 -07:00 |
|
Andrew Wang
|
12d739a34b
|
HADOOP-13700. Remove unthrown IOException from TrashPolicy#initialize and #getInstance signatures.
|
2016-10-12 15:19:52 -07:00 |
|
Kihwal Lee
|
85cd06f663
|
HDFS-10789. Route webhdfs through the RPC call queue. Contributed by Daryn Sharp and Rushabh S Shah.
|
2016-10-12 15:11:42 -05:00 |
|
Xiao Chen
|
b84c4891f9
|
HADOOP-13698. Document caveat for KeyShell when underlying KeyProvider does not delete a key.
|
2016-10-11 17:05:00 -07:00 |
|
Andrew Wang
|
8a09bf7c19
|
HADOOP-13705. Revert HADOOP-13534 Remove unused TrashPolicy#getInstance and initialize code.
|
2016-10-11 13:46:07 -07:00 |
|
Wei-Chiu Chuang
|
4b32b1420d
|
HADOOP-13684. Snappy may complain Hadoop is built without snappy if libhadoop is not found. Contributed by Wei-Chiu Chuang.
|
2016-10-11 13:21:33 -07:00 |
|
Mingliang Liu
|
2fb392a587
|
HADOOP-13697. LogLevel#main should not throw exception if no arguments. Contributed by Mingliang Liu
|
2016-10-11 10:57:08 -07:00 |
|
Mingliang Liu
|
c874fa914d
|
HDFS-10985. o.a.h.ha.TestZKFailoverController should not use fixed time sleep before assertions. Contributed by Mingliang Liu
|
2016-10-10 13:33:07 -07:00 |
|
Xiao Chen
|
65912e4027
|
HADOOP-13669. KMS Server should log exceptions before throwing. Contributed by Suraj Acharya.
|
2016-10-10 12:51:12 -07:00 |
|
Andrew Wang
|
03060075c5
|
HADOOP-13699. Configuration does not substitute multiple references to the same var.
|
2016-10-10 12:19:26 -07:00 |
|
Steve Loughran
|
cef61d505e
|
HADOOP-13696. change hadoop-common dependency scope of jsch to provided. Contributed by Yuanbo Liu.
|
2016-10-10 12:32:39 +01:00 |
|
Kai Zheng
|
3d59b18d49
|
HADOOP-13641. Update UGI#spawnAutoRenewalThreadForUserCreds to reduce indentation. Contributed by Huafeng Wang
|
2016-10-09 15:53:36 +06:00 |
|
Kai Zheng
|
ec0b70716c
|
HADOOP-12579. Deprecate WriteableRPCEngine. Contributed by Wei Zhou
|
2016-10-09 15:07:03 +06:00 |
|
Xiao Chen
|
2e853be657
|
HADOOP-13627. Have an explicit KerberosAuthException for UGI to throw, text from public constants. Contributed by Xiao Chen.
|
2016-10-07 13:46:27 -07:00 |
|
Robert Kanter
|
c183b9de8d
|
HADOOP-12611. TestZKSignerSecretProvider#testMultipleInit occasionally fail (ebadger via rkanter)
|
2016-10-07 09:33:31 -07:00 |
|
Steve Loughran
|
ebd4f39a39
|
HADOOP-12977 s3a to handle delete("/", true) robustly. Contributed by Steve Loughran.
|
2016-10-07 12:51:40 +01:00 |
|
Chris Nauroth
|
1d330fbaf6
|
HADOOP-13150. Avoid use of toString() in output of HDFS ACL shell commands. Contributed by Chris Nauroth.
|
2016-10-06 13:19:16 -07:00 |
|
Chris Nauroth
|
2d46c3f6b7
|
HADOOP-13323. Downgrade stack trace on FS load from Warn to debug. Contributed by Steve Loughran.
|
2016-10-06 10:57:01 -07:00 |
|
Brahma Reddy Battula
|
35b9d7de9f
|
HADOOP-13690. Fix typos in core-default.xml. Contributed by Yiqun Lin
|
2016-10-06 18:06:08 +05:30 |
|
Brahma Reddy Battula
|
b90fc70d67
|
HDFS-10963. Reduce log level when network topology cannot find enough datanodes. Contributed by Xiao chen
|
2016-10-06 17:47:31 +05:30 |
|
Wei-Chiu Chuang
|
c5ca216915
|
HDFS-10683. Make class Token$PrivateToken private. Contributed by John Zhuge.
|
2016-10-05 17:36:50 -07:00 |
|
Mingliang Liu
|
00160f71b6
|
HADOOP-13628. Support to retrieve specific property from configuration via REST API. Contributed by Weiwei Yang
|
2016-10-05 16:50:01 -04:00 |
|
Akira Ajisaka
|
9a61b52fbe
|
HADOOP-13685. Document -safely option of rm command. Contributed by Xiaoyu Yao.
|
2016-10-05 20:41:08 +09:00 |
|
Xiao Chen
|
853d65a157
|
HDFS-10918. Add a tool to get FileEncryptionInfo from CLI. Contributed by Xiao Chen.
|
2016-10-03 16:01:54 -07:00 |
|
Xiao Chen
|
89bd6d29a6
|
HADOOP-13317. Add logs to KMS server-side to improve supportability. Contributed by Suraj Acharya.
|
2016-09-30 17:51:39 -07:00 |
|
Wei-Chiu Chuang
|
57aec2b46b
|
HADOOP-12974. Create a CachingGetSpaceUsed implementation that uses df. Contributed by Elliott Clark.
|
2016-09-30 12:58:37 -07:00 |
|
Chris Nauroth
|
1e0ea27e96
|
Revert "HADOOP-13081. add the ability to create multiple UGIs/subjects from one kerberos login. Contributed by Sergey Shelukhin."
This reverts commit 0458a2af6e .
|
2016-09-29 13:59:09 -07:00 |
|
Kihwal Lee
|
236ac773c9
|
HADOOP-13537. Support external calls in the RPC call queue. Contributed by Daryn Sharp.
|
2016-09-29 13:27:30 -05:00 |
|
Steve Loughran
|
ee0c722dc8
|
HADOOP-13164 Optimize S3AFileSystem::deleteUnnecessaryFakeDirectories. Contributed by Rajesh Balamohan.
|
2016-09-29 17:01:00 +01:00 |
|
Steve Loughran
|
1518cb9532
|
HADOOP-13663 Index out of range in SysInfoWindows. Contributed by Inigo Goiri
|
2016-09-29 11:35:00 +01:00 |
|
Kihwal Lee
|
e19b37ead2
|
HADOOP-11780. Prevent IPC reader thread death. Contributed by Daryn Sharp.
|
2016-09-28 08:24:21 -05:00 |
|
Mingliang Liu
|
9a44a832a9
|
HADOOP-13658. Replace config key literal strings with names I: hadoop common. Contributed by Chen Liang
|
2016-09-27 17:36:53 -07:00 |
|
Wangda Tan
|
875062b5bc
|
HADOOP-13544. JDiff reports unncessarily show unannotated APIs and cause confusion while our javadocs only show annotated and public APIs. (vinodkv via wangda)
|
2016-09-27 11:26:45 -07:00 |
|
Brahma Reddy Battula
|
edf0d0f8b2
|
HDFS-9444. Add utility to find set of available ephemeral ports to ServerSocketUtil. Contributed by Masatake Iwasaki
|
2016-09-27 07:04:37 +05:30 |
|
Xiao Chen
|
fa397e74fe
|
HADOOP-13638. KMS should set UGI's Configuration object properly. Contributed by Wei-Chiu Chuang.
|
2016-09-26 13:00:57 -07:00 |
|