Hey all,

I wanted to start prototyping a project with FlightSQL, so I have written a
script to extract from the nightlies
and published the assets from 03/03 on my personal Github.

You can use this repo as a Gradle/Maven repository if you want, while we
wait for the next release containing the FlightSQL POM
Instructions for use are in the README

https://github.com/GavinRay97/arrow-nightlies-repo

Hope this helps =)

On Thu, Mar 3, 2022 at 9:23 PM Kun Liu <liu...@apache.org> wrote:

> Hi all,
>
> We also meet this issue:
>
> "Failed to read artifact descriptor for
> org.apache.arrow:flight-core:jar:7.0.0: Could not find artifact
> org.apache.arrow:arrow-flight:pom:7.0.0"
>
> and we work around this issue by adding the file to the local maven repo.
>
> From this ticket: https://issues.apache.org/jira/browse/ARROW-15746, I see
> that this issue will be fixed in the `7.0.1` or `8.0.0` and I want to know
> when will the `7.0.1` be released?
>
> Thanks,
> Kun
>
>
>
> Bryan Cutler <cutl...@gmail.com> 于2022年2月22日周二 01:32写道:
>
> > Thanks Kou, sounds like if it's in that list then the upload should work.
> > It would be good if we could make that not so brittle, but in the
> meantime
> > I'll open a pr to add the pom. Made
> > https://issues.apache.org/jira/browse/ARROW-15746 to track.
> >
> > On Sat, Feb 19, 2022 at 9:39 PM Sutou Kouhei <k...@clear-code.com> wrote:
> >
> > > 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
> > > >>>> >>
> > > >>>>
> > > >>>
> > >
> >
>

Reply via email to