Re: Do I need a +1 to merge a backport PR?

2021-06-02 Thread Steve Loughran
I think it comes down to "do you think somebody else needs to review it?". I do like to test before a cherrypick -at least of all the tests which the patch changed, and for object store stuff a full test run is good due diligence, but I think at least for me cherrypick no merge issues: local comp

Re: [VOTE] Release Apache Hadoop 3.3.1 RC3

2021-06-03 Thread Steve Loughran
Extend for a bit from the last RC, as it takes time to qualify. I'm busy testing, doing - packaging &c - CLI working with abfs and s3, both fs and cloudstore library calls - building downstream projects (so validating maven artifacts). cloudstore and spark there - building downstream of downstrea

Re: [VOTE] Hadoop 3.1.x EOL

2021-06-07 Thread Steve Loughran
On Thu, 3 Jun 2021 at 07:14, Akira Ajisaka wrote: > Dear Hadoop developers, > > Given the feedback from the discussion thread [1], I'd like to start > an official vote > thread for the community to vote and start the 3.1 EOL process. > > What this entails: > > (1) an official announcement that no

Re: [VOTE] Release Apache Hadoop 3.3.1 RC3

2021-06-08 Thread Steve Loughran
+1, binding. Awesome piece of work! I've done three forms of qualification, all related to s3 and azure storage 1. tarball validate, CLI use 2. build/test of downstream modules off maven artifacts; mine and some other ASF ones. I (and it its very much me) have broken some downstream

Re: [DISCUSS] Change project style guidelines to allow line length 100

2021-06-12 Thread Steve Loughran
+1 if you look closely the hadoop-azure module went to 100 lines a while back and all is good On Wed, 19 May 2021 at 22:13, Sean Busbey wrote: > Hello! > > What do folks think about changing our line length guidelines to allow for > 100 character width? > > Currently, we tell folks to follow th

Re: [DISCUSS] Tips for improving productivity, workflow in the Hadoop project?

2021-07-14 Thread Steve Loughran
not sure about stale PR closing; when you've a patch which is still pending review it's not that fun to have it closed. maybe better to have review sessions. I recall many, many years ago attempts to try and catch up with all outstanding patch reviews. On Wed, 14 Jul 2021 at 03:00, Akira Ajisa

Re: [DISCUSS] Hadoop 3.2.3 release

2021-08-03 Thread Steve Loughran
I'm testing how well a backport of the latest AWS SDK goes; if all is docile there then I'll merge that. Due diligence more than anything elseone of the shaded netty JARs (never used by our code) has a CVE in older versions On Mon, 2 Aug 2021 at 08:07, Akira Ajisaka wrote: > Hi Steven, > > M

Re: [DISCUSS] Hadoop 3.2.3 release

2021-08-04 Thread Steve Loughran
Base.setup(AbstractFSContractTestBase.java:193) On Tue, 3 Aug 2021 at 19:41, Brahma Reddy Battula wrote: > Hi Steve, > > Is there any jira for this ?? > > > > On Tue, 3 Aug 2021 at 4:05 PM, Steve Loughran > > wrote: > > > I'm testing how well a backpo

Re: How to access Azure blob storage using Hadoop SDK 3.3.1 and Azure MSI authentication

