[jira] [Resolved] (HADOOP-18752) Change fs.s3a.directory.marker.retention to "keep"

2023-06-08 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-18752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-18752. - Fix Version/s: 3.4.0 Resolution: Fixed > Change fs.s3a.directory.marker.retentio

Re: [DISCUSS] Hadoop 3.3.6 release planning

2023-06-08 Thread Wei-Chiu Chuang
Thanks for comments Looking at jiras fixed in 3.3.6 and 3.3.9 (my bad, forgot that most commits landing in branch-3.3 was 3.3.9), most are okay. We have about 119 commits so it's manageable. I am planning to cut 3.3.6 out of branch-3.3 later today. Anything open that is still targeting 3.3.6 will

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

2023-06-08 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/1251/ [Jun 7, 2023, 1:05:52 PM] (github) HADOOP-18740. S3A prefetch cache blocks should be accessed by RW locks (#5675) -1 overall The following subsystems voted -1: blanks hadolint pathlen unit

[jira] [Resolved] (HADOOP-11219) [Umbrella] Upgrade to netty 4

2023-06-08 Thread Wei-Chiu Chuang (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-11219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wei-Chiu Chuang resolved HADOOP-11219. -- Fix Version/s: 3.4.0 Resolution: Fixed This is done. Would be nice to cherrypi

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

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

[jira] [Created] (HADOOP-18760) 3.3.6 Release NOTICE and LICENSE file update

2023-06-08 Thread Wei-Chiu Chuang (Jira)
Wei-Chiu Chuang created HADOOP-18760: Summary: 3.3.6 Release NOTICE and LICENSE file update Key: HADOOP-18760 URL: https://issues.apache.org/jira/browse/HADOOP-18760 Project: Hadoop Common

[DISCUSS] Mysql-connector-java is GPL licensed; Hadoop can't use it.

2023-06-08 Thread Wei-Chiu Chuang
Hi community, While preparing for 3.3.6 RC, I realized the mysql-connector-java dependency added by HADOOP-18535 is GPL licensed. Source: https://github.com/mysql/mysql-connector-j/blob/release/8.0/LICENSE See legal discussion at Apache LEGAL-

[jira] [Created] (HADOOP-18761) Revert HADOOP-18535 because mysql-connector-java is GPL

2023-06-08 Thread Wei-Chiu Chuang (Jira)
Wei-Chiu Chuang created HADOOP-18761: Summary: Revert HADOOP-18535 because mysql-connector-java is GPL Key: HADOOP-18761 URL: https://issues.apache.org/jira/browse/HADOOP-18761 Project: Hadoop Comm

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

2023-06-08 Thread Apache Jenkins Server
For more details, see https://ci-hadoop.apache.org/job/hadoop-qbt-branch-3.3-java8-linux-x86_64/112/ [Jun 1, 2023, 1:32:08 PM] (Steve Loughran) HADOOP-18755. openFile builder new optLong() methods break hbase-filesystem (#5704) [Jun 5, 2023, 5:51:53 AM] (github) HADOOP-18433. Fix main thread nam

[jira] [Created] (HADOOP-18762) Qiniu Cloud Kodo File System Implementation

2023-06-08 Thread Zhiqiang Zhang (Jira)
Zhiqiang Zhang created HADOOP-18762: --- Summary: Qiniu Cloud Kodo File System Implementation Key: HADOOP-18762 URL: https://issues.apache.org/jira/browse/HADOOP-18762 Project: Hadoop Common I

Re: [DISCUSS] Mysql-connector-java is GPL licensed; Hadoop can't use it.

2023-06-08 Thread Owen O'Malley
We are allowed to use category X software in optional components. Furthermore, the dependency is marked as provided, so it won't be pulled into a transitive closure. You are right that I should have included a comment about that on the original jira. .. Owen On Fri, Jun 9, 2023 at 1:58 AM Wei-C

Re: [DISCUSS] Mysql-connector-java is GPL licensed; Hadoop can't use it.

2023-06-08 Thread Owen O'Malley
The relevant url is https://www.apache.org/legal/resolved.html#optional On Fri, Jun 9, 2023 at 6:54 AM Owen O'Malley wrote: > We are allowed to use category X software in optional components. > Furthermore, the dependency is marked as provided, so it won't be pulled > into a transitive closure.

Re: [DISCUSS] Mysql-connector-java is GPL licensed; Hadoop can't use it.

2023-06-08 Thread Wei-Chiu Chuang
Thanks Owen, Yes I am aware of the optional category X. I was under the impression that the "optionality" need to be more explicit. For example, by adding true tag. https://medium.com/@danismaz.furkan/difference-between-optional-true-optional-and-scope-provided-scope-7404ec24fb59 In this case, RB