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

2023-03-23 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/462/ [Mar 22, 2023, 1:54:41 AM] (github) HADOOP-18666. A whitelist of endpoints to skip Kerberos authentication doesn't work for ResourceManager and Job History Server (#5480) [Mar 23, 2023, 3:00:08 AM]

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

2023-03-23 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-2.10-java7-linux-x86_64/975/ No changes ERROR: File 'out/email-report.txt' does not exist - To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.or

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

2023-03-23 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/1174/ [Mar 22, 2023, 1:54:41 AM] (github) HADOOP-18666. A whitelist of endpoints to skip Kerberos authentication doesn't work for ResourceManager and Job History Server (#5480) -1 overall The follow

[ANNOUNCE] Apache Hadoop 3.3.5 release

2023-03-23 Thread Steve Loughran
On behalf of the Apache Hadoop Project Management Committee, I am pleased to announce the release of Apache Hadoop 3.3.5. This is a release of Apache Hadoop 3.3 line. Key changes include * A big update of dependencies to try and keep those reports of transitive CVEs under control -both genuin

Re: [DISCUSS] Move HDFS specific APIs to FileSystem abstration

2023-03-23 Thread Ayush Saxena
They both need it for a similar use case: "to support Ozone", not anything core that we handle as part of "Apache Hadoop" and I suppose both are working fine with HDFS, because of adding dependency with HDFS? and now they don't want to add Ozone for whatever reasons and folks chasing this integrati

[jira] [Resolved] (HDFS-16948) Update log of BlockManager#chooseExcessRedundancyStriped when EC internal block is moved by balancer

2023-03-23 Thread Xiaoqiao He (Jira)
[ https://issues.apache.org/jira/browse/HDFS-16948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaoqiao He resolved HDFS-16948. Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed > Update log of BlockMana

[jira] [Created] (HDFS-16963) Remove the unnecessary use of Optional from DistributedFileSystem

2023-03-23 Thread Tsz-wo Sze (Jira)
Tsz-wo Sze created HDFS-16963: - Summary: Remove the unnecessary use of Optional from DistributedFileSystem Key: HDFS-16963 URL: https://issues.apache.org/jira/browse/HDFS-16963 Project: Hadoop HDFS

Re: [DISCUSS] Move HDFS specific APIs to FileSystem abstration

2023-03-23 Thread Tsz Wo Sze
(Clicked "send" too accidentally.  Please ignore my previous email.  Sorry.) Hi, We probably should exclude HBase in this discuss.  I guess Wei-Chiu mentioning it as an example use case.  There are other projects such as Apache Solr requiring similar features. (1) We already has the Syncable

Re: [DISCUSS] Move HDFS specific APIs to FileSystem abstration

2023-03-23 Thread Tsz Wo Sze
Hi, We probably should exclude HBase in this discuss.  I guess Wei-Chiu mentioning it as an example use case.  There are other projects such as Apache Solr requiring similar features. (1) We already has the Syncable (hsync/hflush) interface in Hadoop, it makes sense to have a recover() method f