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 |
|
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 5b88cb339898f82519223bcd07e1caedff02d051.
|
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 |
|
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 |
|
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 |
|
Jason Lowe
|
460d77bd64
|
HADOOP-15170. Add symlink support to FileUtil#unTarUsingJava. Contributed by Ajay Kumar
|
2018-02-02 11:33:26 -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 |
|
Hanisha Koneru
|
3fde0f1db5
|
HADOOP-15121. Encounter NullPointerException when using DecayRpcScheduler. Contributed by Tao Jie.
|
2018-01-22 15:54:44 -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 |
|
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 |
|
Yufei Gu
|
b202935353
|
HADOOP-15157. Zookeeper authentication related properties to support CredentialProviders. (Contributed by Gergo Repas)
|
2018-01-16 10:15:22 -08:00 |
|
Arpit Agarwal
|
addbcd8cd4
|
HADOOP-15114. Add closeStreams(...) to IOUtils. Contributed by Ajay Kumar.
|
2018-01-11 16:50:21 -08:00 |
|
Steve Loughran
|
2e0a451a8d
|
HADOOP-15033. Use java.util.zip.CRC32C for Java 9 and above
Contributed by Dmitry Chuyko,
|
2018-01-11 10:47:50 +00:00 |
|
Haibo Chen
|
2f6c038be6
|
YARN-7602. NM should reference the singleton JvmMetrics instance.
|
2018-01-03 09:41:26 -08:00 |
|
Chris Douglas
|
7fe6f83c8f
|
HADOOP-15117. open(PathHandle) contract test should be exhaustive for default options
|
2017-12-30 17:58:35 -08:00 |
|
Xiao Chen
|
81127616c5
|
HADOOP-15149. CryptoOutputStream should implement StreamCapabilities.
|
2017-12-29 13:41:15 -08:00 |
|
Jitendra Pandey
|
d31c9d8c49
|
HADOOP-15143. NPE due to Invalid KerberosTicket in UGI. Contributed by Mukul Kumar Singh.
|
2017-12-27 23:17:07 -08:00 |
|
Steve Loughran
|
c8ff0cc304
|
HADOOP-13282. S3 blob etags to be made visible in S3A status/getFileChecksum() calls.
Contributed by Steve Loughran
|
2017-12-21 14:58:58 +00:00 |
|
Chris Douglas
|
5e81f32d11
|
HADOOP-15106. FileSystem::open(PathHandle) should throw a specific exception on validation failure
|
2017-12-16 10:53:10 -08:00 |
|
Virajith Jalaparti
|
b668eb9155
|
HDFS-10675. Datanode support to read from external stores.
|
2017-12-15 17:51:37 -08:00 |
|
Jason Lowe
|
f8af0e2feb
|
HADOOP-15085. Output streams closed with IOUtils suppressing write errors. Contributed by Jim Brennan
|
2017-12-14 10:18:08 -06:00 |
|
Chris Douglas
|
693169ef34
|
HDFS-12882. Support full open(PathHandle) contract in HDFS
|
2017-12-11 20:14:15 -08:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
f19638333b
|
HADOOP-15059. Undoing the switch of Credentials to PB format as default - done via HADOOP-12563 for supporting 2.x to 3.x upgrades.
|
2017-12-08 08:00:21 -08:00 |
|
Sean Mackrory
|
acb92904d0
|
HADOOP-15098. TestClusterTopology#testChooseRandom fails intermittently. Contributed by Zsolt Venczel.
|
2017-12-07 12:30:58 -07:00 |
|
Arpit Agarwal
|
e00c7f78c1
|
HADOOP-14976. Set HADOOP_SHELL_EXECNAME explicitly in scripts.
|
2017-12-04 21:02:04 -08:00 |
|
Chris Douglas
|
42307e3c3a
|
HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak
|
2017-12-01 22:34:30 -08:00 |
|
Chris Douglas
|
f9d195dfe9
|
HADOOP-14600. LocatedFileStatus constructor forces RawLocalFS to exec a process to get the permissions. Contributed by Ping Liu
|
2017-12-01 22:12:26 -08:00 |
|
Chris Douglas
|
53bbef3802
|
Revert "HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak"
This reverts commit 5304698dc8c5667c33e6ed9c4a827ef57172a723.
|
2017-12-01 11:19:38 -08:00 |
|
Chris Douglas
|
5304698dc8
|
HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak
|
2017-12-01 10:29:30 -08:00 |
|
Chris Douglas
|
0780fdb1eb
|
HDFS-12877. Add open(PathHandle) with default buffersize
|
2017-11-30 15:13:16 -08:00 |
|
Xiao Chen
|
d162252d7a
|
HADOOP-15067. GC time percentage reported in JvmMetrics should be a gauge, not counter. Contributed by Misha Dmitriev.
|
2017-11-23 09:01:28 -08:00 |
|
Steve Loughran
|
de8b6ca5ef
|
HADOOP-13786 Add S3A committer for zero-rename commits to S3 endpoints.
Contributed by Steve Loughran and Ryan Blue.
|
2017-11-22 15:28:12 +00:00 |
|
Robert Kanter
|
f2efaf013f
|
HADOOP-14982. Clients using FailoverOnNetworkExceptionRetry can go into a loop if they're used without authenticating with kerberos in HA env (pbacsko via rkanter)
|
2017-11-16 11:11:19 -08:00 |
|
Eric Yang
|
1b68b8ff2c
|
HADOOP-15008. Fixed period unit calculation for Hadoop Metrics V2. (Contribute by Erik Krogen)
|
2017-11-13 12:42:43 -05:00 |
|
Chris Douglas
|
796a0d3a5c
|
HADOOP-8522. ResetableGzipOutputStream creates invalid gzip files when finish() and resetState() are used. Contributed by Mike Percy
|
2017-11-10 17:41:29 -08:00 |
|
Xiao Chen
|
3c6adda291
|
HADOOP-14960. Add GC time percentage monitor/alerter. Contributed by Misha Dmitriev.
|
2017-11-09 21:06:06 -08:00 |
|
John Zhuge
|
6c32ddad30
|
HADOOP-14872. CryptoInputStream should implement unbuffer. Contributed by John Zhuge.
|
2017-11-09 10:16:12 -08:00 |
|
Mingliang Liu
|
b6d8f87b8e
|
HADOOP-15015. TestConfigurationFieldsBase to use SLF4J for logging. Contributed by Steve Loughran
|
2017-11-03 21:01:56 -07:00 |
|
Xiaoyu Yao
|
59d78a5088
|
HADOOP-14987. Improve KMSClientProvider log around delegation token checking. Contributed by Xiaoyu Yao and Xiao Chen.
|
2017-11-03 16:10:37 -07:00 |
|
Chris Douglas
|
d015e0bbd5
|
HDFS-7878. API - expose a unique file identifier.
|
2017-10-31 09:44:01 -07:00 |
|
Xiao Chen
|
f66ad1fab9
|
HADOOP-14957. ReconfigurationTaskStatus is exposing guava Optional in its public api. Contributed by Haibo Chen, Xiao Chen.
|
2017-10-25 14:11:30 -07:00 |
|
Akira Ajisaka
|
4c970088af
|
HADOOP-14030. PreCommit TestKDiag failure. Contributed by Wei-Chiu Chuang.
|
2017-10-25 17:17:21 +09:00 |
|
John Zhuge
|
c904d60c38
|
Revert "HADOOP-14954. MetricsSystemImpl#init should increment refCount when already initialized. Contributed by John Zhuge."
This reverts commit 14b3c2695b152285ed2919f2aa5a25e247c47871.
|
2017-10-23 15:32:25 -07:00 |
|
John Zhuge
|
14b3c2695b
|
HADOOP-14954. MetricsSystemImpl#init should increment refCount when already initialized. Contributed by John Zhuge.
|
2017-10-20 16:13:41 -07:00 |
|
Lei Xu
|
31ebccc962
|
HDFS-12613. Native EC coder should implement release() as idempotent function. (Lei (Eddy) Xu)
|
2017-10-16 19:44:30 -07:00 |
|