2021-11-11 Thread Steve Loughran
On Tue, 2 Nov 2021 at 21:16, Sergey Shabalov < sergey.shaba...@metaintegration.com> wrote: > I try to use a simple code > > >1. conf.set("fs.defaultFS","wasbs:// > sshcon...@sshblobhierarchyoff.blob.core.windows.net"); >2. conf.set("fs.azure.ssl.channel.mode","Default_JSS

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC0

2021-12-14 Thread Steve Loughran
I'll do my best to test this; I'm a bit broken right now. I think we should mention in a release notes that is the version of a log4j included in this and all previous releases is not vulnerable. But provide a list plus links to any that have been fixed On Fri, 10 Dec 2021 at 02:09, Chao Sun wro

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC0

2021-12-30 Thread Steve Loughran
On Tue, 14 Dec 2021 at 22:56, Chao Sun wrote: > Thanks all for taking a look! looks like we need another RC addressing the > following issues. > > > 1. the overview page of the doc is for the Hadoop 3.0 release. It would > be best to base the doc on top of Hadoop 3.3.0 overview page. (it's a miss

Fwd: [jira] [Created] (HADOOP-18069) CVE-2021-0341 in okhttp@2.7.5 detected in hdfs-client

2022-01-07 Thread Steve Loughran
okhttp was last updated in 2017 why use this over httpclient? its only used in a couple of places and removing it entirely would make this problem go away forever -- Forwarded message - From: Eugene Shinn (Truveta) (Jira) Date: Wed, 5 Jan 2022 at 19:48 Subject: [jira] [Created] (

Re: ElasticByteBufferPool is ever growing thus can cause memory leak.

2022-01-12 Thread Steve Loughran
DirectBufferPool does the weak refs effectively, but it only recycles buffers of the same size; the elastic one will return the first largest buffer. I think we may want to have a variant of the ElasticBufferPool which uses weak refs..we can adopt that and leave the (old) one alone. It is marked a

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC2

2022-01-20 Thread Steve Loughran
thanks, i'm on it..will run the aws and azure tests and then play with the artifacts On Wed, 19 Jan 2022 at 17:50, Chao Sun wrote: > Hi all, > > I've put together Hadoop 3.3.2 RC2 below: > > The RC is available at: > http://people.apache.org/~sunchao/hadoop-3.3.2-RC2/ > The RC tag is at: > https

Re: [DISCUSS] Migrate hadoop from log4j1 to log4j2

2022-01-20 Thread Steve Loughran
On Thu, 20 Jan 2022 at 17:15, Andrew Purtell wrote: > Just to clarify: I think you want to upgrade to Log4J2 (or switch to > LogBack) as a strategy for new releases, but you have the option in > maintenance releases to use Reload4J to maintain Appender API and > operational compatibility, and use

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC2

2022-01-20 Thread Steve Loughran
*+1 binding.* reviewed binaries, source, artifacts in the staging maven repository in downstream builds. all good. *## test run* checked out the asf github repo at commit 6da346a358c into a location already set up with aws and azure test credentials ran the hadoop-aws tests with -Dparallel-test

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC2

2022-01-22 Thread Steve Loughran
`now some bad news https://issues.apache.org/jira/browse/HADOOP-18091 S3A auditing leaks memory through ThreadLocal references surfaces in processes with long lived threads creating and destroying many s3a FS instances. working on a fix right now On Fri, 21 Jan 2022 at 21:02, Eric Payne wrote:

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC2

2022-01-24 Thread Steve Loughran
fix is in t disable auditing, which is now the default https://issues.apache.org/jira/browse/HADOOP-18094 everything is OK for apps which retain the same fs instances for the life of the app, but not for Hive... will do a better fix ASAP where in exchange for loss of auditing after a GC event, on

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC2

2022-01-25 Thread Steve Loughran
that error org.restlet.jee:org.restlet:pom:2.3.0 from/to maven-default-http-blocker ( http://0.0.0.0/): Blocked mirror for repositories: [maven-restlet implies maven is not downloading http artifacts, and it had decided that the reslet artifacts were coming off an http repo, even though its in mav

Re: [VOTE] Release Apache Hadoop 3.3.2 - RC3

2022-01-29 Thread Steve Loughran
maybe even before moving the catalog away, we could make it optional On Fri, 28 Jan 2022 at 08:24, Akira Ajisaka wrote: > Thank you Masatake and Chao! > > On Fri, Jan 28, 2022 at 5:11 PM Chao Sun wrote: > > > Thanks Masatake and Akira for discovering the issue. I used > > `dev-support/bin/creat

HADOOP-18198. Release Hadoop 3.3.3: hadoop-3.3.2 with CVE fixes

2022-04-11 Thread Steve Loughran
I've just created a new JIRA and assigned to myself: HADOOP-18198. Release Hadoop 3.3.3: hadoop-3.3.2 with CVE fixes https://issues.apache.org/jira/browse/HADOOP-18198 -- Hadoop 3.3.3 is a minor followup release to Hadoop 3.3.2 with * CVE fixes in Hadoop source * CVE fixes in d

Re: HADOOP-18198. Release Hadoop 3.3.3: hadoop-3.3.2 with CVE fixes

2022-04-12 Thread Steve Loughran
vulnerabilities which were never reached in the Hadoop code, but which audit tools would flag up. I'd also like to update our shaded protobuf library too On Mon, 11 Apr 2022 at 14:54, Steve Loughran wrote: > > I've just created a new JIRA and assigned to myself: HADOOP-18198.

[ANNOUNCE] branch-3.3.3 created off 3.3.2; branch-3.3 hadoop.version is now 3.3.4-SNAPSHOT

2022-04-12 Thread Steve Loughran
There is now a branch-3.3.3 in the repo; this is forked off 3.3.2, *not* branch-3.3 branch-3.3 has its hadoop version now set to 3.3.4 I've renamed the release version 3.3.3 in JIRA to 3.3.4, so all fixed/target/affects references have been automatically updated. text references in JIRAs and PRs

[VOTE] Release Apache Hadoop 3.3.3

2022-05-03 Thread Steve Loughran
I have put together a release candidate (rc0) for Hadoop 3.3.3 The RC is available at: https://dist.apache.org/repos/dist/dev/hadoop/3.3.3-RC0/ The git tag is release-3.3.3-RC0, commit d37586cbda3 The maven artifacts are staged at https://repository.apache.org/content/repositories/orgapachehadoo

Re: [DISCUSS] Enabling all platform builds in CI for all Hadoop PRs

2022-05-06 Thread Steve Loughran
I'm not enthusiastic here as it not only makes the builds slower, it reduces the #of builds we can through a day one thing I am wondering is could we remove java8 support on some branches? make branch 3.3.2.x (i.e the 3.3.3 release) the last java 8 build, and this summers branch-3.3 release (whic

Re: [VOTE] Release Apache Hadoop 3.3.3

2022-05-08 Thread Steve Loughran
gt; - mvn clean install -DskipTests > > >>>> - mvn -fae --no-transfer-progress -DskipTests > > -Dmaven.javadoc.skip=true > > >>>> -Pnative -Drequire.openssl -Drequire.snappy -Drequire.valgrind > > >>>> -Drequire.zstd -Dreq

Re: [DISCUSS] Enabling all platform builds in CI for all Hadoop PRs

2022-05-09 Thread Steve Loughran
gt; >> to compensate for this time. > >> > >> For now lets just integrate it our nightly builds only and circle back > >> again here in future if the need be. > >> > >> -Ayush > >> > >>> On Fri, 6 May 2022 at 20:44, Wei-Chiu C

Re: [VOTE] Release Apache Hadoop 3.3.3

2022-05-09 Thread Steve Loughran
) > >>>>>> > >>>>>> * Signature: ok > >>>>>> * Checksum : passed > >>>>>> * Rat check (1.8.0_191): passed > >>>>>>- mvn clean apache-rat:check > >>>>>> * Built from

Re: [VOTE] Release Apache Hadoop 3.3.3

2022-05-09 Thread Steve Loughran
staged-releases >https://repository.apache.org/content/repositories/staging/ > > > true > > > true > > > > to the `` section in your Maven pom.xml file. > > On Mon, May 9, 2022 at 8:52 AM Steve

Re: [VOTE] Release Apache Hadoop 3.3.3

2022-05-10 Thread Steve Loughran
version in staging with the files; still don't know how the previous delete lacked them, I will do more testing tomorrow before putting up the next RC. which will be off the same git commit as before, just a rebuild, repackage and republish. -Steve On Tue, 10 May 2022 at 00:18, Steve Lou

[VOTE] Release Apache Hadoop 3.3.3 (RC1)

2022-05-11 Thread Steve Loughran
I have put together a release candidate (RC1) for Hadoop 3.3.3 The RC is available at: https://dist.apache.org/repos/dist/dev/hadoop/3.3.3-RC1/ The git tag is release-3.3.3-RC1, commit d37586cbda3 The maven artifacts are staged at https://repository.apache.org/content/repositories/orgapachehadoo

Re: [VOTE] Release Apache Hadoop 3.3.3 (RC1)

2022-05-17 Thread Steve Loughran
c. > > > > > > > > Thanks Steve for your work. > > > > > > > > - He Xiaoqiao > > > > > > > > On Mon, May 16, 2022 at 4:25 AM Viraj Jasani > > wrote: > > > > > > > > > > +1 (non-bind

[ANNOUNCE] Apache Hadoop 3.3.3 release

2022-05-18 Thread Steve Loughran
On behalf of the Apache Hadoop Project Management Committee, I'm pleased to announce that Hadoop 3.3.3 has been released: https://hadoop.apache.org/release/3.3.3.html This is the third stable release of the Apache Hadoop 3.3 line. It contains 23 bug fixes, improvements and enhancements since 3.3

Re: [VOTE] Release Apache Hadoop 2.10.2 - RC0

2022-05-30 Thread Steve Loughran
+1 binding I've extended my validator project https://github.com/steveloughran/validate-hadoop-client-artifacts it now * fetches KEYS * fetches an RC from a remote url * validates signing * untars and tries to build source * untars binary release and tries some native commands the source build f

[DISCUSS] Forthcoming Hadoop releases

2022-06-08 Thread Steve Loughran
I want to start a quick discussion on a plan for hadoop releases this summer. I am willing to do the release manager work. Mukund and Mehakmeet have have already volunteered to help even if they don't know that yet. I've got two goals 1. minor followup to 3.3.3 2. feature release of new stu

[DISCUSS] Filesystem API shim library to assist applications still targeting previous hadoop releases.

2022-06-08 Thread Steve Loughran
I've just created an initial project "fs-api-shim" to provide controlled access to the hadoop 3.3.3+ filesystem API calls on hadoop 3.2.0+ releases https://github.com/steveloughran/fs-api-shim The goal here is to make it possible for core file format libraries (Parquet, Avro, ORC, Arrow etc) and o

Hadoop 3.3.4 release process underway

2022-06-20 Thread Steve Loughran
I'm setting things up for a new release https://issues.apache.org/jira/browse/HADOOP-18305 absolute minimum of fixes. as well as some related to ZK lockdown, i would like to include https://issues.apache.org/jira/browse/HADOOP-18303 remove shading exclusion of javax.ws.rs-api from hadoop-client-

Re: Hadoop 3.3.4 release process underway

2022-06-22 Thread Steve Loughran
n, 20 Jun 2022 at 19:02, Steve Loughran wrote: > I'm setting things up for a new release > > https://issues.apache.org/jira/browse/HADOOP-18305 > > absolute minimum of fixes. as well as some related to ZK lockdown, i would > like to include > > https://issues.apa

[VOTE] Release Apache Hadoop 3.3.4

2022-07-21 Thread Steve Loughran
I have put together a release candidate (RC0) for Hadoop 3.3.4 The RC is available at: https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.3.4-RC0/ The git tag is release-3.3.4-RC0, commit c679bc76d26 The maven artifacts are staged at https://repository.apache.org/content/repositories/orgapac

Re: [VOTE] Release Apache Hadoop 3.3.4

2022-07-26 Thread Steve Loughran
u, 21 Jul 2022 at 19:07, Steve Loughran wrote: > > I have put together a release candidate (RC0) for Hadoop 3.3.4 > > The RC is available at: > https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.3.4-RC0/ > > The git tag is release-3.3.4-RC0, commit c679bc76d26 > > T

any HDFS blockers for a 3.3.x feature release?

2022-07-28 Thread Steve Loughran
Is there any WiP which people consider a blocker for a 3.3.x feature release to follow the 3.3.4 security/critical integration issues release? I want to split off the fork for that next release off branch-3.3 and start stabilising. are there things people working on which are nearly ready?

[VOTE] Release Apache Hadoop 3.3.4

2022-07-29 Thread Steve Loughran
I have put together a release candidate (RC1) for Hadoop 3.3.4 The RC is available at: https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.3.4-RC1/ The git tag is release-3.3.4-RC1, commit a585a73c3e0 The maven artifacts are staged at https://repository.apache.org/content/repositories/orgapac

Re: [VOTE] Release Apache Hadoop 3.3.4

2022-08-03 Thread Steve Loughran
local projects https://github.com/steveloughran/validate-hadoop-client-artifacts all good as far as my test coverage goes, with these projects validating the staged dependencies. now, who else can review On Fri, 29 Jul 2022 at 19:47, Steve Loughran wrote: > > > I have put together

Re: [VOTE] Release Apache Hadoop 3.3.4

2022-08-04 Thread Steve Loughran
The vote passed with the following result. Binding PMC members: +1 Chris Nauroth +1 Steve Loughran +1 Masatake Iwasaki Non binding votes: +1 Ashutosh Gupta Cheng Pan was worried about the new transient kotlin dependency. They are working on a PR there which we can target for the successor to

Re: [VOTE] Release Apache Hadoop 3.3.4

2022-08-08 Thread Steve Loughran
top > of it and all passed. Did some kills, stuff came back. > > I didn't spend time on unit tests but one set passed on a local rig here: > > [image: image.png] > Stack > > On Fri, Jul 29, 2022 at 11:48 AM Steve Loughran > wrote: > >> I have put together

[ANNOUNCE] Apache Hadoop 3.3.4 release

2022-08-08 Thread Steve Loughran
On behalf of the Apache Hadoop Project Management Committee, I am pleased to announce the release of Apache Hadoop 3.3.4. --- This is a release of Apache Hadoop 3.3 line. It contains a small number of security and critical integration fixes since 3.3.3. Users of Apache Hadoop 3.3.3 should upgrad

Re: Protobuf-java compatibilty question

2022-08-11 Thread Steve Loughran
I'm afraid not. protobuf maybe compatible at the wire level -the marshalled data is good-, but the generated classes in jars Will not link to any version other than that they were explicitly compiled with. this is why hadoop 3.3 has a private shaded copy in the hadoop-thirdparty JAR -how to stop th

the next hadoop 3.3.x release

2022-09-09 Thread Steve Loughran
Hi Mukund Thakur plans to fork off the next branch-3.3. release in 10 days time. last chance to get changes in. I'm away next week...try not to break the branch. Any testing you can do would be appreciated Steve

HADOOP-18470 Release hadoop 3.3.5

2022-09-27 Thread Steve Loughran
Mukund has just created the new Hadoop release JIRA, https://issues.apache.org/jira/browse/HADOOP-18470, and is doing the first build/test before pushing it up. This is off branch-3.3, so it will have more significant changes than the 3.3.3 and 3.3.4 releases, which were just CVE/integration fixes.

Re: [DISCUSS] Hadoop 3.3.5 release planning

2022-10-11 Thread Steve Loughran
tests needed tuning fixed now HADOOP-18401 > > > On Tue, Sep 27, 2022 at 9:35 AM Steve Loughran > > wrote: > > > Mukund has just created the new Hadoop release JIRA, > > https://issues.apache.org/jira/browse/HADOOP-18470, and is doing the > first > > build

exciting new content needed for the 3.3.5 index.md file

2022-12-01 Thread Steve Loughran
The first "smoke test" RC is about to be up for people to play with, we are just testing things here and getting that arm build done. Can I have some content for the index.html page describing what has changed? hadoop-project/src/site/markdown/index.md.vm I can (and will) speak highly of stuff I'

[VOTE] Release Apache Hadoop 3.3.5

2022-12-21 Thread Steve Loughran
Mukund and I have put together a release candidate (RC0) for Hadoop 3.3.5. Given the time of year it's a bit unrealistic to run a 5 day vote and expect people to be able to test it thoroughly enough to make this the one we can ship. What we would like is for anyone who can to verify the tarballs,

Re: [VOTE] Release Apache Hadoop 3.3.5

2023-01-16 Thread Steve Loughran
thanks pulling in a few of the recent changes which seem needed/important, now wondering about the javadocs. i will add a new probe for this in our automated release ant bulld so we can't cut a release without that https://github.com/steveloughran/validate-hadoop-client-artifacts On Mon, 2 Jan 2

[VOTE] Release Apache Hadoop 3.3.5

2023-02-21 Thread Steve Loughran
Apache Hadoop 3.3.5 Mukund and I have put together a release candidate (RC1) for Hadoop 3.3.5. What we would like is for anyone who can to verify the tarballs, especially anyone who can try the arm64 binaries as we want to include them too. The RC is available at: https://dist.apache.org/repos/d

Re: [VOTE] Release Apache Hadoop 3.3.5

2023-02-23 Thread Steve Loughran
03 > > - HDFS-16310 > > - HADOOP-18014 > > > > I corrected all the wrong fix versions just now. I'm not sure we should > > revote it since it only affects the changelog. > > > > - Takanobu > > > > 2023年2月21日(火) 22:43 Steve Loughran : > > >

Re: [VOTE] Release Apache Hadoop 3.3.5

2023-02-23 Thread Steve Loughran
over time. Going to revert HADOOP-18590. Publish SBOM artifacts (#5281) On Thu, 23 Feb 2023 at 10:29, Steve Loughran wrote: > ok, let me cancel, update those jiras and kick off again. that will save > anyone else having to do their homework > > On Thu, 23 Feb 2023 at 08:56, Tak

Re: [VOTE] Release Apache Hadoop 3.3.5

2023-02-24 Thread Steve Loughran
without that file being up to date, but at least all the transitive stuff is correctly licensed. And i think we need to change the PR template to mention transitive updates in the license bit too if this goes in, I will do the rebuild on monday UK time On Thu, 23 Feb 2023 at 11:18, Steve Loughran

[VOTE] Release Apache Hadoop 3.3.5 (RC2)

2023-02-27 Thread Steve Loughran
Mukund and I have put together a release candidate (RC2) for Hadoop 3.3.5. We need anyone who can to verify the source and binary artifacts, including those JARs staged on maven, the site documentation and the arm64 tar file. The RC is available at: https://dist.apache.org/repos/dist/dev/hadoop/h

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC2)

2023-03-02 Thread Steve Loughran
like to see about merging to branch-3.3.5 as well. > > Thanks for the consideration and sorry for not bringing this up in RC1 or > earlier. > > On Mon, Feb 27, 2023 at 9:59 AM Steve Loughran > > wrote: > > > Mukund and I have put together a release candidate (RC2)

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC2)

2023-03-03 Thread Steve Loughran
> * Ran Hbase (latest 2.5) tests against Hdfs, ran RowCounter Mapreduce job >> * Hdfs CRUD tests >> * MapReduce wordcount job >> >> * Ran S3A tests with scale profile against us-west-2: >> mvn clean verify -Dparallel-tests -DtestsThreadCount=8 -Dscale >> >> I

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC2)

2023-03-04 Thread Steve Loughran
>> - mvn clean install -DskipTests >> >> * Built tar from source (1.8.0_341): ok >> >> - mvn clean package -Pdist -DskipTests -Dtar >> -Dmaven.javadoc.skip=true >> >> >> >> * Built images using the tarball, installed and started all o

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC2)

