Ayush Saxena
|
6bcb24d269
|
HADOOP-17100. Replace Guava Supplier with Java8+ Supplier in Hadoop. Contributed by Ahmed Hussein.
|
2020-07-18 14:33:43 +05:30 |
|
Masatake Iwasaki
|
2ba44a73bf
|
HADOOP-16866. Upgrade spotbugs to 4.0.6. (#2146)
|
2020-07-17 19:58:44 +09:00 |
|
Prabhu Joseph
|
cc71d50b21
|
YARN-10339. Fix TimelineClient in NodeManager failing when Simple Http Auth used in Secure Cluster
Contributed by Tarun Parimi.
|
2020-07-16 23:36:49 +05:30 |
|
Mukund Thakur
|
b21cb91c7f
|
HADOOP-17130. Configuration.getValByRegex() shouldn't be updating the results while fetching. (#2142)
Contributed by Mukund Thakur
|
2020-07-16 18:09:59 +01:00 |
|
Mehakmeet Singh
|
4083fd57b5
|
HADOOP-17129. Validating storage keys in ABFS correctly (#2141)
Contributed by Mehakmeet Singh
|
2020-07-16 17:29:37 +01:00 |
|
Ahmed Hussein
|
1f71c4ae71
|
HADOOP-17099. Replace Guava Predicate with Java8+ Predicate
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
|
2020-07-15 11:39:06 -05:00 |
|
Ahmed Hussein
|
98fcffe93f
|
HADOOP-17101. Replace Guava Function with Java8+ Function
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
|
2020-07-15 09:53:18 -05:00 |
|
Masatake Iwasaki
|
80046d1c8a
|
MAPREDUCE-7285. Junit class missing from hadoop-mapreduce-client-jobclient-*-tests jar. (#2139)
|
2020-07-15 15:24:34 +09:00 |
|
Bilwa S T
|
8980c23fc2
|
YARN-10350. TestUserGroupMappingPlacementRule fails
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2020-07-15 14:31:34 +09:00 |
|
Shashikant Banerjee
|
85d4718ed7
|
HDFS-15319. Fix INode#isInLatestSnapshot() API. Contributed by Shashikant Banerjee.
|
2020-07-15 10:32:25 +05:30 |
|
Akira Ajisaka
|
3e7b65c3e5
|
MAPREDUCE-7284. TestCombineFileInputFormat#testMissingBlocks fails (#2136)
|
2020-07-15 13:46:20 +09:00 |
|
Gautham B A
|
cce5a6f609
|
HDFS-15385 Upgrade boost library to 1.72 (#2051)
* Removed the asio-1.10.2 that was
checked in under libhdfspp/third_party
directory.
|
2020-07-15 13:39:48 +09:00 |
|
Erik Krogen
|
317fe4584a
|
HADOOP-17127. Use RpcMetrics.TIMEUNIT to initialize rpc queueTime and processingTime. Contributed by Jim Brennan.
|
2020-07-14 11:22:25 -07:00 |
|
Mukund Thakur
|
4647a60430
|
HADOOP-17022. Tune S3AFileSystem.listFiles() API.
Contributed by Mukund Thakur.
Change-Id: I17f5cfdcd25670ce3ddb62c13378c7e2dc06ba52
|
2020-07-14 15:27:35 +01:00 |
|
zhaoyim
|
bdce75d737
|
HDFS-15371. Nonstandard characters exist in NameNode.java (#2032)
Contributed by zhaoyim
|
2020-07-14 14:42:12 +01:00 |
|
Anoop Sam John
|
380e0f4506
|
HADOOP-16998. WASB : NativeAzureFsOutputStream#close() throwing IllegalArgumentException (#2073)
Contributed by Anoop Sam John.
|
2020-07-14 14:07:27 +01:00 |
|
Eric Badger
|
48f90115b5
|
YARN-10348. Allow RM to always cancel tokens after app completes. Contributed by
Jim Brennan
|
2020-07-13 23:10:39 +00:00 |
|
Hanisha Koneru
|
e62d8f8412
|
HADOOP-17116. Skip Retry INFO logging on first failover from a proxy
|
2020-07-13 12:55:34 -07:00 |
|
Eric E Payne
|
0427100b75
|
YARN-10297. TestContinuousScheduling#testFairSchedulerContinuousSchedulingInitTime fails intermittently. Contributed by Jim Brennan (Jim_Brennan)
|
2020-07-13 18:57:50 +00:00 |
|
jimmy-zuber-amzn
|
806d84b79c
|
HADOOP-17105. S3AFS - Do not attempt to resolve symlinks in globStatus (#2113)
Contributed by Jimmy Zuber.
|
2020-07-13 19:07:48 +01:00 |
|
Steve Loughran
|
b9fa5e0182
|
HDFS-13934. Multipart uploaders to be created through FileSystem/FileContext.
Contributed by Steve Loughran.
Change-Id: Iebd34140c1a0aa71f44a3f4d0fee85f6bdf123a3
|
2020-07-13 13:30:02 +01:00 |
|
He Xiaoqiao
|
b97fea65e7
|
HDFS-14498 LeaseManager can loop forever on the file for which create has failed. Contributed by Stephen O'Donnell.
|
2020-07-13 14:12:48 +08:00 |
|
lfengnan
|
84b74b335c
|
HDFS-15447 RBF: Add top real owners metrics for delegation tokens (#2110)
|
2020-07-12 00:10:12 -07:00 |
|
Uma Maheswara Rao G
|
3e70006639
|
HDFS-15464: ViewFsOverloadScheme should work when -fs option pointing to remote cluster without mount links (#2132). Contributed by Uma Maheswara Rao G.
|
2020-07-11 23:50:04 -07:00 |
|
Siyao Meng
|
0e694b20b9
|
HDFS-15462. Add fs.viewfs.overload.scheme.target.ofs.impl to core-default.xml (#2131)
|
2020-07-09 12:38:52 -07:00 |
|
Xiaoyu Yao
|
f91a8ad88b
|
HADOOP-17079. Optimize UGI#getGroups by adding UGI#getGroupsSet. (#2085)
|
2020-07-09 11:33:37 -07:00 |
|
Sunil G
|
5dd270e208
|
YARN-10333. YarnClient obtain Delegation Token for Log Aggregation Path. Contributed by Prabhu Joseph.
|
2020-07-09 12:50:25 +05:30 |
|
Brahma Reddy Battula
|
dfe60392c9
|
YARN-10341. Yarn Service Container Completed event doesn't get processed. Contributed by Bilwa S T.
|
2020-07-09 12:34:52 +05:30 |
|
Akira Ajisaka
|
10d218934c
|
YARN-10344. Sync netty versions in hadoop-yarn-csi. (#2126)
|
2020-07-09 10:29:47 +05:30 |
|
Sebastian Nagel
|
5b1ed2113b
|
HADOOP-17117 Fix typos in hadoop-aws documentation (#2127)
|
2020-07-09 00:03:15 +09:00 |
|
Prabhu Joseph
|
3a4d05b850
|
YARN-8047. RMWebApp make external class pluggable.
Contributed by Bilwa S T.
|
2020-07-08 12:43:20 +05:30 |
|
He Xiaoqiao
|
4f26454a7d
|
HDFS-15425. Review Logging of DFSClient. Contributed by Hongbing Wang.
|
2020-07-08 00:02:39 +08:00 |
|
Prabhu Joseph
|
2bbd00dff4
|
YARN-10337. Fix failing testcase TestRMHATimelineCollectors.
Contributed by Bilwa S T.
|
2020-07-07 17:10:59 +05:30 |
|
Ye Ni
|
f77bbc2123
|
HDFS-15312. Apply umask when creating directory by WebHDFS (#2096)
|
2020-07-06 19:01:46 -07:00 |
|
Uma Maheswara Rao G
|
dc0626b5f2
|
HDFS-15449. Optionally ignore port number in mount-table name when picking from initialized uri. Contributed by Uma Maheswara Rao G.
|
2020-07-06 18:50:03 -07:00 |
|
Ye Ni
|
e820baa6e6
|
HDFS-15417. RBF: Get the datanode report from cache for federation WebHDFS operations (#2080)
|
2020-07-06 16:17:09 -07:00 |
|
Shanyu Zhao
|
834372f404
|
HDFS-15451. Do not discard non-initial block report for provided storage. (#2119). Contributed by Shanyu Zhao.
Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
|
2020-07-06 23:43:34 +08:00 |
|
Madhusoodan Pataki
|
2f500e4635
|
HADOOP-17081. MetricsSystem doesn't start the sink adapters on restart (#2089)
Contributed by Madhusoodan P
|
2020-07-06 16:25:42 +01:00 |
|
Akira Ajisaka
|
639acb6d89
|
HADOOP-17111. Replace Guava Optional with Java8+ Optional. Contributed by Ahmed Hussein.
|
2020-07-06 16:08:36 +09:00 |
|
Uma Maheswara Rao G
|
55a2ae80dc
|
HDFS-15450. Fix NN trash emptier to work if ViewFSOveroadScheme enabled. Contributed by Uma Maheswara Rao G.
|
2020-07-04 13:45:49 -07:00 |
|
ishaniahuja
|
d20109c171
|
HADOOP-17058. ABFS: Support for AppendBlob in Hadoop ABFS Driver
- Contributed by Ishani Ahuja
|
2020-07-04 13:25:14 -07:00 |
|
Ayush Saxena
|
f86f15cf20
|
HDFS-15446. CreateSnapshotOp fails during edit log loading for /.reserved/raw/path with error java.io.FileNotFoundException: Directory does not exist: /.reserved/raw/path. Contributed by Stephen O'Donnell.
|
2020-07-04 13:00:43 +05:30 |
|
Uma Maheswara Rao G
|
1f2a80b5e5
|
HDFS-15430. create should work when parent dir is internalDir and fallback configured. Contributed by Uma Maheswara Rao G.
|
2020-07-04 00:12:10 -07:00 |
|
bilaharith
|
e0cededfbd
|
HADOOP-17086. ABFS: Making the ListStatus response ignore unknown properties. (#2101)
Contributed by Bilahari T H.
|
2020-07-03 19:00:22 +01:00 |
|
Mehakmeet Singh
|
3b5c9a90c0
|
HADOOP-16961. ABFS: Adding metrics to AbfsInputStream (#2076)
Contributed by Mehakmeet Singh.
|
2020-07-03 11:41:35 +01:00 |
|
Szilard Nemeth
|
04abd0eb17
|
YARN-10330. Add missing test scenarios to TestUserGroupMappingPlacementRule and TestAppNameMappingPlacementRule. Contributed by Peter Bacsko
|
2020-07-01 14:10:55 +02:00 |
|
Szilard Nemeth
|
9b5557a9e8
|
YARN-10325. Document max-parallel-apps for Capacity Scheduler. Contributed by Peter Bacsko
|
2020-07-01 13:41:30 +02:00 |
|
zhaorenhai
|
6c57be4897
|
HADOOP-17084 Update Dockerfile_aarch64 to use Bionic (#2103). Contributed by zhaorenhai.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2020-07-01 15:27:11 +05:30 |
|
Akira Ajisaka
|
4e37ad59b8
|
HADOOP-17090. Increase precommit job timeout from 5 hours to 20 hours. (#2111). Contributed by Akira Ajisaka.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2020-07-01 13:22:25 +05:30 |
|
Abhishek Das
|
3b8d0f803f
|
HADOOP-17032. Fix getContentSummary in ViewFileSystem to handle multiple children mountpoints pointing to different filesystems (#2060). Contributed by Abhishek Das.
|
2020-07-01 12:58:35 +05:30 |
|