Re: [VOTE] Release Apache Hadoop 3.2.3 - RC0

2022-03-17 Thread Masatake Iwasaki
I found that INFO level log message is emitted on every CLI invocation. $ bin/hdfs dfs -mkdir /tmp 2022-03-17 23:38:55,141 INFO Configuration.deprecation: No unit for dfs.client.datanode-restart.timeout(30) assuming SECONDS The time unit was intentionally removed from

[jira] [Resolved] (HADOOP-18129) Change URI[] in INodeLink to String[] to reduce memory footprint of ViewFileSystem

2022-03-17 Thread Owen O'Malley (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley resolved HADOOP-18129. Fix Version/s: 3.4.0 3.3.3 Resolution: Fixed I committed this.

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86_64

2022-03-17 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/811/ [Mar 16, 2022 12:43:38 PM] (Xiaoqiao He) HDFS-16494.Removed reuse of AvailableSpaceVolumeChoosingPolicy#initLocks(). (#4048). Contributed by JiangHua Zhu. -1 overall The following subsystems

Re: [VOTE] Release Apache Hadoop 3.2.3 - RC0

2022-03-17 Thread Masatake Iwasaki
+1 from myself. * built the source tarball on CentOS 7 (x86_64) and OpenJDK 8 by `mvn install -DskipTests -Pnative -Pdist`. * launched pseudo distributed cluster. * ran some MR example jobs. * launched `spark-shell --master yarn` with spark-3.2.1-bin-without-hadoop and ran some tutorial

[jira] [Resolved] (HADOOP-17976) abfs etag extraction inconsistent between LIST and HEAD calls

2022-03-17 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-17976. - Fix Version/s: 3.3.3 Resolution: Fixed > abfs etag extraction inconsistent

[jira] [Resolved] (HADOOP-16204) ABFS tests to include terasort

2022-03-17 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-16204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-16204. - Fix Version/s: 3.3.3 Resolution: Fixed > ABFS tests to include terasort >

[jira] [Resolved] (HADOOP-18163) hadoop-azure support for the Manifest Committer of MAPREDUCE-7341

2022-03-17 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-18163. - Fix Version/s: 3.3.3 Resolution: Fixed > hadoop-azure support for the Manifest

[jira] [Resolved] (HADOOP-18162) hadoop-common enhancements for the Manifest Committer of MAPREDUCE-7341

2022-03-17 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-18162. - Fix Version/s: 3.3.3 Resolution: Fixed > hadoop-common enhancements for the

Apache Hadoop qbt Report: trunk+JDK11 on Linux/x86_64

2022-03-17 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/273/ [Mar 16, 2022 1:32:29 AM] (noreply) HDFS-16502. Reconfigure Block Invalidate limit (#4064) [Mar 16, 2022 12:43:38 PM] (Xiaoqiao He) HDFS-16494.Removed reuse of

Apache Hadoop qbt Report: branch-3.3+JDK8 on Linux/x86_64

2022-03-17 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-3.3-java8-linux-x86_64/47/ [Mar 14, 2022 12:40:17 AM] (noreply) HADOOP-18155. Refactor tests in TestFileUtil (#4063) [Mar 14, 2022 5:28:38 PM] (Owen O'Malley) HADOOP-17276. Extend CallerContext to make it include many

Apache Hadoop qbt Report: branch-2.10+JDK7 on Linux/x86_64

2022-03-17 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/603/ [Mar 15, 2022 10:40:17 PM] (Owen O'Malley) HADOOP-13722. Code cleanup -- ViewFileSystem and InodeTree. Contributed by Manoj Govindassamy. [Mar 15, 2022 10:40:17 PM] (Owen O'Malley)

Re: [VOTE] Release Apache Hadoop 3.2.3 - RC0

2022-03-17 Thread Emil Ejbyfeldt
Hi, I think I misread this discussion as 3.3.3-RC0. And since the 3.3.2 release is missing the aarch64 package I thought it not being here was some how related. But I was clearly mistaken, thanks for the quick replay and clarification. Best, Emil On 17/03/2022 08:13, Masatake Iwasaki

Re: [VOTE] Release Apache Hadoop 3.2.3 - RC0

2022-03-17 Thread Masatake Iwasaki
Hadoop 3.2.x depends on Protocol Buffers 2.5.0 which does not support aarch64. If you want to build 3.2.3 RC0 on aarch64, you can use the patch backporting aarch64 support.

Re: [VOTE] Release Apache Hadoop 3.2.3 - RC0

2022-03-17 Thread Wei-Chiu Chuang
aarch64 support is only introduced in/after 3.3.0 On Thu, Mar 17, 2022 at 2:27 PM Emil Ejbyfeldt wrote: > Hi, > > > There is no aarch64 artifact in the release candidate. Is this something > that is intended? > > Best, > Emil Ejbyfeldt > > On 14/03/2022 08:14, Masatake Iwasaki wrote: > > Hi

Re: [VOTE] Release Apache Hadoop 3.2.3 - RC0

2022-03-17 Thread Emil Ejbyfeldt
Hi, There is no aarch64 artifact in the release candidate. Is this something that is intended? Best, Emil Ejbyfeldt On 14/03/2022 08:14, Masatake Iwasaki wrote: Hi all, Here's Hadoop 3.2.3 release candidate #0: The RC is available at: