Jason Lowe
|
9e19f758c1
|
YARN-5641. Localizer leaves behind tarballs after container is complete. Contributed by Eric Badger
|
2017-01-25 21:41:43 +00:00 |
|
Xiaoyu Yao
|
a46933e8ce
|
HADOOP-13988. KMSClientProvider does not work with WebHDFS and Apache Knox w/ProxyUser. Contributed by Greg Senia and Xiaoyu Yao.
|
2017-01-25 13:33:06 -08:00 |
|
Steve Loughran
|
7fc3e68a87
|
HADOOP-13433 Race in UGI.reloginFromKeytab. Contributed by Duo Zhang.
|
2017-01-25 21:29:27 +00:00 |
|
Xiao Chen
|
9c0a4d3e71
|
HADOOP-13990. Document KMS usage of CredentialProvider API. Contributed by John Zhuge.
|
2017-01-24 21:30:10 -08:00 |
|
Arpit Agarwal
|
b57368b6f8
|
HDFS-11194. Maintain aggregated peer performance metrics on NameNode.
|
2017-01-24 16:58:20 -08:00 |
|
Eric Yang
|
a847903b6e
|
HADOOP-13119. Add ability to secure log servlet using proxy users. Contribute by Yuanbo Liu.
|
2017-01-21 15:43:18 -08:00 |
|
Lei Xu
|
e015b56319
|
HADOOP-13956. Read ADLS credentials from Credential Provider. (John Zhuge via lei)
|
2017-01-20 14:48:04 +08:00 |
|
Andrew Wang
|
5d8b80ea9b
|
Preparing for 3.0.0-alpha3 development
|
2017-01-19 15:50:07 -08:00 |
|
Daniel Templeton
|
f5839fd6df
|
YARN-6028. Add document for container metrics (Contributed by Weiwei Yang via Daniel Templeton)
|
2017-01-19 12:45:17 -08:00 |
|
Akira Ajisaka
|
1763467210
|
HADOOP-14001. Improve delegation token validity checking.
|
2017-01-19 17:56:39 +09:00 |
|
Yiqun Lin
|
383aa9c9f5
|
HADOOP-13965. Groups should be consistent in using default group mapping class. Contributed by Yiqun Lin.
|
2017-01-19 09:42:56 +08:00 |
|
Allen Wittenauer
|
0eb4b513b7
|
HADOOP-13673. Update scripts to be smarter when running with privilege
Signed-off-by: Andrew Wang <wang@apache.org>
Signed-off-by: Ravi Prakash <raviprak@apache.org>
|
2017-01-18 14:39:05 -08:00 |
|
Akira Ajisaka
|
9130af3f74
|
HADOOP-13955. Replace deprecated HttpServer2 and SSLFactory constants. Contributed by John Zhuge.
|
2017-01-18 18:11:33 +09:00 |
|
Kihwal Lee
|
706d630eb9
|
HADOOP-13976. Path globbing does not match newlines. Contributed by Eric Badger.
|
2017-01-17 15:10:24 -06:00 |
|
Akira Ajisaka
|
e407449ddb
|
HADOOP-13933. Add haadmin -getAllServiceState option to get the HA state of all the NameNodes/ResourceManagers. Contributed by Surendra Singh Lilhore.
|
2017-01-17 10:10:23 +09:00 |
|
Lei Xu
|
ed09c1418d
|
HADOOP-13928. TestAdlFileContextMainOperationsLive.testGetFileContext1 runtime error. (John Zhuge via lei)
|
2017-01-15 14:02:11 +08:00 |
|
Steve Loughran
|
e648b6e138
|
HADOOP-13336 S3A to support per-bucket configuration. Contributed by Steve Loughran
|
2017-01-11 17:25:15 +00:00 |
|
Arpit Agarwal
|
4046794a53
|
HDFS-11299. Support multiple Datanode File IO hooks. Contributed by Hanisha Koneru.
|
2017-01-10 10:43:11 -08:00 |
|
Andrew Wang
|
511d39e074
|
HADOOP-13885. Implement getLinkTarget for ViewFileSystem. Contributed by Manoj Govindassamy.
|
2017-01-09 18:01:37 -08:00 |
|
Wei-Chiu Chuang
|
0a212a40fc
|
HADOOP-13953. Make FTPFileSystem's data connection mode and transfer mode configurable. Contributed by Xiao Chen.
|
2017-01-09 15:18:26 -08:00 |
|
Arpit Agarwal
|
4a659ff40f
|
HDFS-11282. Document the missing metrics of DataNode Volume IO operations. Contributed by Yiqun Lin.
|
2017-01-05 19:34:32 -08:00 |
|
Xiao Chen
|
5d182949ba
|
HADOOP-13597. Switch KMS from Tomcat to Jetty. Contributed by John Zhuge.
|
2017-01-05 17:21:57 -08:00 |
|
Jason Lowe
|
a0a2761621
|
HADOOP-13578. Add Codec for ZStandard Compression. Contributed by churro morales
|
2017-01-04 14:46:25 +00:00 |
|
Akira Ajisaka
|
01d31fe938
|
HADOOP-12733. Remove references to obsolete io.seqfile configuration variables. Contributed by Ray Chiang.
|
2017-01-04 14:10:36 +09:00 |
|
Mingliang Liu
|
88731c731a
|
Revert "HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran"
This reverts commit 451efb08fe .
|
2017-01-03 14:44:26 -08:00 |
|
Mingliang Liu
|
451efb08fe
|
HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran
|
2017-01-03 13:08:38 -08:00 |
|
Robert Kanter
|
591fb15944
|
YARN-5529. Create new DiskValidator class with metrics (yufeigu via rkanter)
|
2017-01-03 12:13:32 -08:00 |
|
Brahma Reddy Battula
|
6938b67711
|
HADOOP-13883. Addendum patch to correct the message and alphabetized with the earlier patch. Contributed by Yiqun Lin.
|
2016-12-31 16:16:02 +05:30 |
|
Akira Ajisaka
|
0665c5f09a
|
HADOOP-13943. TestCommonConfigurationFields#testCompareXmlAgainstConfigurationClass fails after HADOOP-13863. Contributed by Brahma Reddy Battula.
|
2016-12-28 01:39:30 +09:00 |
|
Daniel Templeton
|
ded2d08f33
|
HADOOP-13940. Document the missing envvars commands (Contributed by Yiqun Lin via Daniel Templeton)
|
2016-12-27 07:18:08 -08:00 |
|
Xiaoyu Yao
|
4e9029653d
|
HDFS-10917. Collect peer performance statistics on DataNode. Contributed by Xiaobing Zhou.
|
2016-12-22 23:46:58 -08:00 |
|
Mingliang Liu
|
e92a77099b
|
HADOOP-13863. Azure: Add a new SAS key mode for WASB. Contributed by Dushyanth
|
2016-12-22 20:15:18 -08:00 |
|
Akira Ajisaka
|
22befbd585
|
MAPREDUCE-6704. Update the documents to run MapReduce application. Contributed by Bibin A Chundatt.
|
2016-12-23 04:48:04 +09:00 |
|
Kai Zheng
|
56a13a6a59
|
HDFS-11216. Add remoteBytesRead counter metrics for erasure coding reconstruction task. Contributed by Sammi Chen
|
2016-12-22 14:18:54 +08:00 |
|
Akira Ajisaka
|
f6e2521eb2
|
HDFS-11261. Document missing NameNode metrics. Contributed by Yiqun Lin.
|
2016-12-21 14:17:47 +09:00 |
|
Jason Lowe
|
631f1daee3
|
HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger
|
2016-12-15 20:52:40 +00:00 |
|
Jason Lowe
|
169bfc0903
|
Revert "HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger"
This reverts commit 9947aeb60c .
|
2016-12-15 20:51:24 +00:00 |
|
Xiaoyu Yao
|
f5e0bd30fd
|
HADOOP-13890. Maintain HTTP/host as SPNEGO SPN support and fix KerberosName parsing. Contributed by Xiaoyu Yao.
|
2016-12-14 13:45:21 -08:00 |
|
Arpit Agarwal
|
6ba9587d37
|
HDFS-10958. Add instrumentation hooks around Datanode disk IO.
|
2016-12-14 11:18:58 -08:00 |
|
Akira Ajisaka
|
72bff192cd
|
HDFS-11204. Document the missing options of hdfs zkfc command. Contributed by Yiqun Lin.
|
2016-12-14 18:50:43 +09:00 |
|
Jason Lowe
|
9947aeb60c
|
HADOOP-13709. Ability to clean up subprocesses spawned by Shell when the process exits. Contributed by Eric Badger
|
2016-12-13 22:55:09 +00:00 |
|
Steve Loughran
|
f66f61892a
|
HADOOP-13852 hadoop build to allow hadoop version property to be explicitly set. Contriibuted by Steve Loughran
|
2016-12-12 13:58:27 +00:00 |
|
Wei-Chiu Chuang
|
b606e025f1
|
HADOOP-13824. FsShell can suppress the real error if no error message is present. Contributed by John Zhuge.
|
2016-12-09 15:22:21 -08:00 |
|
Brahma Reddy Battula
|
80b8023276
|
HADOOP-13883. Add description of -fs option in generic command usage. Contributed By Yiqun Lin.
|
2016-12-09 18:21:42 +05:30 |
|
Akira Ajisaka
|
7d8e440eee
|
Revert "HADOOP-13852 hadoop build to allow hadoop version property to be explicitly set. Contriibuted by Steve Loughran"
This reverts commit c265515725 .
|
2016-12-09 12:49:27 +09:00 |
|
Steve Loughran
|
c265515725
|
HADOOP-13852 hadoop build to allow hadoop version property to be explicitly set. Contriibuted by Steve Loughran
|
2016-12-08 17:57:15 +00:00 |
|
Brahma Reddy Battula
|
0ef796174e
|
HADOOP-13867. FilterFileSystem should override rename(.., options) to take effect of Rename options called via FilterFileSystem implementations. Contributed By Vinayakumar B.
|
2016-12-08 18:57:43 +05:30 |
|
Akira Ajisaka
|
deb4743b2c
|
Revert "HDFS-11140. Directory Scanner should log startup message time correctly. Contributed by Yiqun Lin."
This reverts commit 0857641f62 .
|
2016-12-08 13:37:06 +09:00 |
|
Akira Ajisaka
|
0857641f62
|
HDFS-11140. Directory Scanner should log startup message time correctly. Contributed by Yiqun Lin.
|
2016-12-08 13:34:45 +09:00 |
|
Ming Ma
|
c73e08a6da
|
HDFS-10206. Datanodes not sorted properly by distance when the reader isn't a datanode. (Nandakumar via mingma)
|
2016-12-07 08:26:09 -08:00 |
|