Haibo Chen
|
17e26163ec
|
HADOOP-15586. Fix wrong log statement in AbstractService. (Szilard Nemeth via Haibo Chen)
|
2018-07-23 11:18:25 -07:00 |
|
Xiao Chen
|
993ec026d1
|
HADOOP-15596. Stack trace should not be printed out when running hadoop key commands. Contributed by Kitti Nanasi.
|
2018-07-20 19:46:46 -07:00 |
|
Haibo Chen
|
e6873dfde0
|
YARN-7300. DiskValidator is not used in LocalDirAllocator. (Szilard Nemeth via Haibo Chen)
|
2018-07-19 16:27:11 -07:00 |
|
Kihwal Lee
|
ccf2db7fc2
|
HADOOP-15614. TestGroupsCaching.testExceptionOnBackgroundRefreshHandled reliably fails. Contributed by Weiwei Yang.
|
2018-07-19 11:13:37 -05:00 |
|
Wei-Chiu Chuang
|
d215357718
|
HDFS-13485. DataNode WebHDFS endpoint throws NPE. Contributed by Siyao Meng.
|
2018-07-16 15:45:55 -07:00 |
|
Xiao Chen
|
d2874e0417
|
HDFS-13690. Improve error message when creating encryption zone while KMS is unreachable. Contributed by Kitti Nanasi.
|
2018-07-16 13:19:53 -07:00 |
|
Wei-Chiu Chuang
|
0c7a578927
|
HADOOP-15598. DataChecksum calculate checksum is contented on hashtable synchronization. Contributed by Prasanth Jayachandran.
|
2018-07-16 11:32:45 -07:00 |
|
Akira Ajisaka
|
88625f5cd9
|
HADOOP-15531. Use commons-text instead of commons-lang in some classes to fix deprecation warnings. Contributed by Takanobu Asanuma.
|
2018-07-13 11:42:12 -04:00 |
|
Sean Mackrory
|
4f3f9391b0
|
HADOOP-15316. GenericTestUtils can exceed maxSleepTime. Contributed by Adam Antal.
|
2018-07-12 17:24:01 +02:00 |
|
Wei-Chiu Chuang
|
162228e8db
|
HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng.
|
2018-07-11 10:02:08 -07:00 |
|
Akira Ajisaka
|
4a08ddfa68
|
HADOOP-15568. fix some typos in the .sh comments. Contributed by Steve Loughran.
|
2018-07-09 15:43:38 -04:00 |
|
Xiao Chen
|
def9d94a40
|
HADOOP-15591. KMSClientProvider should log KMS DT acquisition at INFO level. Contributed by Kitti Nanasi.
|
2018-07-09 12:01:52 -07:00 |
|
Yiqun Lin
|
7a68ac607c
|
HDFS-13674. Improve documentation on Metrics. Contributed by Chao Sun.
|
2018-07-09 14:27:34 +08:00 |
|
Arpit Agarwal
|
061b168529
|
HDDS-167. Rename KeySpaceManager to OzoneManager. Contributed by Arpit Agarwal.
|
2018-07-06 12:09:05 -07:00 |
|
Xiaoyu Yao
|
498e3bfb6b
|
HADOOP-15571. Multiple FileContexts created with the same configuration object should be allowed to have different umask. Contributed by Vinod Kumar Vavilapalli.
|
2018-07-06 11:56:09 -07:00 |
|
Andrew Wang
|
f51da9c4d1
|
HADOOP-15554. Improve JIT performance for Configuration parsing. Contributed by Todd Lipcon.
|
2018-07-02 18:31:21 +02:00 |
|
Eric E Payne
|
d36f6b9e93
|
HADOOP-15548: Randomize local dirs. Contributed by Jim Brennan.
|
2018-06-29 18:18:32 +00:00 |
|
Eric Yang
|
384764cdea
|
YARN-8409. Fixed NPE in ActiveStandbyElectorBasedElectorService.
Contributed by Chandni Singh
|
2018-06-28 12:39:49 -04:00 |
|
Bharat Viswanadham
|
d3fa83a44b
|
HDFS-13705:The native ISA-L library loading failure should be made warning rather than an error message. Contributed by Shashikant Banerjee.
|
2018-06-28 09:21:56 -07:00 |
|
Akira Ajisaka
|
ddbff7c8d3
|
HADOOP-14313. Replace/improve Hadoop's byte[] comparator. Contributed by Vikas Vishwakarma.
|
2018-06-28 14:58:40 +09:00 |
|
Akira Ajisaka
|
2b2399d623
|
HADOOP-15495. Upgrade commons-lang version to 3.7 in hadoop-common-project and hadoop-tools. Contributed by Takanobu Asanuma.
|
2018-06-28 14:37:22 +09:00 |
|
Todd Lipcon
|
7a3c6e9c3c
|
HADOOP-15550. Avoid static initialization of ObjectMappers
|
2018-06-25 15:36:45 -07:00 |
|
Inigo Goiri
|
abc3e4bad9
|
HADOOP-15458. TestLocalFileSystem#testFSOutputStreamBuilder fails on Windows. Contributed by Xiao Liang.
|
2018-06-25 09:50:27 -07:00 |
|
Steve Loughran
|
1ba4e62304
|
HADOOP-14396. Add builder interface to FileContext.
Contributed by Lei (Eddy) Xu.
|
2018-06-25 14:38:57 +01:00 |
|
Eric E Payne
|
6432128622
|
YARN-8444: NodeResourceMonitor crashes on bad swapFree value. Contributed by Jim Brennan.
|
2018-06-22 17:15:29 +00:00 |
|
Todd Lipcon
|
59de967954
|
HADOOP-15549. Upgrade to commons-configuration 2.1 regresses task CPU consumption
|
2018-06-21 10:32:52 -07:00 |
|
Todd Lipcon
|
43541a1890
|
HADOOP-15551. Avoid use of Arrays.stream in Configuration.addTags
|
2018-06-20 16:43:10 -07:00 |
|
Xiao Chen
|
32f867a6a9
|
HDFS-13682. Cannot create encryption zone after KMS auth token expires.
|
2018-06-20 15:58:26 -07:00 |
|
Eric Yang
|
2d87592fc6
|
HADOOP-15527. Improve delay check for stopping processes.
Fixed script location.
Contributed by Vinod Kumar Vavilapalli
|
2018-06-19 13:38:13 -04:00 |
|
Chris Douglas
|
980031bb04
|
HADOOP-13186. Multipart Uploader API. Contributed by Ewan Higgs
|
2018-06-17 11:54:26 -07:00 |
|
Surendra Singh Lilhore
|
3905fdb793
|
HADOOP-15523. Shell command timeout given is in seconds whereas it is taken as millisec while scheduling. Contributed by Bilwa S T.
|
2018-06-17 12:12:01 +05:30 |
|
Yiqun Lin
|
8e7548d33b
|
HDFS-13641. Add metrics for edit log tailing. Contributed by Chao Sun.
|
2018-06-13 20:05:55 +08:00 |
|
Eric Yang
|
108da85320
|
HADOOP-15527. Improve delay check for stopping processes.
Contributed by Vinod Kumar Vavilapalli
|
2018-06-12 20:40:32 -04:00 |
|
Inigo Goiri
|
aeaf9fec62
|
HADOOP-15532. TestBasicDiskValidator fails with NoSuchFileException. Contributed by Giovanni Matteo Fumarola.
|
2018-06-12 14:16:14 -07:00 |
|
Rohith Sharma K S
|
2df73dace0
|
YARN-8405. RM zk-state-store.parent-path ACLs has been changed since HADOOP-14773. Contributed by Íñigo Goiri.
|
2018-06-12 17:13:09 +05:30 |
|
Yongjun Zhang
|
7c3dc39083
|
Update CHANGES, RELEASENOTES, and jdiff for 3.0.3 release.
(cherry picked from commit 5a82f10e3254bc0745c2dda6bcef888d3ff0d1c3)
|
2018-06-11 15:13:18 -07:00 |
|
Sammi Chen
|
18201b882a
|
HADOOP-15499. Performance severe drops when running RawErasureCoderBenchmark with NativeRSRawErasureCoder. Contributed by Sammi Chen.
|
2018-06-11 13:53:37 +08:00 |
|
Steve Loughran
|
ef0118b91e
|
HADOOP-15520. Add tests for various org.apache.hadoop.util classes.
Contributed by Arash Nabili
|
2018-06-09 15:33:38 +01:00 |
|
Inigo Goiri
|
12be8bad7d
|
HADOOP-15516. Add test cases to cover FileUtil#readLink. Contributed by Giovanni Matteo Fumarola.
|
2018-06-07 13:34:52 -07:00 |
|
Steve Loughran
|
f494f0b896
|
HADOOP-15512. Clean up Shell from JDK7 workarounds.
Contributed by Zsolt Venczel.
|
2018-06-07 15:55:49 +01:00 |
|
Inigo Goiri
|
db81f85e84
|
HADOOP-15513. Add additional test cases to cover some corner cases for FileUtil#symlink. Contributed by Giovanni Matteo Fumarola.
|
2018-06-06 11:44:17 -07:00 |
|
Xiao Chen
|
ba4011d64f
|
HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel.
|
2018-06-05 21:18:31 -07:00 |
|
Chen Liang
|
1b0d4f4606
|
HDFS-13547. Add ingress port based sasl resolver. Contributed by Chen Liang.
|
2018-06-05 11:51:29 -07:00 |
|
Xiao Chen
|
6d5e87aec2
|
HADOOP-15507. Add MapReduce counters about EC bytes read.
|
2018-06-04 21:13:47 -07:00 |
|
Haibo Chen
|
04cf699dd5
|
YARN-8388. TestCGroupElasticMemoryController.testNormalExit() hangs on Linux. (Miklos Szegedi via Haibo Chen)
|
2018-06-04 14:23:08 -07:00 |
|
Haibo Chen
|
4880d890ee
|
YARN-8375. TestCGroupElasticMemoryController fails surefire build. (Miklos Szegedi via Haibo Chen)
|
2018-06-01 16:29:13 -07:00 |
|
Daniel Templeton
|
cba3194998
|
HDFS-13636. Cross-Site Scripting vulnerability in HttpServer2
(Contributed by Haibo Yan via Daniel Templeton)
Change-Id: I28edde8125dd20d8d270f0e609d1c04d8173c8b7
|
2018-06-01 14:42:39 -07:00 |
|
Takanobu Asanuma
|
d1e2b80980
|
MAPREDUCE-7098. Upgrade common-langs version to 3.7 in hadoop-mapreduce-project
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-05-31 18:31:10 +09:00 |
|
Kihwal Lee
|
e3236a9680
|
Additional check when unpacking archives. Contributed by Wilfred Spiegelenburg.
|
2018-05-29 14:15:12 -05:00 |
|
Inigo Goiri
|
3c75f8e493
|
HADOOP-15497. TestTrash should use proper test path to avoid failing on Windows. Contributed by Anbang Hu.
|
2018-05-29 09:11:08 -07:00 |
|