Hi, I found that "dev/release/04-binary-download.sh 7.0.0 10 --task-filter 'java-jars'" doesn't download arrow-flight*.pom.
I think that we need to add arrow-flight*.pom to https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L761 . Thanks, -- kou In <20220220.142345.1095495044811966896....@clear-code.com> "Re: Is 7.0.0 release missing the Java arrow-flight POM?" on Sun, 20 Feb 2022 14:23:45 +0900 (JST), Sutou Kouhei <k...@clear-code.com> wrote: > Hi, > > I tried "dev/release/06-java-upload.sh 7.0.0 10" and upload > the log to > https://gist.github.com/kou/b6d8aa2b9420baa086a7cf0763a9bf37 > . It seems that arrow-flight isn't uploaded... > > You can see uploaded files at > https://repository.apache.org/#stagingRepositories with your > ASF account. > Note that you MUST not press the "Close" button! I'll remove > them by pressing "Drop" button when we fix this. > > > Thanks, > -- > kou > > In <CABr4ZATVh5GMEG16Dn=XxER+4zFP5kmOZZ=ZX=13ckywgw7...@mail.gmail.com> > "Re: Is 7.0.0 release missing the Java arrow-flight POM?" on Fri, 18 Feb > 2022 12:51:59 -0800, > Bryan Cutler <cutl...@gmail.com> wrote: > >> I wasn't able to able to run the entire process, so I downloaded a few >> artifacts from the nightly java-jars and pointed the script there to see >> the output: >> >> dev/release/06-java-upload.sh 7.0.0 10 >> >> deploy:deploy-file -Durl= >> https://repository.apache.org/service/local/staging/deploy/maven2 >> -DrepositoryId=apache.releases.https >> -DpomFile=./java-jars/arrow-flight-8.0.0.dev82.pom >> -Dfile=./java-jars/arrow-flight-8.0.0.dev82.pom -Dfiles= -Dtypes= >> -Dclassifiers= >> >> deploy:deploy-file -Durl= >> https://repository.apache.org/service/local/staging/deploy/maven2 >> -DrepositoryId=apache.releases.https >> -DpomFile=./java-jars/arrow-java-root-8.0.0.dev82.pom >> -Dfile=./java-jars/arrow-java-root-8.0.0.dev82.pom -Dfiles= -Dtypes= >> -Dclassifiers= >> >> deploy:deploy-file -Durl= >> https://repository.apache.org/service/local/staging/deploy/maven2 >> -DrepositoryId=apache.releases.https >> -DpomFile=./java-jars/flight-core-8.0.0.dev82.pom >> -Dfile=./java-jars/flight-core-8.0.0.dev82.jar -Dfiles= -Dtypes= >> -Dclassifiers= >> >> Based on that, it looks like the maven command is correct, it should deploy >> it just like the arrow-java-root pom. Is there any way to see the log >> output for when the release artifacts were deployed? >> >> On Thu, Feb 17, 2022 at 10:06 PM Bryan Cutler <cutl...@gmail.com> wrote: >> >>> Sure, I'll take a look at the script. >>> >>> On Thu, Feb 17, 2022 at 4:39 PM Sutou Kouhei <k...@clear-code.com> wrote: >>> >>>> Hi, >>>> >>>> Ah, arrow-flight-*.pom exists on our CI artifacts: >>>> >>>> https://github.com/ursacomputing/crossbow/releases/tag/nightly-2022-02-17-0-github-java-jars >>>> >>>> I don't know why our upload script >>>> https://github.com/apache/arrow/blob/master/dev/release/06-java-upload.sh >>>> doesn't upload it... >>>> >>>> Could you take a look at it? >>>> >>>> >>>> Thanks, >>>> -- >>>> kou >>>> >>>> In <cabr4zata2bwatbhoic_enfwemzpynvhyys895+5rjxpcgur...@mail.gmail.com> >>>> "Re: Is 7.0.0 release missing the Java arrow-flight POM?" on Thu, 17 >>>> Feb 2022 14:14:52 -0800, >>>> Bryan Cutler <cutl...@gmail.com> wrote: >>>> >>>> > Yes, it's a little confusing. The original arrow-flight was when the >>>> Flight >>>> > implementation was a single module, then it got split into flight-core >>>> and >>>> > flight-grpc and arrow-flight was no more Now it's back but only as a >>>> parent >>>> > POM. I think the current structure seems correct, so I'm not sure if we >>>> > would want to go back to using flight-core as the parent. Is it >>>> possible to >>>> > deploy just the arrow-flight POM? Otherwise, people can't use Flight for >>>> > this release without some kind of hack. >>>> > >>>> > On Thu, Feb 17, 2022 at 12:45 PM Sutou Kouhei <k...@clear-code.com> >>>> wrote: >>>> > >>>> >> Hi, >>>> >> >>>> >> It seems that arrow-flight isn't released after 0.15.1: >>>> >> https://repo1.maven.org/maven2/org/apache/arrow/arrow-flight/ >>>> >> >>>> >> But flight-core is released since 0.16.0: >>>> >> https://repo1.maven.org/maven2/org/apache/arrow/flight-core/ >>>> >> >>>> >> flight-grpc is also released: >>>> >> https://repo1.maven.org/maven2/org/apache/arrow/flight-grpc/ >>>> >> >>>> >> Can we use flight-core (and flight-grpc) instead of >>>> >> arrow-flight? >>>> >> >>>> >> Thanks, >>>> >> -- >>>> >> kou >>>> >> >>>> >> In <cabr4zarittgsrtd3oyjamapkemnc2jeur0h-ygznscswl-t...@mail.gmail.com >>>> > >>>> >> "Is 7.0.0 release missing the Java arrow-flight POM?" on Thu, 17 Feb >>>> >> 2022 09:48:57 -0800, >>>> >> Bryan Cutler <cutl...@gmail.com> wrote: >>>> >> >>>> >> > Hi All, >>>> >> > >>>> >> > Congrats on the 7.0.0 release! I was trying it out and got an error >>>> not >>>> >> > being able to find arrow-flight-7.0.0.pom. This looks like a new >>>> parent >>>> >> POM >>>> >> > for Flight, so I checked maven central and don't see it deployed >>>> there. >>>> >> Not >>>> >> > sure what could have happened, but maybe it's only me. Anyone else >>>> seeing >>>> >> > the same issue? >>>> >> > >>>> >> > Thanks, >>>> >> > Bryan >>>> >> >>>> >>>