Ajay Kumar
|
92e2e6c22e
|
HADOOP-15286. Remove unused imports from TestKMSWithZK.java
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 3dc30bc24e )
|
2018-03-04 07:19:33 -08:00 |
Nanda kumar
|
749abde043
|
HADOOP-15275. Incorrect javadoc for return type of RetryPolicy#shouldRetry
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 55d04a6db1 )
|
2018-03-01 19:04:23 +09:00 |
Anu Engineer
|
f0c70a3494
|
HADOOP-15007. Stabilize and document Configuration <tag> element. Contributed by Ajay Kumar.
|
2018-02-28 10:46:20 -08:00 |
Xiaoyu Yao
|
a795302539
|
HDFS-13081. Datanode#checkSecureConfig should allow SASL and privileged HTTP. Contributed by Ajay Kumar.
(cherry picked from commit f20e10b2dd )
|
2018-02-28 09:47:57 -08:00 |
Arpit Agarwal
|
ab2674a1ee
|
MAPREDUCE-7061. SingleCluster setup document needs to be updated. Contributed by Bharat Viswanadham.
|
2018-02-27 10:27:48 -08:00 |
Arpit Agarwal
|
a2e824f9c6
|
HADOOP-14959. DelegationTokenAuthenticator.authenticate() to wrap network exceptions. Contributed by Ajay Kumar.
|
2018-02-27 08:48:24 -08:00 |
Arpit Agarwal
|
4d1d1d7aec
|
HADOOP-15178. Generalize NetUtils#wrapException to handle other subclasses with String Constructor. Contributed by Ajay Kumar.
|
2018-02-27 07:38:40 -08:00 |
Arpit Agarwal
|
0ccd7138a7
|
HADOOP-15265. Exclude json-smart explicitly in hadoop-auth avoid being pulled in transitively. Contributed by Nishant Bangarwa.
|
2018-02-26 13:58:54 -08:00 |
Arpit Agarwal
|
9f3be797be
|
HADOOP-15254. Correct the wrong word spelling 'intialize'. Contributed by fang zhenyi.
|
2018-02-24 14:42:48 -08:00 |
Arpit Agarwal
|
83ac13a59a
|
HADOOP-15255. Upper/Lower case conversion support for group names in LdapGroupsMapping. Contributed by Nanda kumar.
|
2018-02-23 15:37:41 -08:00 |
Kihwal Lee
|
1f0952bfc7
|
HADOOP-9747. Reduce unnecessary UGI synchronization. Contributed by Daryn Sharp.
|
2018-02-23 13:13:20 -06:00 |
fang zhenyi
|
55669df4f9
|
HADOOP-15223. Replace Collections.EMPTY* with empty* when available
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 4d4dde5112 )
|
2018-02-18 22:22:06 +09:00 |
Wangda Tan
|
ac9e5ee568
|
HADOOP-14875. Create end user documentation from the compatibility guidelines. (Daniel Templeton via wangda)
Change-Id: I5d66d0f034874623af22aecae0a0b858b65396ed
(cherry picked from commit 31db977cb3 )
|
2018-02-17 13:03:58 +08:00 |
Jason Lowe
|
03aba69835
|
HADOOP-15206. BZip2 drops and duplicates records when input split size is small. Contributed by Aki Tanaka
(cherry picked from commit 0898ff42e9 )
|
2018-02-16 14:50:14 -06:00 |
Steve Loughran
|
96c047fbb9
|
HADOOP-15176. Enhance IAM Assumed Role support in S3A client.
Contributed by Steve Loughran
|
2018-02-15 15:56:10 +00:00 |
Anu Engineer
|
26f16f6a64
|
HADOOP-15204. Add Configuration API for parsing storage sizes. Contributed by Anu Engineer.
(cherry picked from commit 8f66affd62 )
|
2018-02-14 13:29:56 -08:00 |
Xiao Chen
|
562274a20b
|
Revert "HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar."
This reverts commit e88265ea56 .
|
2018-02-14 10:26:54 -08:00 |
Steve Loughran
|
401a0ee38d
|
HADOOP-10571. Use Log.*(Object, Throwable) overload to log exceptions.
Contributed by Andras Bokor.
(cherry picked from commit f20dc0d577 )
|
2018-02-14 16:21:22 +00:00 |
Arpit Agarwal
|
e88265ea56
|
HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar.
|
2018-02-13 10:14:38 -08:00 |
Chris Douglas
|
08053c4ead
|
HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine
(cherry picked from commit 0c5d7d71a8 )
|
2018-02-12 21:07:25 -08:00 |
Chris Douglas
|
1f6b1894fc
|
Revert "HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine"
This reverts commit d51e4affba .
|
2018-02-12 21:06:21 -08:00 |
Chris Douglas
|
d51e4affba
|
HADOOP-15195. With SELinux enabled, directories mounted with start-build-env.sh may not be accessible. Contributed by Grigori Rybkine
(cherry picked from commit 5b88cb3398 )
|
2018-02-12 21:03:00 -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 |
Masahiro Tanaka
|
6e27b20b4d
|
HADOOP-15181. Typo in SecureMode.md
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-01-22 17:12:36 +09:00 |
Vrushali C
|
c191538ed1
|
HADOOP-15166 CLI MiniCluster fails with ClassNotFoundException o.a.h.yarn.server.timelineservice.collector.TimelineCollectorManager. Contributed by Gera Shegalov
|
2018-01-19 16:15:55 -08:00 |
Steve Loughran
|
d689b2d99c
|
HADOOP-15114. Add closeStreams(...) to IOUtils (addendum).
Contributed by Ajay Kumar.
|
2018-01-19 14:54:13 +00:00 |
Steve Loughran
|
e5a1ad6e24
|
HADOOP-14788. Credentials readTokenStorageFile to stop wrapping IOEs in IOEs.
Contributed by Ajay Kumar.
|
2018-01-19 14:48:45 +00:00 |
Steve Loughran
|
de630708d1
|
HADOOP-15123. KDiag tries to load krb5.conf from KRB5CCNAME instead of KRB5_CONFIG.
Contributed by Vipin Rathor.
(cherry picked from commit 1ef906e29e )
(cherry picked from commit f61edab1d0 )
|
2018-01-18 12:35:57 +00:00 |
Steve Loughran
|
f274fe33ea
|
Revert "HADOOP-13974. S3Guard CLI to support list/purge of pending multipart commits."
This reverts commit 35ad9b1dd2 .
|
2018-01-18 12:35:57 +00:00 |
Brahma Reddy Battula
|
08332e12d0
|
HADOOP-15150. in FsShell, UGI params should be overidden through env vars(-D arg). Contributed by Brahma Reddy Battula.
|
2018-01-18 10:54:32 +05:30 |
Aaron Fabbri
|
268ab4e027
|
HADOOP-15141 Support IAM Assumed roles in S3A. Contributed by Steve Loughran.
|
2018-01-17 00:05:24 -08:00 |
Yufei Gu
|
b202935353
|
HADOOP-15157. Zookeeper authentication related properties to support CredentialProviders. (Contributed by Gergo Repas)
|
2018-01-16 10:15:22 -08:00 |