This is my first time verifying, do I also need to set the env vars below?

ARROW_GANDIVA=0 ARROW_PLASMA=0 TEST_DEFAULT=0
TEST_SOURCE=1 TEST_CPP=1 TEST_PYTHON=1 TEST_JAVA=1
TEST_INTEGRATION_CPP=1 TEST_INTEGRATION_JAVA=1

Otherwise, I'm currently running:
./dev/release/verify-release-candidate.bat 3.0.0 2

Though it looks like it wants Visual Studio 2017. I should already have
the build tools because I need them for Rust, so the error's odd. I'll keep
debugging my environment, and revert back if I'm able to successfully verify
on Windows.

Neville

On Fri, 22 Jan 2021 at 11:45, Krisztián Szűcs <szucs.kriszt...@gmail.com>
wrote:

> Could anyone verify the release on a windows machine?
>
> On Thu, Jan 21, 2021 at 4:43 AM Bryan Cutler <cutl...@gmail.com> wrote:
> >
> > +1 (non-binding)
> >
> > I verified binaries and source with the following:
> > ARROW_TMPDIR=/tmp/arrow-test ARROW_GANDIVA=0 ARROW_PLASMA=0
> TEST_DEFAULT=0
> > TEST_SOURCE=1 TEST_CPP=1 TEST_PYTHON=1 TEST_JAVA=1 TEST_INTEGRATION_CPP=1
> > TEST_INTEGRATION_JAVA=1 dev/release/verify-release-candidate.sh source
> > 3.0.0 2
> >
> > I also have Spark integration tests passing in PR
> > https://github.com/apache/arrow/pull/9210
> >
> > On Wed, Jan 20, 2021 at 12:48 PM Sutou Kouhei <k...@clear-code.com>
> wrote:
> >
> > > +1 (binding)
> > >
> > > I ran the followings on Debian GNU/Linux sid:
> > >
> > >   * TZ=UTC \
> > >       ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON" \
> > >       CUDA_TOOLKIT_ROOT=/usr \
> > >       dev/release/verify-release-candidate.sh source 3.0.0 2
> > >   * dev/release/verify-release-candidate.sh binaries 3.0.0 2
> > >   * LANG=C dev/release/verify-release-candidate.sh wheels 3.0.0 2
> > >
> > > with:
> > >
> > >   * gcc (Debian 10.2.1-6) 10.2.1 20210110
> > >   * openjdk version "11.0.10-ea" 2021-01-19
> > >   * nvidia-cuda-dev 11.1.1-3
> > >
> > > Thanks,
> > > --
> > > kou
> > >
> > > In <CAHM19a5c47F--rxMT90YqWYSZ2AtKpbWpA=geq7psj25mtp...@mail.gmail.com
> >
> > >   "[VOTE] Release Apache Arrow 3.0.0 - RC2" on Tue, 19 Jan 2021
> 04:49:13
> > > +0100,
> > >   Krisztián Szűcs <ksz...@apache.org> wrote:
> > >
> > > > Hi,
> > > >
> > > > I would like to propose the following release candidate (RC2) of
> Apache
> > > > Arrow version 3.0.0. This is a release consisting of 678
> > > > resolved JIRA issues[1].
> > > >
> > > > This release candidate is based on commit:
> > > > d613aa68789288d3503dfbd8376a41f2d28b6c9d [2]
> > > >
> > > > The source release rc2 is hosted at [3].
> > > > The binary artifacts are hosted at [4][5][6][7].
> > > > The changelog is located at [8].
> > > >
> > > > Please download, verify checksums and signatures, run the unit tests,
> > > > and vote on the release. See [9] for how to validate a release
> candidate.
> > > >
> > > > The vote will be open for at least 72 hours.
> > > >
> > > > [ ] +1 Release this as Apache Arrow 3.0.0
> > > > [ ] +0
> > > > [ ] -1 Do not release this as Apache Arrow 3.0.0 because...
> > > >
> > > > [1]:
> > >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%203.0.0
> > > > [2]:
> > >
> https://github.com/apache/arrow/tree/d613aa68789288d3503dfbd8376a41f2d28b6c9d
> > > > [3]:
> https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-3.0.0-rc2
> > > > [4]: https://bintray.com/apache/arrow/centos-rc/3.0.0-rc2
> > > > [5]: https://bintray.com/apache/arrow/debian-rc/3.0.0-rc2
> > > > [6]: https://bintray.com/apache/arrow/python-rc/3.0.0-rc2
> > > > [7]: https://bintray.com/apache/arrow/ubuntu-rc/3.0.0-rc2
> > > > [8]:
> > >
> https://github.com/apache/arrow/blob/d613aa68789288d3503dfbd8376a41f2d28b6c9d/CHANGELOG.md
> > > > [9]:
> > >
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> > >
>

Reply via email to