[jira] [Resolved] (HADOOP-18681) Upgrade hadoop3 docker scripts to use 3.3.5

2023-03-27 Thread Ayush Saxena (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Saxena resolved HADOOP-18681. --- Hadoop Flags: Reviewed Resolution: Fixed > Upgrade hadoop3 docker scripts to use 3.3.

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

2023-03-27 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/464/ [Mar 25, 2023, 6:34:28 AM] (Ayush Saxena) Revert "HADOOP-18676. Fixing jettison vulnerability of hadoop-common lib (#5507)" -1 overall The following subsystems voted -1: blanks hadolint mvn

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

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

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

2023-03-27 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/1178/ No changes -1 overall The following subsystems voted -1: blanks hadolint pathlen spotbugs unit xml The following subsystems voted -1 but were configured to be filtered/ignored: cc chec

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

2023-03-27 Thread Wei-Chiu Chuang
I think moving up interfaces to FileSystem or some abstract FileSystem class has a few benefits: 1. Application can potentially be made FS-agnostic, with hasPathCapabilities() check. At least, make the code to compile. 2. We will be able to add a contract test to ensure behavior is expected. The

[jira] [Resolved] (HADOOP-18672) ask: abfs connector to support checksum

2023-03-27 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-18672. - Resolution: Information Provided > ask: abfs connector to support checksum > --

[jira] [Created] (HADOOP-18683) Add new store vendor config option

2023-03-27 Thread Ahmar Suhail (Jira)
Ahmar Suhail created HADOOP-18683: - Summary: Add new store vendor config option Key: HADOOP-18683 URL: https://issues.apache.org/jira/browse/HADOOP-18683 Project: Hadoop Common Issue Type: Su

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

2023-03-27 Thread Steve Loughran
side issue, as i think about what bulk delete call would also keep hbase happy https://issues.apache.org/jira/browse/HADOOP-18679 should we think about new API calls only raising RuntimeExceptions? The more work I do on futures the more the way we always raise IOEs complicates life. java has outg

[jira] [Resolved] (HADOOP-18676) Include jettison as direct dependency of hadoop-common

2023-03-27 Thread Andras Katona (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Katona resolved HADOOP-18676. Resolution: Fixed > Include jettison as direct dependency of hadoop-common >