2023-03-06 Thread Steve Loughran
imeout). > > > On Sat, Mar 4, 2023 at 4:29 AM Steve Loughran > > wrote: > > > On Sat, 4 Mar 2023 at 01:47, Erik Krogen wrote: > > > > > Thanks Steve. I see now that the branch cut was way back in October so > I > > > definitely understand your

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC2)

2023-03-07 Thread Steve Loughran
does not exist (#5400) [ZanderXu < > zande...@apache.org > >] > * 44bf8aadedf 2023-03-03 HDFS-16832. [SBN READ] Follow-on to HDFS-16732. > Fix NPE when check the block location of empty directory (#5099) > [zhengchenyu ] > * 72f8c2a4888 (tag: release-3.3.5-RC2) 2023-02-25 HADOOP-18641

[VOTE] Release Apache Hadoop 3.3.5 (RC3)

2023-03-15 Thread Steve Loughran
Apache Hadoop 3.3.5 Mukund and I have put together a release candidate (RC3) for Hadoop 3.3.5. What we would like is for anyone who can to verify the tarballs, especially anyone who can try the arm64 binaries as we want to include them too. The RC is available at: https://dist.apache.org/repos/d

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

2023-03-17 Thread Steve Loughran
1. I think a new interface would be good as FileContext could do the same thing 2. using PathCapabilities probes should still be mandatory as for FileContext it would depend on the back end 3. Whoever does this gets to specify what the API does and write the contract tests. Saying

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC3)

