Daniel Templeton
3210b3d8aa
HDFS-13448. HDFS Block Placement - Ignore Locality for First Block Replica
...
(Contributed by BELUGA BEHR via Daniel Templeton)
Change-Id: I965d1cfa642ad24296038b83e3d5c9983545267d
(cherry picked from commit 849c45db18
)
(cherry picked from commit 00c476abd8
)
2018-07-24 16:13:30 -07:00
Kihwal Lee
00ac5ba90b
HADOOP-15614. TestGroupsCaching.testExceptionOnBackgroundRefreshHandled reliably fails. Contributed by Weiwei Yang.
...
(cherry picked from commit ccf2db7fc2
)
2018-07-19 11:27:38 -05:00
Wei-Chiu Chuang
67ee584fd8
HADOOP-15598. DataChecksum calculate checksum is contented on hashtable synchronization. Contributed by Prasanth Jayachandran.
...
(cherry picked from commit 0c7a578927
)
(cherry picked from commit 34f1dd03ee
)
2018-07-16 11:34:28 -07:00
Wei-Chiu Chuang
74aa4be92d
HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng.
...
(cherry picked from commit 162228e8db
)
(cherry picked from commit f9fa3cb157
)
2018-07-11 10:04:38 -07:00
Xiaoyu Yao
3042aa2685
HADOOP-15571. Multiple FileContexts created with the same configuration object should be allowed to have different umask. Contributed by Vinod Kumar Vavilapalli.
...
(cherry picked from commit 498e3bfb6b
)
2018-07-06 21:20:57 -07:00
Andrew Wang
a4d0336ba2
HADOOP-15554. Improve JIT performance for Configuration parsing. Contributed by Todd Lipcon.
2018-07-02 18:32:07 +02:00
Eric E Payne
c5f2fb5ae6
HADOOP-15548: Randomize local dirs. Contributed by Jim Brennan.
...
(cherry picked from commit d36f6b9e93
)
2018-06-29 18:35:47 +00:00
Inigo Goiri
f3efeb899a
HADOOP-15458. TestLocalFileSystem#testFSOutputStreamBuilder fails on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit abc3e4bad9
)
2018-06-25 09:51:25 -07:00
Eric E Payne
e977876428
YARN-8444: NodeResourceMonitor crashes on bad swapFree value. Contributed by Jim Brennan.
...
(cherry picked from commit 6432128622
)
2018-06-22 17:30:01 +00:00
Xiao Chen
aca66f6155
HDFS-13682. Cannot create encryption zone after KMS auth token expires.
...
(cherry picked from commit 32f867a6a9
)
2018-06-20 15:59:45 -07:00
Surendra Singh Lilhore
34f89f5af7
HADOOP-15523. Shell command timeout given is in seconds whereas it is taken as millisec while scheduling. Contributed by Bilwa S T.
...
(cherry picked from commit 3905fdb793
)
2018-06-17 12:49:09 +05:30
Yiqun Lin
b94b071b10
HDFS-13641. Add metrics for edit log tailing. Contributed by Chao Sun.
...
(cherry picked from commit 8e7548d33b
)
2018-06-13 20:24:12 +08:00
Inigo Goiri
189b6bac8c
HADOOP-15532. TestBasicDiskValidator fails with NoSuchFileException. Contributed by Giovanni Matteo Fumarola.
...
(cherry picked from commit aeaf9fec62
)
2018-06-12 14:18:19 -07:00
Rohith Sharma K S
96e7b7e8ae
YARN-8405. RM zk-state-store.parent-path ACLs has been changed since HADOOP-14773. Contributed by Íñigo Goiri.
...
(cherry picked from commit 2df73dace0
)
2018-06-12 17:25:22 +05:30
Yongjun Zhang
8202c334fe
Update CHANGES, RELEASENOTES, and jdiff for 3.0.3 release.
...
(cherry picked from commit 5a82f10e32
)
2018-06-11 14:28:44 -07:00
Sammi Chen
b874110275
HADOOP-15499. Performance severe drops when running RawErasureCoderBenchmark with NativeRSRawErasureCoder. Contributed by Sammi Chen.
...
(cherry picked from commit 18201b882a
)
2018-06-11 13:58:57 +08:00
Xiao Chen
3843abe482
HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel.
...
(cherry picked from commit ba4011d64f
)
2018-06-05 21:19:19 -07:00
Daniel Templeton
f13e01fdfe
HDFS-13636. Cross-Site Scripting vulnerability in HttpServer2
...
(Contributed by Haibo Yan via Daniel Templeton)
Change-Id: I28edde8125dd20d8d270f0e609d1c04d8173c8b7
(cherry picked from commit cba3194998
)
(cherry picked from commit 09fd1348e8
)
2018-06-01 14:45:01 -07:00
Yongjun Zhang
f0de11ba98
Preparing for 3.0.4 development
2018-05-29 23:40:26 -07:00
Kihwal Lee
65e55097da
Additional check when unpacking archives. Contributed by Wilfred Spiegelenburg.
2018-05-29 14:30:29 -05:00
Inigo Goiri
1f594f31dd
HADOOP-15497. TestTrash should use proper test path to avoid failing on Windows. Contributed by Anbang Hu.
...
(cherry picked from commit 3c75f8e493
)
2018-05-29 09:12:08 -07:00
Karthik Palanisamy
a2cc099ddf
HADOOP-15449. Increase default timeout of ZK session to avoid frequent NameNode failover
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 61df174e8b
)
2018-05-28 19:42:26 +09:00
Xiao Chen
c2c2c57e21
HADOOP-15473. Configure serialFilter in KeyProvider to avoid UnrecoverableKeyException caused by JDK-8189997. Contributed by Gabor Bota.
...
(cherry picked from commit 02322de3f9
)
2018-05-25 09:42:01 -07:00
Miklos Szegedi
b0f7b0dfd5
YARN-8310. Handle old NMTokenIdentifier, AMRMTokenIdentifier, and ContainerTokenIdentifier formats. Contributed by Robert Kanter.
2018-05-24 15:36:35 -07:00
Arpit Agarwal
0e7ea77354
HADOOP-15486. Make NetworkTopology#netLock fair. Contributed by Nanda kumar.
2018-05-23 14:25:08 -07:00
Sammi Chen
6db710b9d8
HDFS-13540. DFSStripedInputStream should only allocate new buffers when reading. Contributed by Xiao Chen.
...
(cherry picked from commit 34e8b9f9a8
)
(cherry picked from commit 7d71b3a1cc
)
2018-05-23 19:20:32 +08:00
Akira Ajisaka
bd98d4e77c
Additional check when unpacking archives. Contributed by Jason Lowe and Akira Ajisaka.
2018-05-23 17:19:18 +09:00
Kihwal Lee
96313e03c1
HADOOP-15450. Avoid fsync storm triggered by DiskChecker and handle disk full situation. Contributed by Arpit Agarwal.
...
(cherry picked from commit bcc8e76bad
)
2018-05-22 11:23:55 -05:00
Rushabh Shah
603ca19a17
Skip the proxy user check if the ugi has not been initialized. Contributed by Daryn Sharp
...
(cherry picked from commit 73e9120ad7
)
2018-05-21 12:41:05 -05:00
Inigo Goiri
7336d0123d
HDFS-13586. Fsync fails on directories on Windows. Contributed by Lukas Majercack.
...
(cherry picked from commit 8783613696
)
2018-05-17 19:27:51 -07:00
Inigo Goiri
cdc16b3a2f
HDFS-13560. Insufficient system resources exist to complete the requested service for some tests on Windows. Contributed by Anbang Hu.
...
(cherry picked from commit 53b807a6a8
)
2018-05-17 17:04:23 -07:00
Sammi Chen
a700d05f72
Add 2.9.1 release notes and changes documents
...
(cherry picked from commit f3f544b004
)
2018-05-14 15:18:19 +08:00
Rushabh Shah
9519c2ce1e
HADOOP-15441. Log kms url and token service at debug level. Contributed by Gabor Bota
...
(cherry picked from commit a5449d3631
)
2018-05-12 12:26:25 -05:00
Inigo Goiri
054a17387c
HADOOP-15454. TestRollingFileSystemSinkWithLocal fails on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit 1da8d4190d
)
2018-05-10 09:42:01 -07:00
Yongjun Zhang
21bf02023c
Revert "HADOOP-13055. Implement linkMergeSlash and linkFallback for ViewFileSystem"
...
This reverts commit 218a21a0f0
.
2018-05-08 22:22:06 -07:00
Xiao Chen
08cb6548c0
Revert "HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah."
...
This reverts commit 583fa6ed48
.
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSTokenRenewer.java
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
(cherry picked from commit f9692eecf0029a1682ffda48551ac45507144ff0)
Conflicts:
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
(cherry picked from commit 752092a860
)
2018-05-07 13:56:26 -07:00
Rushabh Shah
d9fae993b4
HADOOP-14841 Kms client should disconnect if unable to get output stream from connection. Contributed by Rushabh S Shah
...
(cherry picked from commit 4cdbdce752
)
2018-05-04 15:43:24 -05:00
Daniel Templeton
184ecec29c
HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently
...
(Contributed by Gabor Bota via Daniel Templeton)
Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204
(cherry picked from commit 87c23ef643
)
(cherry picked from commit 57e4115436
)
2018-05-02 17:18:59 -07:00
Jason Lowe
e5ef506dc1
HADOOP-15406. hadoop-nfs dependencies for mockito and junit are not test scope
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e07156e8b0
)
2018-05-02 17:32:26 +09:00
Wangda Tan
e6de818ef6
HADOOP-15411. AuthenticationFilter should use Configuration.getPropsWithPrefix instead of iterator. (Suma Shivaprasad via wangda)
...
Change-Id: Ia19458a43aceb4ffdb1e8eccc519655235d92ba9
(cherry picked from commit 3559d8b1dacf5cf207424de37cb6ba8865d26ffe)
2018-04-25 22:21:51 -07:00
Robert Kanter
101d9005dd
HADOOP-15390. Yarn RM logs flooded by DelegationTokenRenewer trying to renew KMS tokens (xiaochen via rkanter)
...
(cherry picked from commit 7ab08a9c37
)
2018-04-23 15:53:53 -07:00
Lei Xu
463fcfb50a
Update CHANGES, RELEASENOTES, and jdiff for 3.0.2 release.
...
(cherry picked from commit f6ecb76d0b
)
Conflicts:
hadoop-project-dist/pom.xml
2018-04-23 14:17:29 -07:00
Virajith Jalaparti
f06b55bbf1
HDFS-13311. RBF: TestRouterAdminCLI#testCreateInvalidEntry fails on Windows. Contributed by Inigo Goiri
2018-04-16 16:05:17 -07:00
Lei Xu
3717df89ee
Preparing for 3.0.3 development
2018-04-12 13:57:46 -07:00
Xiao Chen
72acda1449
HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah.
...
(cherry picked from commit 583fa6ed48
)
2018-04-10 15:45:48 -07:00
Xiao Chen
46edbedd99
HADOOP-15313. TestKMS should close providers.
...
(cherry picked from commit c22d62b338
)
2018-04-10 15:45:47 -07:00
Jason Lowe
eef5d1947e
HADOOP-15357. Configuration.getPropsWithPrefix no longer does variable substitution. Contributed by Jim Brennan
...
(cherry picked from commit e81397545a
)
2018-04-10 16:54:17 -05:00
Manoj Govindassamy
218a21a0f0
HADOOP-13055. Implement linkMergeSlash and linkFallback for ViewFileSystem
...
(cherry picked from commit 133d7ca76e
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md
2018-04-06 15:19:01 -07:00
Arpit Agarwal
492a597942
HDFS-11968. ViewFS: StoragePolicies commands fail with HDFS federation. Contributed by Mukul Kumar Singh.
...
(cherry picked from commit b91305119b
)
2018-04-06 15:19:01 -07:00
Wei Yan
9638c3fe67
HDFS-13353. RBF: TestRouterWebHDFSContractCreate failed. Contributed by Takanobu Asanuma.
...
(cherry picked from commit 3121e8c293
)
2018-04-05 13:19:05 -07:00
Xiao Chen
973a7b16b9
HADOOP-15355. TestCommonConfigurationFields is broken by HADOOP-15312. Contributed by LiXin Ge.
...
(cherry picked from commit f614b44fe583033947cc78d8f04cfe6fb64fc892)
2018-04-02 23:10:26 -07:00
Xiao Chen
ce37f586f5
HADOOP-15317. Improve NetworkTopology chooseRandom's loop.
...
(cherry picked from commit 57374c4737
)
2018-04-02 22:49:03 -07:00
Konstantin V Shvachko
4ba5efa96f
HADOOP-15253. Should update maxQueueSize when refresh call queue. Contributed by Tao Jie.
...
(cherry picked from commit acfd764fcc
)
2018-03-30 19:05:01 -07:00
Konstantin V Shvachko
3912bdb2b0
HADOOP-12862. LDAP Group Mapping over SSL can not specify trust store. Contributed by Wei-Chiu Chuang and Konstantin Shvachko.
...
(cherry picked from commit 2216bde322
)
2018-03-29 17:22:53 -07:00
Wei-Chiu Chuang
c6939e9330
HADOOP-15312. Undocumented KeyProvider configuration keys. Contributed by LiXin Ge.
...
(cherry picked from commit 3fe41c65d8
)
(cherry picked from commit 1176a128d6
)
2018-03-27 13:37:14 -07:00
Lei Xu
7b47400ce0
Update releasenotes and changelogs for 3.0.1 release
2018-03-23 11:51:32 -07:00
Inigo Goiri
981fda128f
HDFS-13268. TestWebHdfsFileContextMainOperations fails on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit fe224ff972
)
2018-03-20 11:21:09 -07:00
Inigo Goiri
a97fe585b3
HDFS-13296. GenericTestUtils generates paths with drive letter in Windows and fail webhdfs related test cases. Contributed by Xiao Liang.
...
(cherry picked from commit e65ff1c8be
)
2018-03-19 17:21:20 -07:00
Wangda Tan
78f103d6e6
Revert "HADOOP-13707. If kerberos is enabled while HTTP SPNEGO is not configured, some links cannot be accessed. Contributed by Yuanbo Liu"
...
Change-Id: I946a466a43d56c73bb0135384e73cb8513595461
(cherry picked from commit 80ee5248b2dda1cb8d122d4f362f2f8cf02b9467)
(cherry picked from commit 252c2b4d52
)
2018-03-14 13:40:46 -07:00
Inigo Goiri
95a4665ad5
HADOOP-15308. TestConfiguration fails on Windows because of paths. Contributed by Xiao Liang.
...
(cherry picked from commit 427fd027a3
)
2018-03-13 20:02:06 -07:00
Chris Douglas
9889e55e5a
HADOOP-15311. HttpServer2 needs a way to configure the acceptor/selector count. Contributed by Erik Krogen
...
(cherry picked from commit 9d6994da19
)
(cherry picked from commit 80641508c7
)
2018-03-13 14:20:44 -07:00
Xiaoyu Yao
2a93ba690c
HDFS-12455. WebHDFS - Adding "snapshot enabled" status to ListStatus query result. Contributed by Ajay Kumar.
...
(cherry picked from commit 107c177782
)
2018-03-12 20:23:52 -07:00
Chris Douglas
a03c8ea61f
HADOOP-14696. parallel tests don't work for Windows. Contributed by Allen Wittenauer
...
(cherry picked from commit 45d1b0fdcc
)
(cherry picked from commit 09940b1eb3
)
2018-03-12 20:06:22 -07:00
Owen O'Malley
0f3b6102ef
Revert "HADOOP-13119. Add ability to secure log servlet using proxy users. Contribute by Yuanbo Liu."
...
This reverts commit a847903b6e
.
Change-Id: I3122a2142f5bdf8507dece930e447556a43cd9ae
(cherry picked from commit 8fad3ec76070ccfcd3ed80feaba4355077bc6f5c)
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServerWithSpengo.java
2018-03-10 13:35:47 -08:00
Owen O'Malley
0f106df4d6
Revert "HADOOP-14077. Add ability to access jmx via proxy. Contributed by Yuanbo Liu."
...
This reverts commit 172b23af33
.
(cherry picked from commit d0d2d4c51e9534e08893ae14cf3fff7b2ee70b1d)
2018-03-10 13:33:52 -08:00
Steve Loughran
ca5c4d454e
HADOOP-15277. Remove .FluentPropertyBeanIntrospector from CLI operation log output.
...
Contributed by Steve Loughran.
2018-03-09 10:50:04 +00:00
Steve Loughran
a5cb7f3616
HADOOP-15289. FileStatus.readFields() assertion incorrect.
...
Contributed by Steve Loughran.
(cherry picked from commit 12ecb55ffe
)
2018-03-06 10:08:28 +00:00
Nanda kumar
7193c95584
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:41 +09:00
Xiaoyu Yao
908ca63c03
HDFS-13081. Datanode#checkSecureConfig should allow SASL and privileged HTTP. Contributed by Ajay Kumar.
...
(cherry picked from commit f20e10b2dd
)
2018-02-28 09:48:12 -08:00
Arpit Agarwal
e22a731070
MAPREDUCE-7061. SingleCluster setup document needs to be updated. Contributed by Bharat Viswanadham.
2018-02-27 10:28:03 -08:00
Kihwal Lee
107efcdc5d
HADOOP-9747. Reduce unnecessary UGI synchronization. Contributed by Daryn Sharp.
...
(cherry picked from commit 1f0952bfc7
)
2018-02-23 13:14:44 -06:00
Steve Loughran
c2bbe22c5a
HADOOP-10571. Use Log.*(Object, Throwable) overload to log exceptions.
...
Contributed by Andras Bokor.
2018-02-21 11:11:28 +00:00
Jason Lowe
f173e9cc04
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:54:55 -06:00
Anu Engineer
4b4157441f
HADOOP-15204. Add Configuration API for parsing storage sizes. Contributed by Anu Engineer.
...
(cherry picked from commit 8f66affd62
)
2018-02-14 13:30:33 -08:00
Xiao Chen
2f3415a4d6
Revert "HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar."
...
This reverts commit 16b2cad8e8
.
2018-02-14 10:25:15 -08:00
Arpit Agarwal
16b2cad8e8
HADOOP-12897. KerberosAuthenticator.authenticate to include URL on IO failures. Contributed by Ajay Kumar.
2018-02-13 10:14:29 -08:00
Anu Engineer
2d6ab20007
HDFS-12990. Change default NameNode RPC port back to 8020. Contributed by Xiao Chen.
...
(cherry picked from commit 4304fcd5bd
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/TestGetConf.java
(cherry picked from commit 9264f10bb3
)
2018-02-07 11:16:53 -08:00
Kihwal Lee
d436c403b2
HADOOP-15212. Add independent secret manager method for logging expired tokens. Contributed by Daryn Sharp.
...
(cherry picked from commit 2dd960de98
)
2018-02-06 15:34:52 -06:00
Lei Xu
7b377f43d0
Preparing for 3.0.2 development
2018-02-06 10:50:37 -08:00
Xiao Chen
abdf8abf1a
HADOOP-15197. Remove tomcat from the Hadoop-auth test bundle.
...
(cherry picked from commit 09dd709d6e
)
2018-02-01 15:35:27 -08:00
Xiaoyu Yao
e260a0af24
HDFS-13060. Adding a BlacklistBasedTrustedChannelResolver for TrustedChannelResolver. Contributed by Ajay Kumar.
...
(cherry picked from commit b3ac6f7ce3f5e014af7ad6bf882431a97716e020)
2018-01-31 22:40:13 -08:00
Xiao Chen
75be15cf02
HDFS-12974. Exception message is not printed when creating an encryption zone fails with AuthorizationException. Contributed by fang zhenyi.
...
(cherry picked from commit b63dcd583f
)
2018-01-28 22:24:00 -08:00
Steve Loughran
ec4f5f0f0d
HADOOP-15039/HADOOP-15189. Move SemaphoredDelegatingExecutor to hadoop-common
...
Contributed by Genmao Yu
2018-01-26 15:23:08 -08:00
Chris Douglas
7f35487788
MapFile.fix creates a wrong index file in case of block-compressed data file. Contributed by Grigori Rybkine
...
(cherry picked from commit 91db424c4360d7556660e8c57ac9a266e6688e01)
2018-01-26 09:15:03 -08:00
Wei Yan
c5c042135d
HDFS-13049. RBF: Inconsistent Router OPTS config in branch-2 and branch-3. Contributed by Wei Yan.
...
(cherry picked from commit 0c139d5bcf
)
2018-01-25 12:52:45 -08:00
Hanisha Koneru
304642322f
HADOOP-15121. Encounter NullPointerException when using DecayRpcScheduler. Contributed by Tao Jie.
...
(cherry picked from commit 3fde0f1db5
)
2018-01-22 16:26:23 -08:00
Masahiro Tanaka
dcb09c30b9
HADOOP-15181. Typo in SecureMode.md
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 6e27b20b4d
)
2018-01-22 17:15:14 +09:00
Jitendra Pandey
169dacf1ee
HADOOP-15143. NPE due to Invalid KerberosTicket in UGI. Contributed by Mukul Kumar Singh.
...
(cherry picked from commit d31c9d8c49
)
2018-01-18 20:02:48 -08:00
Brahma Reddy Battula
e575406715
HADOOP-15150. in FsShell, UGI params should be overidden through env vars(-D arg). Contributed by Brahma Reddy Battula.
...
(cherry picked from commit 08332e12d0
)
2018-01-18 10:56:12 +05:30
Miklos Szegedi
542cb8480c
HADOOP-15060. TestShellBasedUnixGroupsMapping.testFiniteGroupResolutionTime flaky. Contributed by Miklos Szegedi.
...
(cherry picked from commit 12d0645
)
2018-01-10 11:04:40 -08:00
Haibo Chen
889bebf8bb
YARN-7602. NM should reference the singleton JvmMetrics instance.
...
(cherry picked from commit 2f6c038be6
)
2018-01-03 09:44:33 -08:00
Xiao Chen
8c275c63ff
HADOOP-15149. CryptoOutputStream should implement StreamCapabilities.
...
(cherry picked from commit 81127616c5
)
2017-12-29 13:41:43 -08:00
Junping Du
53b9d81f46
Add 2.8.3 release jdiff files.
...
(cherry picked from commit c89f99aade
)
2017-12-18 22:40:04 -08:00
Steve Loughran
f61edab1d0
HADOOP-15123. KDiag tries to load krb5.conf from KRB5CCNAME instead of KRB5_CONFIG.
...
Contributed by Vipin Rathor.
(cherry picked from commit 1ef906e29e
)
2017-12-18 18:49:41 +00:00
Jason Lowe
6e253c0391
HADOOP-15085. Output streams closed with IOUtils suppressing write errors. Contributed by Jim Brennan
...
(cherry picked from commit f8af0e2feb
)
2017-12-14 10:19:07 -06:00
Yiqun Lin
925f3e62db
HDFS-12883. RBF: Document Router and State Store metrics. Contributed by Yiqun Lin.
...
(cherry picked from commit 91c96bdf8e
)
2017-12-14 16:02:37 +08:00
Andrew Wang
58225e4030
Update CHANGES, RELEASENOTES, jdiff for 3.0.0 release.
...
(cherry picked from commit d447152d49
)
2017-12-13 13:05:45 -08:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
ba874d6787
HADOOP-15059. Undoing the switch of Credentials to PB format as default - done via HADOOP-12563 for supporting 2.x to 3.x upgrades.
...
(cherry picked from commit f19638333b
)
2017-12-08 08:03:23 -08:00
John Zhuge
fc9e156484
HADOOP-14872. CryptoInputStream should implement unbuffer. Contributed by John Zhuge.
...
(cherry picked from commit 6c32ddad30
)
2017-12-07 21:08:16 -08:00
Xiao Chen
1d1401ad38
HADOOP-15056. Fix TestUnbuffer#testUnbufferException failure. Contributed by Jack Bearden.
...
(cherry picked from commit 19e0894209
)
2017-12-07 21:06:25 -08:00