Takanobu Asanuma
|
e6f99e205b
|
HADOOP-15291. TestMiniKdc fails on Java 9
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-06 06:01:33 -08:00 |
|
Steve Loughran
|
12ecb55ffe
|
HADOOP-15289. FileStatus.readFields() assertion incorrect.
Contributed by Steve Loughran.
|
2018-03-06 10:05:12 +00:00 |
|
Takanobu Asanuma
|
4971276631
|
HADOOP-15271. Remove unicode multibyte characters from JavaDoc
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-05 15:07:58 -08:00 |
|
Ajay Kumar
|
3dc30bc24e
|
HADOOP-15286. Remove unused imports from TestKMSWithZK.java
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-04 07:12:52 -08:00 |
|
Ray Chiang
|
923e1773e1
|
HADOOP-14652. Update metrics-core version to 3.2.4. (rchiang)
|
2018-03-01 15:36:10 -08:00 |
|
Nanda kumar
|
55d04a6db1
|
HADOOP-15275. Incorrect javadoc for return type of RetryPolicy#shouldRetry
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-01 19:03:47 +09:00 |
|
Xiaoyu Yao
|
f20e10b2dd
|
HDFS-13081. Datanode#checkSecureConfig should allow SASL and privileged HTTP. Contributed by Ajay Kumar.
|
2018-02-28 09:44:39 -08:00 |
|
Arpit Agarwal
|
ac42dfc888
|
MAPREDUCE-7061. SingleCluster setup document needs to be updated. Contributed by Bharat Viswanadham.
|
2018-02-27 10:27:18 -08:00 |
|
Arpit Agarwal
|
137f0d324a
|
HADOOP-14959. DelegationTokenAuthenticator.authenticate() to wrap network exceptions. Contributed by Ajay Kumar.
|
2018-02-27 10:15:43 -08:00 |
|
Arpit Agarwal
|
28f644bf25
|
HADOOP-15178. Generalize NetUtils#wrapException to handle other subclasses with String Constructor. Contributed by Ajay Kumar.
|
2018-02-27 07:38:29 -08:00 |
|
Arpit Agarwal
|
78a10029ec
|
HADOOP-15265. Exclude json-smart explicitly in hadoop-auth avoid being pulled in transitively. Contributed by Nishant Bangarwa.
|
2018-02-26 13:56:53 -08:00 |
|
Arpit Agarwal
|
2fa7963c3d
|
HADOOP-15254. Correct the wrong word spelling 'intialize'. Contributed by fang zhenyi.
|
2018-02-24 14:41:55 -08:00 |
|
Arpit Agarwal
|
033f9c68ea
|
HADOOP-15255. Upper/Lower case conversion support for group names in LdapGroupsMapping. Contributed by Nanda kumar.
|
2018-02-23 15:37:17 -08:00 |
|
Kihwal Lee
|
59cf758877
|
HADOOP-9747. Reduce unnecessary UGI synchronization. Contributed by Daryn Sharp.
|
2018-02-23 13:10:56 -06:00 |
|
Anu Engineer
|
3688e491d5
|
HADOOP-15007. Stabilize and document Configuration <tag> element. Contributed by Ajay Kumar.
|
2018-02-23 10:26:22 -08:00 |
|
Sean Mackrory
|
2bc3351eaf
|
HADOOP-6852. apparent bug in concatenated-bzip2 support (decoding). Contributed by Zsolt Venczel.
|
2018-02-21 12:57:14 -07:00 |
|
Arpit Agarwal
|
b0d3c877e3
|
HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar.
|
2018-02-20 18:18:58 -08:00 |
|
Robert Kanter
|
324e5a7cf2
|
HADOOP-15235. Authentication Tokens should use HMAC instead of MAC (rkanter)
|
2018-02-20 17:24:37 -08:00 |
|
Steve Loughran
|
1d37cf675c
|
HADOOP-15070. add test to verify FileSystem and paths differentiate on user info.
Contributed by Steve Loughran.
|
2018-02-19 20:43:40 +00:00 |
|
fang zhenyi
|
4d4dde5112
|
HADOOP-15223. Replace Collections.EMPTY* with empty* when available
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-02-18 22:19:39 +09:00 |
|
Wangda Tan
|
31db977cb3
|
HADOOP-14875. Create end user documentation from the compatibility guidelines. (Daniel Templeton via wangda)
Change-Id: I5d66d0f034874623af22aecae0a0b858b65396ed
|
2018-02-17 12:28:55 +08:00 |
|
Jason Lowe
|
0898ff42e9
|
HADOOP-15206. BZip2 drops and duplicates records when input split size is small. Contributed by Aki Tanaka
|
2018-02-16 14:49:00 -06:00 |
|
Steve Loughran
|
9a013b255f
|
HADOOP-15176. Enhance IAM Assumed Role support in S3A client.
Contributed by Steve Loughran
(cherry picked from commit 96c047fbb98c2378eed9693a724d4cbbd03c00fd)
|
2018-02-15 15:57:10 +00:00 |
|
Anu Engineer
|
8f66affd62
|
HADOOP-15204. Add Configuration API for parsing storage sizes. Contributed by Anu Engineer.
|
2018-02-14 13:11:37 -08:00 |
|
Xiao Chen
|
1f20f432d2
|
Revert "HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar."
This reverts commit 332269de06 .
|
2018-02-14 10:25:05 -08:00 |
|
Steve Loughran
|
f20dc0d577
|
HADOOP-10571. Use Log.*(Object, Throwable) overload to log exceptions.
Contributed by Andras Bokor.
|
2018-02-14 16:20:14 +00:00 |
|
Arpit Agarwal
|
332269de06
|
HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar.
|
2018-02-13 10:14:16 -08:00 |
|
Chris Douglas
|
0c5d7d71a8
|
HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine
|
2018-02-12 21:07:15 -08:00 |
|
Chris Douglas
|
9cc6d1dfb3
|
Revert "HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine"
This reverts commit 5b88cb3398 .
|
2018-02-12 21:06:10 -08:00 |
|
Chris Douglas
|
5b88cb3398
|
HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine
|
2018-02-12 21:00:47 -08:00 |
|
Wangda Tan
|
60f9e60b3b
|
Preparing for 3.2.0 development
Change-Id: I6d0e01f3d665d26573ef2b957add1cf0cddf7938
|
2018-02-11 11:17:38 +08:00 |
|
Steve Loughran
|
996796f104
|
HADOOP-15214. Make Hadoop compatible with Guava 21.0.
Contributed by Igor Dvorzhak
|
2018-02-08 10:55:54 -08:00 |
|
Anu Engineer
|
4304fcd5bd
|
HDFS-12990. Change default NameNode RPC port back to 8020. Contributed by Xiao Chen.
|
2018-02-06 13:43:45 -08:00 |
|
Kihwal Lee
|
2dd960de98
|
HADOOP-15212. Add independent secret manager method for logging expired tokens. Contributed by Daryn Sharp.
|
2018-02-06 15:33:18 -06:00 |
|
Jason Lowe
|
33e6cdbd16
|
YARN-7876. Localized jars that are expanded after localization are not fully copied. Contributed by Miklos Szegedi
|
2018-02-05 12:30:20 -06:00 |
|
Hanisha Koneru
|
51cb6c5380
|
HADOOP-15168. Add kdiag tool to hadoop command. Contributed by Bharat Viswanadham.
|
2018-02-02 12:51:27 -08:00 |
|
Jason Lowe
|
460d77bd64
|
HADOOP-15170. Add symlink support to FileUtil#unTarUsingJava. Contributed by Ajay Kumar
|
2018-02-02 11:33:26 -06:00 |
|
Xiao Chen
|
09dd709d6e
|
HADOOP-15197. Remove tomcat from the Hadoop-auth test bundle.
|
2018-02-01 15:33:52 -08:00 |
|
Xiaoyu Yao
|
af015c0b23
|
HDFS-13060. Adding a BlacklistBasedTrustedChannelResolver for TrustedChannelResolver. Contributed by Ajay Kumar.
|
2018-01-31 22:39:51 -08:00 |
|
Eric Yang
|
0bee3849e3
|
YARN-7816. Allow same application name submitted by multiple users. (Contributed by Gour Saha)
|
2018-01-31 20:51:40 -05:00 |
|
Jason Lowe
|
7288b08330
|
YARN-2185. Use pipes when localizing archives. Contributed by Miklos Szegedi
|
2018-01-31 09:39:43 -06:00 |
|
Jason Lowe
|
901d15a30b
|
Revert "YARN-2185. Use pipes when localizing archives. Contributed by Miklos Szegedi"
This reverts commit 1b0f265db1 .
|
2018-01-30 08:34:39 -06:00 |
|
Xiao Chen
|
b63dcd583f
|
HDFS-12974. Exception message is not printed when creating an encryption zone fails with AuthorizationException. Contributed by fang zhenyi.
|
2018-01-28 22:19:49 -08:00 |
|
Haibo Chen
|
649ef7ac33
|
YARN-7064. Use cgroup to get container resource utilization. (Miklos Szegedi via Haibo Chen)
|
2018-01-26 16:27:31 -08:00 |
|
Jason Lowe
|
1b0f265db1
|
YARN-2185. Use pipes when localizing archives. Contributed by Miklos Szegedi
|
2018-01-26 13:25:20 -06:00 |
|
Chris Douglas
|
56872cff92
|
MapFile.fix creates a wrong index file in case of block-compressed data file. Contributed by Grigori Rybkine
|
2018-01-26 09:18:30 -08:00 |
|
Wei Yan
|
0c139d5bcf
|
HDFS-13049. RBF: Inconsistent Router OPTS config in branch-2 and branch-3. Contributed by Wei Yan.
|
2018-01-25 11:36:40 -08:00 |
|
Billie Rinaldi
|
e307edcb47
|
YARN-7540 and YARN-7605. Convert yarn app cli to call yarn api services and implement doAs for Api Service REST API. Contributed by Eric Yang and Jian He
|
2018-01-23 17:54:39 -08:00 |
|
Hanisha Koneru
|
6347b2253d
|
HDFS-13023. Journal Sync does not work on a secure cluster. Contributed by Bharat Viswanadham.
|
2018-01-22 16:02:32 -08:00 |
|
Hanisha Koneru
|
3fde0f1db5
|
HADOOP-15121. Encounter NullPointerException when using DecayRpcScheduler. Contributed by Tao Jie.
|
2018-01-22 15:54:44 -08:00 |
|