2023-03-17 Thread Steve Loughran
ypto.so ISA-L: false libhadoop was built without ISA-L support PMDK:false The native code was built without PMDK support. --- On Wed, 15 Mar 2023 at 19:47, Steve Loughran wrote: > > Apache Hadoop 3.3.5 > > Mukund and I have put together a release candidate (RC3) for Hadoop 3.3.5. >

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC3)

2023-03-18 Thread Steve Loughran
with scale profile looks good > > > On Wed, Mar 15, 2023 at 12:48 PM Steve Loughran > > wrote: > > > Apache Hadoop 3.3.5 > > > > Mukund and I have put together a release candidate (RC3) for Hadoop > 3.3.5. > > > > What we would like is for anyon

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC3)

2023-03-21 Thread Steve Loughran
ok, here's my summary, even though most of the binding voters forgot to declare they were on the PMC. +1 binding Steve Loughran Chris Nauroth Masatake Iwasaki Ayush Saxena Xiaoqiao He +1 non-binding Viraj Jasani 0 or -1 votes: none. Accordingly: the release is good! I will send the f

[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-24 Thread Steve Loughran
On Thu, 23 Mar 2023 at 10:07, Ayush Saxena wrote: > > Second idea mentioned in the original mail is also similar to mentioned in > the comment in the above ticket and is still quite acceptable, name can be > negotiated though, Add an interface to pull the relevant methods up in that > without tou

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

2023-03-27 Thread Steve Loughran
outgrown checked exceptions On Fri, 24 Mar 2023 at 09:44, Steve Loughran wrote: > > > On Thu, 23 Mar 2023 at 10:07, Ayush Saxena wrote: > >> >> Second idea mentioned in the original mail is also similar to mentioned in >> the comment in the above ticket and is still

[DISCUSS] hadoop branch-3.3+ going to java11 only

2023-03-28 Thread Steve Loughran
Now that hadoop 3.3.5 is out, i want to propose something new we switch branch-3.3 and trunk to being java11 only 1. java 11 has been out for years 2. oracle java 8 is no longer available under "premier support"; you can't really get upgrades https://www.oracle.com/java/technologies

Re: [DISCUSS] hadoop branch-3.3+ going to java11 only

2023-03-28 Thread Steve Loughran
ongoing major dependency upgrades (log4j 1 to 2, jersey 1 > to 2 and junit 4 to 5) are blockers for java 11 compile + test stability. > > > On Tue, Mar 28, 2023 at 4:55 AM Steve Loughran > > wrote: > > > Now that hadoop 3.3.5 is out, i want to propose something new >

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

2023-03-29 Thread Steve Loughran
for your studious pursuit of this goal. > > Thanks, > Nick > > On Mon, Mar 27, 2023 at 4:58 AM Steve Loughran > > > wrote: > > > > > side issue, as i think about what bulk delete call would also keep > hbase > > > happy > > >

Re: [VOTE] Release Apache Hadoop 3.3.5 (RC3)

2023-03-31 Thread Steve Loughran
disable it. Will do it > tomorrow, if nobody objects. In case the one who configured it wants > to do it early, feel free to do so. > > We already have one for branch-3.3 which runs weekly which most > probably most of us don't follow :) > > -Ayush > > On Wed, 22 Mar 2

Re: [DISCUSS] Hadoop 3.3.6 release planning

2023-05-05 Thread Steve Loughran
Wei-Chiu has suggested a minimal "things in 3.3.5 which were very broken, api change for ozone and any critical jar updates" so much lower risk/easier to qualify and ship. I need to get https://issues.apache.org/jira/browse/HADOOP-18724 in here; maybe look at a refresh of the "classic" jars (slf4

Re: [VOTE] Release Apache Hadoop 3.3.6 RC0

2023-06-15 Thread Steve Loughran
Which branch is -3.3.6 off? 3.3.5 or 3.3? I'm travelling for the next few days and unlikely to be able to test this; will do my best On Wed, 14 Jun 2023 at 07:27, Wei-Chiu Chuang wrote: > I am inviting anyone to try and vote on this release candidate. > > Note: > This is built off branch-3.3.6

Re: [VOTE] Release Apache Hadoop 3.3.6 RC0

2023-06-21 Thread Steve Loughran
1. we should patch gcs, to ignore those new keys. 2. i may be able to validate RC1 this weekend On Fri, 16 Jun 2023 at 03:20, Wei-Chiu Chuang wrote: > Overall so far so good. > > hadoop-api-shim: > built, tested successfully. > > cloudstore: > built successfully. > > Spark: > built successfull

Re: Signing releases using automated release infra

2023-07-20 Thread Steve Loughran
could be good. why not set it up for the third-party module first to see how well it works? On Tue, 18 Jul 2023 at 21:05, Ayush Saxena wrote: > Something we can explore as well!! > > -Ayush > > Begin forwarded message: > > > From: Volkan Yazıcı > > Date: 19 July 2023 at 1:24:49 AM IST > > To:

Re: How should we do about dependency update?

2019-10-22 Thread Steve Loughran
We don't have a complete set of shaded artefacts -so it's not fair to point at the downstream users and say it's "your own fault". We need to do more here ourselves. Here: it is a CVE, they should upgrade anyway. Guava is special because it has been so brittle cross versions and so widely used by

Re: [DISCUSS] Making 2.10 the last minor 2.x release

2019-11-22 Thread Steve Loughran
On Thu, Nov 21, 2019 at 11:49 PM Jonathan Hung wrote: > Thanks for the detailed thoughts, everyone. > > Eric (Badger), my understanding is the same as yours re. minor vs patch > releases. As for putting features into minor/patch releases, if we keep the > convention of putting new features only i

yetus, docker and HDFS-15042 Add more tests for ByteBufferPositionedReadable

2019-12-10 Thread Steve Loughran
I just submitted a pull request for HDFS. https://github.com/apache/hadoop/pull/1747 yetus failed -docker problems. is this common?

Re: yetus, docker and HDFS-15042 Add more tests for ByteBufferPositionedReadable

2019-12-10 Thread Steve Loughran
en. > I too observed it for a PR this morning, This wasn’t there couple of days > back. > May be we need to inform the Infra people. > > https://github.com/apache/hadoop/pull/1748#issuecomment-563894996 > > -Ayush > > On 10-Dec-2019, at 4:17 PM, Steve Loughran > wrote: &g

Re: yetus, docker and HDFS-15042 Add more tests for ByteBufferPositionedReadable

2019-12-10 Thread Steve Loughran
its this https://issues.apache.org/jira/browse/HADOOP-16754 On Tue, Dec 10, 2019 at 1:41 PM Steve Loughran wrote: > not infra, docker, ubuntu can't find a repo jonathonf/ghc-8.0.2 . One > which got deleted yesterday > > https://launchpad.net/~jonathonf > > This is in hado

Re: [DISCUSS] Hadoop 2019 Release Planning

2020-01-07 Thread Steve Loughran
I'm thinking of doing a backport of most of the hadoop-aws changes to branch-3.2, for the next 3.2.x release; they are all self contained and will benefit many (they will need to cope with the older mockito version, but I have to deal with that in-house already). one change is the new openFile() b

Re: Hadoop 3.3 Release Plan Proposal

2020-01-08 Thread Steve Loughran
> > 2. Features close to finish: > > > *HADOOP-15620: Über-jira: S3A phase VI: Hadoop 3.3 features. ( owner > : Steve Loughran) > *HADOOP-15763: Über-JIRA: abfs phase II: Hadoop 3.3 features & > fixes. ( owner : Steve Loughran) > *HADOOP-15

Re: [DISCUSS] Hadoop 2019 Release Planning

2020-01-09 Thread Steve Loughran
Well volunteered! I will help with the testing On Mon, Jan 6, 2020 at 10:08 AM Gabor Bota wrote: > I'm interested in doing a release of hadoop. > The version we need an RM is 3.1.3 right? What's the target date for that? > > Thanks, > Gabor > > On Mon, Jan 6, 2020 at 8:31 AM Akira Ajisaka wrote

HDFS-13616 : batch listing of multiple directories

2020-02-28 Thread Steve Loughran
https://issues.apache.org/jira/browse/HDFS-13616 I don't want to be territorial here -but as I keep reminding this list whenever it happens, -I do not want any changes to go into the core FileSystem class without * raising a HADOOP- JIRA * involving those of us who work on object stores. We have

Re: HDFS-13616 : batch listing of multiple directories

2020-03-02 Thread Steve Loughran
especially since Gabor and I have just been dealing with S3 delete throttling issues. I will gladly give advice there. at the very least, it must implement Progressable, so when deletes are very slow processes/threads can still send heartbeats back. It also sets expectations up as to how long some

asf git repo sync

2020-04-21 Thread Steve Loughran
FYI, looks like the ASF git repo @ https://gitbox.apache.org/repos/asf/hadoop.git and the github repo at https://github.com/apache/hadoop.git have lost sync; I've merged a couple of changes in via the github UI and they aren't surfacing in the asf repo, which is still @ commit 60fa15366e8, YARN-1

Re: [NOTICE] Removal of protobuf classes from Hadoop Token's public APIs' signature

2020-04-29 Thread Steve Loughran
Okay. I am not going to be a purist and say "what were they doing -using our private APIs?" because as we all know, with things like UGI tagged @private there's been no way to get something is done without getting into the private stuff. But why did we do the protobuf changes? So that we could up

Re: [VOTE] Release Apache Hadoop 3.1.4 (RC2)

2020-07-02 Thread Steve Loughran
+1, with the instruction "warn everyone about the guava update possibly breaking things at run time" With the key issues being * code compiled with the new guava release will not link against the older releases, even without any changes in the source files. * this includes hadoop-common Applicati

Re: [VOTE] Release Apache Hadoop 3.1.4 (RC2)

2020-07-06 Thread Steve Loughran
hmm YARN-9341 went through all of the yarn lock code -it's in 3.3 but not in 3.1. And we do not want to attempt to backport 175KB of lock acquire/release code, do we? anyone in yarn-dev got any thoughts here? On Sun, 5 Jul 2020 at 22:14, Masatake Iwasaki wrote: > Thanks for putting this up, Ga

Re: [Reposting] How to set md5 checksum

2020-07-24 Thread Steve Loughran
There's a broader issue here which is "S3A support for buckets with Object Lock" I suspect that there will be more to this than just setting an MD5 checksum on file uploads. AFAIK, nobody has done this/is working on the feature; there's so many other issues than nobody is going to do it unless it

Re: [VOTE] Release Apache Hadoop 3.1.4 (RC4)

2020-07-27 Thread Steve Loughran
+1 did a cloudstore clean build and test did as well as I could with a spark build. For anyone having maven problems building hadoop on a mac, homebrew now forces its version of maven to use a homebrew specific openjdk 11 (one /usr/libexec/java_home doesn't locate); bits of the hadoop build don'

Re: [VOTE] Release Apache Hadoop 3.1.4 (RC4)

2020-07-28 Thread Steve Loughran
I should add, that's a binding +1 On Mon, 27 Jul 2020 at 19:55, Steve Loughran wrote: > +1 > > did a cloudstore clean build and test > did as well as I could with a spark build. > > For anyone having maven problems building hadoop on a mac, homebrew now > forces its

Re: [DISCUSS] fate of branch-2.9

2020-08-27 Thread Steve Loughran
+1 are there any Hadoop branch-2 releases planned, ever? If so I'll need to backport my s3a directory compatibility patch to whatever is still live. On Thu, 27 Aug 2020 at 06:55, Wei-Chiu Chuang wrote: > Bump up this thread after 6 months. > > Is anyone still interested in the 2.9 release line

Re: [VOTE] End of Life Hadoop 2.9

2020-09-02 Thread Steve Loughran
+1 binding On Mon, 31 Aug 2020 at 20:09, Wei-Chiu Chuang wrote: > Dear fellow Hadoop developers, > > Given the overwhelming feedback from the discussion thread > https://s.apache.org/hadoop2.9eold, I'd like to start an official vote > thread for the community to vote and start the 2.9 EOL proce

Re: [VOTE] Moving Ozone to a separated Apache project

2020-09-30 Thread Steve Loughran
+1, binding On Fri, 25 Sep 2020 at 06:59, Elek, Marton wrote: > Hi all, > > Thank you for all the feedback and requests, > > As we discussed in the previous thread(s) [1], Ozone is proposed to be a > separated Apache Top Level Project (TLP) > > The proposal with all the details, motivation and h

reviewers needed: HADOOP-16830 Add public IOStatistics API

2020-10-07 Thread Steve Loughran
Hi, Can I get some reviews of this PR https://github.com/apache/hadoop/pull/2323 It adds a new API, IOStatisticsSource, for any class to act as a source of a static or dynamic IOStatistics set of counters/gauges/min/max/mean stats The intent is to allow applications to collect statistics on stre

  1   2   3   4   5   6   >