Nicholas Marion
|
3e1135469e
|
HADOOP-17971. Exclude IBM Java security classes from being shaded/relocated. (#3567)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-10-20 14:26:12 +09:00 |
|
Masatake Iwasaki
|
46a7117995
|
HADOOP-17908. Add missing RELEASENOTES and CHANGELOG to upstream. (#3433)
|
2021-10-20 13:54:46 +09:00 |
|
9uapaw
|
616cea2e80
|
YARN-10954. Remove commented code block from CSQueueUtils#loadCapacitiesByLabelsFromConf. Contributed by Andras Gyori
|
2021-10-19 13:06:45 +02:00 |
|
Szilard Nemeth
|
025f97c8c2
|
YARN-10942. Move AbstractCSQueue fields to separate objects that are tracking usage. Contributed by Szilard Nemeth
|
2021-10-19 12:24:58 +02:00 |
|
Steve Loughran
|
2194b9714e
|
HADOOP-17945. JsonSerialization raises EOFException reading JSON data stored on google GCS (#3501)
Contributed By: Steve Loughran
|
2021-10-19 15:33:37 +05:30 |
|
Mehakmeet Singh
|
cb8c98fbb0
|
HADOOP-17953. S3A: Tests to lookup global or per-bucket configuration for encryption algorithm (#3525)
Followup to S3-CSE work of HADOOP-13887
Contributed by Mehakmeet Singh
|
2021-10-19 10:58:27 +01:00 |
|
daimin
|
5337bebcc5
|
HDFS-16272. Fix int overflow in computing safe length during EC block recovery (#3548)
|
2021-10-18 11:55:55 +01:00 |
|
adol001
|
280ae1c0a9
|
HADOOP-17932. Distcp file length comparison have no effect (#3519)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-10-18 19:07:53 +09:00 |
|
lujiefsi
|
ae95caa60e
|
YARN-10976. Fix resource leak due to Files.walk (#3552)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-10-18 15:24:15 +09:00 |
|
Xiangyi Zhu
|
d09b380dc2
|
HDFS-16276. RBF: Remove the useless configuration of rpc isolation in md (#3557)
Co-authored-by: zhuxiangyi <43412979@qq.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-10-18 13:53:41 +09:00 |
|
guoxin12
|
a38fa941c4
|
HDFS-16206. The error of Constant annotation in AzureNativeFileSystemStore.java (#3372). Contributed by guoxin.
|
2021-10-18 09:29:20 +05:30 |
|
Ayush Saxena
|
263e4b595d
|
HDFS-16271. RBF: NullPointerException when setQuota through routers with quota disabled. Contributed by Chengwei Wang.
|
2021-10-16 14:35:18 +05:30 |
|
litao
|
d72e2cb786
|
HDFS-16274. Improve error msg for FSNamesystem#startFileInt (#3554)
* HDFS-16274. Improve log for FSNamesystem#startFileInt
* fix failed unit test
|
2021-10-15 22:41:38 +05:30 |
|
Ahmed Hussein
|
cb2b7970ee
|
HADOOP-17123. remove guava Preconditions from Hadoop-common-project modules (#3543)
|
2021-10-14 19:04:00 +09:00 |
|
Viraj Jasani
|
d336227e5c
|
HADOOP-17963. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-yarn-project modules (#3541)
|
2021-10-14 18:03:01 +09:00 |
|
Viraj Jasani
|
79e5a7f3e3
|
HADOOP-17962. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-tools modules (#3540)
|
2021-10-14 17:43:32 +09:00 |
|
Viraj Jasani
|
1151edf12e
|
HADOOP-17956. Replace all default Charset usage with UTF-8 (#3529)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-10-14 13:07:24 +09:00 |
|
LeonGao
|
7279fe8661
|
HDFS-16268. Balancer stuck when moving striped blocks due to NPE (#3546)
|
2021-10-13 18:14:03 -07:00 |
|
Xing Lin
|
97c0f96879
|
HADOOP-16532. Fix TestViewFsTrash to use the correct homeDir. Contributed by Xing Lin. (#3514)
|
2021-10-13 13:44:00 -07:00 |
|
Gautham B A
|
107fe227eb
|
HDFS-16267. Make hdfs_df tool cross platform (#3542)
|
2021-10-13 09:11:21 -07:00 |
|
jianghuazhu
|
ff24fe6197
|
HDFS-16244.Add the necessary write lock in Checkpointer#doCheckpoint(). (#3497)
|
2021-10-13 17:21:03 +08:00 |
|
Szilard Nemeth
|
8c271caa81
|
YARN-6862. Nodemanager resource usage metrics sometimes are negative. Contributed by Benjamin Teke
|
2021-10-12 17:35:06 +02:00 |
|
Gautham B A
|
a05eb23a85
|
HDFS-16260. Make hdfs_deleteSnapshot tool cross platform (#3532)
|
2021-10-11 18:25:28 -07:00 |
|
jianghuazhu
|
d7c01d083c
|
HDFS-16264.When adding block keys, the records come from the specific Block Pool. (#3533)
|
2021-10-11 19:49:58 +08:00 |
|
Masatake Iwasaki
|
65d9523aa2
|
HADOOP-17925. BUILDING.txt should not encourage to activate docs profile on building binary artifacts. (#3509)
|
2021-10-11 17:55:40 +09:00 |
|
langlaile1221
|
88d8c3d0c8
|
HDFS-16241. Standby close reconstruction thread (#3493)
Co-authored-by: zhanghuazong <Zhz@20068867>
|
2021-10-11 16:11:31 +08:00 |
|
Viraj Jasani
|
b1ad4eab9a
|
HADOOP-17959. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-cloud-storage-project and hadoop-mapreduce-project modules (#3537)
Reviewed-by: Ahmed Hussein <ahussein@apache.org>
|
2021-10-11 16:22:50 +09:00 |
|
Viraj Jasani
|
3ac0cc9e6f
|
HADOOP-17957. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-hdfs-project modules (#3530)
Reviewed-by: Ahmed Hussein <ahussein@apache.org>
|
2021-10-11 15:32:49 +09:00 |
|
Gautham B A
|
4f3dfb7c1c
|
HDFS-16265. Refactor HDFS tool tests for better reuse (#3536)
|
2021-10-09 11:00:43 -07:00 |
|
Gautham B A
|
cc95fc4cc6
|
HDFS-16263. Add CMakeLists for hdfs_allowSnapshot (#3531)
|
2021-10-08 08:49:56 -07:00 |
|
Takanobu Asanuma
|
cf4d2d826c
|
HADOOP-17955. Bump netty to the latest 4.1.68. (#3528)
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
|
2021-10-08 10:34:51 +09:00 |
|
Benjamin Teke
|
35eff54556
|
YARN-10934. Fix LeafQueue#activateApplication NPE when the user of the pending application is missing from usersManager. Contributed by Benjamin Teke
Co-authored-by: Benjamin Teke <bteke@cloudera.com>
|
2021-10-07 20:11:42 +02:00 |
|
Gautham B A
|
6bad3badf5
|
HDFS-16251. Make hdfs_cat tool cross platform (#3523)
|
2021-10-07 10:57:11 -07:00 |
|
9uapaw
|
4b1b6b858a
|
YARN-10953. Make CapacityScheduler#getOrCreateQueueFromPlacementConte… Contributed by Andras Gyori
|
2021-10-07 17:09:38 +02:00 |
|
Tamas Domok
|
5535d66fb5
|
YARN-10692. Do not extend from CapacitySchedulerTestBase when not needed. Contributed by Tamas Domok
Co-authored-by: Tamas Domok <tdomok@cloudera.com>
|
2021-10-07 16:21:05 +02:00 |
|
Viraj Jasani
|
e103c83765
|
HADOOP-17952. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-common-project modules (#3503)
Reviewed-by: Ahmed Hussein <ahussein@apache.org>
|
2021-10-07 11:23:35 +09:00 |
|
Viraj Jasani
|
8071dbb9c6
|
HADOOP-17950. Provide replacement for deprecated APIs of commons-io IOUtils (#3515)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-10-07 10:58:29 +09:00 |
|
Ahmed Hussein
|
c36f9402dc
|
HADOOP-17930. implement non-guava Precondition checkState (#3522)
Reviewed-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-10-07 10:55:00 +09:00 |
|
Gautham B A
|
e12cd0c638
|
HDFS-16254. Cleanup protobuf on exit of hdfs_allowSnapshot (#3518)
|
2021-10-06 09:24:27 -07:00 |
|
S O'Donnell
|
a30231ff8e
|
HDFS-16252. Correct docs for dfs.http.client.retry.policy.spec. Contributed by Stephen O'Donnell
|
2021-10-06 15:04:04 +01:00 |
|
Viraj Jasani
|
783e4805e7
|
HADOOP-17947. Additional element types for VisibleForTesting (ADDENDUM) (#3521)
|
2021-10-06 02:17:05 +09:00 |
|
Gautham B A
|
84f10fd78b
|
HDFS-16250. Refactor AllowSnapshotMock using GMock (#3513)
|
2021-10-05 09:16:42 -07:00 |
|
Viraj Jasani
|
5b1d594005
|
HADOOP-17947. Provide alternative to Guava VisibleForTesting (#3505)
Reviewed-by: Steve Loughran <stevel@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-10-05 09:58:54 +09:00 |
|
Petre Bogdan Stolojan
|
33608c3bd4
|
HADOOP-17951. Improve S3A checking of S3 Access Point existence (#3516)
Follow-on to HADOOP-17198. Support S3 Access Points
Contributed by Bogdan Stolojan
|
2021-10-04 20:58:22 +01:00 |
|
huhaiyang
|
68c2accc20
|
HDFS-16247. RBF: Fix the ProcessingAvgTime and ProxyAvgTime code comments and document metrics describe ms unit (#3511)
|
2021-10-04 23:52:26 +08:00 |
|
Ayush Saxena
|
5f0452602f
|
HDFS-16222. Fix ViewDFS with mount points for HDFS only API. (#3422). Contributed by Ayush Saxena.
Signed-off-by: Vinayakumar B <vinayakumarb@apache.org>
|
2021-10-03 10:02:35 +05:30 |
|
Neil
|
bf9106c812
|
HDFS-16242. JournalMetrics should add JournalId MetricTag. (#3494)
Contributed by Max Xie
|
2021-10-01 09:35:14 +02:00 |
|
Ahmed Hussein
|
0c498f21de
|
HADOOP-17929. implement non-guava Precondition checkArgument (#3473)
Reviewed-by: Viraj Jasani <vjasani@apache.org>
|
2021-10-01 15:17:10 +08:00 |
|
jianghuazhu
|
1789c7c8c0
|
HDFS-16238.Improve comments related to EncryptionZoneManager. (#3483)
Co-authored-by: zhujianghua <zhujianghua@zhujianghuadeMacBook-Pro.local>
Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org>
Reviewed-by: Viraj Jasani <vjasani@apache.org>
|
2021-10-01 10:30:41 +08:00 |
|
litao
|
211db3fe08
|
HADOOP-17938. Print lockWarningThreshold in InstrumentedLock#logWarni… (#3485)
Reviewed-by: Hui Fei <ferhui@apache.org>
|
2021-10-01 10:21:14 +08:00 |
|