Steve Loughran
3f7bd46797
HADOOP-15277. Remove .FluentPropertyBeanIntrospector from CLI operation log output.
...
Contributed by Steve Loughran.
2018-03-09 10:44:07 +00: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
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
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
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
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
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
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 1ef906e29e0989aafcb35c51ad2acbb262b3c8e7)
(cherry picked from commit f61edab1d0ea08b6d752ecdfb6068103822012ec)
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