You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@heron.apache.org by Josh Fischer <jo...@joshfischer.io> on 2019/11/06 18:15:00 UTC

[VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Hello Heron Community,

This is a call for a vote to the 1st release candidate for Apache Heron,
version v0.20.2-incubating. We request project mentors (binded) as well as
all contributors (unbinded) and users to review and vote on this incubator
release.

*  The tag to be voted upon:0.20.2-incubating-rc1
(1dbf1ce1860725827004c7047bf714b87c9df6d7)
The full list of changes and release notes are available
at:
https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1


Files can be found in dist.apache.org
Source:
https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/

SHA-512
checksums:

30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
 incubator-heron-0.20.2-incubating-rc1.tar.gz


Please download the source package, and follow the compiling guide
https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
 to
setup the environment, build and run locally.

Note that currently Bazel 0.26.0 is required to build this version.  After
Bazel is set up and works correctly, you can use these release check scripts
https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
to
verify the build.  The vote will be open for at least 72 hours or until the
necessary number of votes are reached.

Please vote accordingly:
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

Thank you,

The Apache Heron (Incubating) Team

Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Josh Fischer <jo...@joshfischer.io>.
Ah yes.  The joys of working with cutting edge technology.

On Fri, Nov 8, 2019 at 1:22 PM Ning Wang <wa...@gmail.com> wrote:

> Thanks!
>
> Yeah. The MacOS environment relies on XCode tool chain which seems to have
> some changes in the latest version. :(
>
>
>
> On Fri, Nov 8, 2019 at 10:39 AM Dave Fisher <wa...@apache.org> wrote:
>
> > +1 (binding)
> >
> > Incubating in name
> > Signature and checksum are correct
> > Rat Check passes
> > LICENSE present
> > NOTICE present - only the last year of a copyright actually applies, but
> a
> > range is ok
> > DISCLAIMER present
> >
> > Could not build on Catalina 10.15.1 with Xcode 11.2 - Bazel_configure.py
> > fails.
> >
> > Code is :
> > # on mac, /usr/bin/cpp --version returns this:
> >   #   Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
> >   mac_line = re.search('^(Apple LLVM version\s+[\d\.]+)\s+\(clang.*',
> > first_line)
> >   if mac_line:
> >     version = get_trailing_version(mac_line.group(1))
> >     if version:
> >       return version
> >
> > But error message is:
> > FAILED:  Could not determine the version of /usr/bin/clang from the
> > following output
> > /usr/bin/clang --version
> > Apple clang version 11.0.0 (clang-1100.0.33.12)
> > Target: x86_64-apple-darwin19.0.0
> > Thread model: posix
> > InstalledDir: /Library/Developer/CommandLineTools/usr/bin
> >
> > Regards,
> > Dave
> > > On Nov 6, 2019, at 10:15 AM, Josh Fischer <jo...@joshfischer.io> wrote:
> > >
> > > Hello Heron Community,
> > >
> > > This is a call for a vote to the 1st release candidate for Apache
> Heron,
> > > version v0.20.2-incubating. We request project mentors (binded) as well
> > as
> > > all contributors (unbinded) and users to review and vote on this
> > incubator
> > > release.
> > >
> > > *  The tag to be voted upon:0.20.2-incubating-rc1
> > > (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> > > The full list of changes and release notes are available
> > > at:
> > >
> >
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
> > >
> > >
> > > Files can be found in dist.apache.org
> > > Source:
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
> > >
> > > SHA-512
> > > checksums:
> > >
> > >
> >
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
> > > incubator-heron-0.20.2-incubating-rc1.tar.gz
> > >
> > >
> > > Please download the source package, and follow the compiling guide
> > >
> >
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> > > to
> > > setup the environment, build and run locally.
> > >
> > > Note that currently Bazel 0.26.0 is required to build this version.
> > After
> > > Bazel is set up and works correctly, you can use these release check
> > scripts
> > >
> >
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> > > to
> > > verify the build.  The vote will be open for at least 72 hours or until
> > the
> > > necessary number of votes are reached.
> > >
> > > Please vote accordingly:
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thank you,
> > >
> > > The Apache Heron (Incubating) Team
> >
> >
>

Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Ning Wang <wa...@gmail.com>.
Thanks!

Yeah. The MacOS environment relies on XCode tool chain which seems to have
some changes in the latest version. :(



On Fri, Nov 8, 2019 at 10:39 AM Dave Fisher <wa...@apache.org> wrote:

> +1 (binding)
>
> Incubating in name
> Signature and checksum are correct
> Rat Check passes
> LICENSE present
> NOTICE present - only the last year of a copyright actually applies, but a
> range is ok
> DISCLAIMER present
>
> Could not build on Catalina 10.15.1 with Xcode 11.2 - Bazel_configure.py
> fails.
>
> Code is :
> # on mac, /usr/bin/cpp --version returns this:
>   #   Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
>   mac_line = re.search('^(Apple LLVM version\s+[\d\.]+)\s+\(clang.*',
> first_line)
>   if mac_line:
>     version = get_trailing_version(mac_line.group(1))
>     if version:
>       return version
>
> But error message is:
> FAILED:  Could not determine the version of /usr/bin/clang from the
> following output
> /usr/bin/clang --version
> Apple clang version 11.0.0 (clang-1100.0.33.12)
> Target: x86_64-apple-darwin19.0.0
> Thread model: posix
> InstalledDir: /Library/Developer/CommandLineTools/usr/bin
>
> Regards,
> Dave
> > On Nov 6, 2019, at 10:15 AM, Josh Fischer <jo...@joshfischer.io> wrote:
> >
> > Hello Heron Community,
> >
> > This is a call for a vote to the 1st release candidate for Apache Heron,
> > version v0.20.2-incubating. We request project mentors (binded) as well
> as
> > all contributors (unbinded) and users to review and vote on this
> incubator
> > release.
> >
> > *  The tag to be voted upon:0.20.2-incubating-rc1
> > (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> > The full list of changes and release notes are available
> > at:
> >
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
> >
> >
> > Files can be found in dist.apache.org
> > Source:
> >
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
> >
> > SHA-512
> > checksums:
> >
> >
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
> > incubator-heron-0.20.2-incubating-rc1.tar.gz
> >
> >
> > Please download the source package, and follow the compiling guide
> >
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> > to
> > setup the environment, build and run locally.
> >
> > Note that currently Bazel 0.26.0 is required to build this version.
> After
> > Bazel is set up and works correctly, you can use these release check
> scripts
> >
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> > to
> > verify the build.  The vote will be open for at least 72 hours or until
> the
> > necessary number of votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thank you,
> >
> > The Apache Heron (Incubating) Team
>
>

Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Ning Wang <wa...@gmail.com>.
Thanks!

Maybe be a late +1 but the following commands worked for me (license check
is done on Mac OS and the other two were done on ubuntu container).
License check:
sh ./scripts/release_check/license_check.sh
~/Downloads/apache-rat-0.12/apache-rat-0.12.jar
Compile:
sh scripts/release_check/build.sh
Run a test topology:
 sh scripts/release_check/run_test_topology.sh





On Sun, Nov 10, 2019 at 6:26 AM Josh Fischer <jo...@joshfischer.io> wrote:

> Good Morning Heron Community,
>
> Voting for the Apache Heron (Incubating) 0.20.2-incubating release
> candidate 1 has exceeded 72 hours on dev@.
>
> The votes have been counted and the results are as follows:
> [ 7 ] +1 Votes
> - Dave Fisher (binding)
> - Xiayao Qian (non-binding)
> - SiMing Weng (non-binding)
> - Jim Mantheiy (non-binding)
> - Huijun Wu (non-binding)
> - Dmitry Rusakov (non-binding)
> - Karthik Ramasamy (non-binding)
>
>
> [ 0 ] +/- Binded Votes
> [ 0 ] -1 Binded Votes.
>
> There were no disapproving votes or votes with no opinion.  I'll be moving
> the vote to general@.
>
> - Josh
>
> On Fri, Nov 8, 2019 at 12:39 PM Dave Fisher <wa...@apache.org> wrote:
>
> > +1 (binding)
> >
> > Incubating in name
> > Signature and checksum are correct
> > Rat Check passes
> > LICENSE present
> > NOTICE present - only the last year of a copyright actually applies, but
> a
> > range is ok
> > DISCLAIMER present
> >
> > Could not build on Catalina 10.15.1 with Xcode 11.2 - Bazel_configure.py
> > fails.
> >
> > Code is :
> > # on mac, /usr/bin/cpp --version returns this:
> >   #   Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
> >   mac_line = re.search('^(Apple LLVM version\s+[\d\.]+)\s+\(clang.*',
> > first_line)
> >   if mac_line:
> >     version = get_trailing_version(mac_line.group(1))
> >     if version:
> >       return version
> >
> > But error message is:
> > FAILED:  Could not determine the version of /usr/bin/clang from the
> > following output
> > /usr/bin/clang --version
> > Apple clang version 11.0.0 (clang-1100.0.33.12)
> > Target: x86_64-apple-darwin19.0.0
> > Thread model: posix
> > InstalledDir: /Library/Developer/CommandLineTools/usr/bin
> >
> > Regards,
> > Dave
> > > On Nov 6, 2019, at 10:15 AM, Josh Fischer <jo...@joshfischer.io> wrote:
> > >
> > > Hello Heron Community,
> > >
> > > This is a call for a vote to the 1st release candidate for Apache
> Heron,
> > > version v0.20.2-incubating. We request project mentors (binded) as well
> > as
> > > all contributors (unbinded) and users to review and vote on this
> > incubator
> > > release.
> > >
> > > *  The tag to be voted upon:0.20.2-incubating-rc1
> > > (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> > > The full list of changes and release notes are available
> > > at:
> > >
> >
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
> > >
> > >
> > > Files can be found in dist.apache.org
> > > Source:
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
> > >
> > > SHA-512
> > > checksums:
> > >
> > >
> >
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
> > > incubator-heron-0.20.2-incubating-rc1.tar.gz
> > >
> > >
> > > Please download the source package, and follow the compiling guide
> > >
> >
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> > > to
> > > setup the environment, build and run locally.
> > >
> > > Note that currently Bazel 0.26.0 is required to build this version.
> > After
> > > Bazel is set up and works correctly, you can use these release check
> > scripts
> > >
> >
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> > > to
> > > verify the build.  The vote will be open for at least 72 hours or until
> > the
> > > necessary number of votes are reached.
> > >
> > > Please vote accordingly:
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove with the reason
> > >
> > > Thank you,
> > >
> > > The Apache Heron (Incubating) Team
> >
> >
>

Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Josh Fischer <jo...@joshfischer.io>.
Good Morning Heron Community,

Voting for the Apache Heron (Incubating) 0.20.2-incubating release
candidate 1 has exceeded 72 hours on dev@.

The votes have been counted and the results are as follows:
[ 7 ] +1 Votes
- Dave Fisher (binding)
- Xiayao Qian (non-binding)
- SiMing Weng (non-binding)
- Jim Mantheiy (non-binding)
- Huijun Wu (non-binding)
- Dmitry Rusakov (non-binding)
- Karthik Ramasamy (non-binding)


[ 0 ] +/- Binded Votes
[ 0 ] -1 Binded Votes.

There were no disapproving votes or votes with no opinion.  I'll be moving
the vote to general@.

- Josh

On Fri, Nov 8, 2019 at 12:39 PM Dave Fisher <wa...@apache.org> wrote:

> +1 (binding)
>
> Incubating in name
> Signature and checksum are correct
> Rat Check passes
> LICENSE present
> NOTICE present - only the last year of a copyright actually applies, but a
> range is ok
> DISCLAIMER present
>
> Could not build on Catalina 10.15.1 with Xcode 11.2 - Bazel_configure.py
> fails.
>
> Code is :
> # on mac, /usr/bin/cpp --version returns this:
>   #   Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
>   mac_line = re.search('^(Apple LLVM version\s+[\d\.]+)\s+\(clang.*',
> first_line)
>   if mac_line:
>     version = get_trailing_version(mac_line.group(1))
>     if version:
>       return version
>
> But error message is:
> FAILED:  Could not determine the version of /usr/bin/clang from the
> following output
> /usr/bin/clang --version
> Apple clang version 11.0.0 (clang-1100.0.33.12)
> Target: x86_64-apple-darwin19.0.0
> Thread model: posix
> InstalledDir: /Library/Developer/CommandLineTools/usr/bin
>
> Regards,
> Dave
> > On Nov 6, 2019, at 10:15 AM, Josh Fischer <jo...@joshfischer.io> wrote:
> >
> > Hello Heron Community,
> >
> > This is a call for a vote to the 1st release candidate for Apache Heron,
> > version v0.20.2-incubating. We request project mentors (binded) as well
> as
> > all contributors (unbinded) and users to review and vote on this
> incubator
> > release.
> >
> > *  The tag to be voted upon:0.20.2-incubating-rc1
> > (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> > The full list of changes and release notes are available
> > at:
> >
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
> >
> >
> > Files can be found in dist.apache.org
> > Source:
> >
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
> >
> > SHA-512
> > checksums:
> >
> >
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
> > incubator-heron-0.20.2-incubating-rc1.tar.gz
> >
> >
> > Please download the source package, and follow the compiling guide
> >
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> > to
> > setup the environment, build and run locally.
> >
> > Note that currently Bazel 0.26.0 is required to build this version.
> After
> > Bazel is set up and works correctly, you can use these release check
> scripts
> >
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> > to
> > verify the build.  The vote will be open for at least 72 hours or until
> the
> > necessary number of votes are reached.
> >
> > Please vote accordingly:
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thank you,
> >
> > The Apache Heron (Incubating) Team
>
>

Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Dave Fisher <wa...@apache.org>.
+1 (binding)

Incubating in name
Signature and checksum are correct
Rat Check passes
LICENSE present
NOTICE present - only the last year of a copyright actually applies, but a range is ok
DISCLAIMER present

Could not build on Catalina 10.15.1 with Xcode 11.2 - Bazel_configure.py fails.

Code is :
# on mac, /usr/bin/cpp --version returns this:
  #   Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
  mac_line = re.search('^(Apple LLVM version\s+[\d\.]+)\s+\(clang.*', first_line)
  if mac_line:
    version = get_trailing_version(mac_line.group(1))
    if version:
      return version

But error message is:
FAILED:  Could not determine the version of /usr/bin/clang from the following output
/usr/bin/clang --version
Apple clang version 11.0.0 (clang-1100.0.33.12)
Target: x86_64-apple-darwin19.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

Regards,
Dave
> On Nov 6, 2019, at 10:15 AM, Josh Fischer <jo...@joshfischer.io> wrote:
> 
> Hello Heron Community,
> 
> This is a call for a vote to the 1st release candidate for Apache Heron,
> version v0.20.2-incubating. We request project mentors (binded) as well as
> all contributors (unbinded) and users to review and vote on this incubator
> release.
> 
> *  The tag to be voted upon:0.20.2-incubating-rc1
> (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> The full list of changes and release notes are available
> at:
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
> 
> 
> Files can be found in dist.apache.org
> Source:
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
> 
> SHA-512
> checksums:
> 
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
> incubator-heron-0.20.2-incubating-rc1.tar.gz
> 
> 
> Please download the source package, and follow the compiling guide
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> to
> setup the environment, build and run locally.
> 
> Note that currently Bazel 0.26.0 is required to build this version.  After
> Bazel is set up and works correctly, you can use these release check scripts
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> to
> verify the build.  The vote will be open for at least 72 hours or until the
> necessary number of votes are reached.
> 
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> Thank you,
> 
> The Apache Heron (Incubating) Team


Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Dmitry Rusakov <dr...@twitter.com.INVALID>.
+1

On Wed, Nov 6, 2019 at 1:56 PM FatJ Love <hu...@gmail.com> wrote:

> +1
>
> On Wed, Nov 6, 2019 at 12:21 PM Jim Mantheiy <jm...@gmail.com> wrote:
>
> > +1
> >
> > On Wed, Nov 6, 2019 at 3:20 PM SiMing Weng <si...@gmail.com>
> wrote:
> >
> > > +1
> > >
> > > > On Nov 6, 2019, at 3:19 PM, Xiaoyao Qian <qi...@illinois.edu>
> wrote:
> > > >
> > > > +1
> > > >
> > > > On Wed, Nov 6, 2019 at 10:15 Josh Fischer <jo...@joshfischer.io>
> wrote:
> > > >
> > > >> Hello Heron Community,
> > > >>
> > > >> This is a call for a vote to the 1st release candidate for Apache
> > Heron,
> > > >> version v0.20.2-incubating. We request project mentors (binded) as
> > well
> > > as
> > > >> all contributors (unbinded) and users to review and vote on this
> > > incubator
> > > >> release.
> > > >>
> > > >> *  The tag to be voted upon:0.20.2-incubating-rc1
> > > >> (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> > > >> The full list of changes and release notes are available
> > > >> at:
> > > >>
> > > >>
> > >
> >
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
> > > >>
> > > >>
> > > >> Files can be found in dist.apache.org
> > > >> Source:
> > > >>
> > > >>
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
> > > >>
> > > >> SHA-512
> > > >> checksums:
> > > >>
> > > >>
> > > >>
> > >
> >
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
> > > >> incubator-heron-0.20.2-incubating-rc1.tar.gz
> > > >>
> > > >>
> > > >> Please download the source package, and follow the compiling guide
> > > >>
> > > >>
> > >
> >
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> > > >> to
> > > >> setup the environment, build and run locally.
> > > >>
> > > >> Note that currently Bazel 0.26.0 is required to build this version.
> > > After
> > > >> Bazel is set up and works correctly, you can use these release check
> > > >> scripts
> > > >>
> > > >>
> > >
> >
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> > > >> to
> > > >> verify the build.  The vote will be open for at least 72 hours or
> > until
> > > the
> > > >> necessary number of votes are reached.
> > > >>
> > > >> Please vote accordingly:
> > > >> [ ] +1 approve
> > > >> [ ] +0 no opinion
> > > >> [ ] -1 disapprove with the reason
> > > >>
> > > >> Thank you,
> > > >>
> > > >> The Apache Heron (Incubating) Team
> > > >>
> > > > --
> > > > Xiaoyao Qian
> > > > University of Illinois-Urbana-Champaign
> > > > MS Computer Science
> > > > Email: qian13@illinois.edu
> > > > Tel: (217)-898-7641
> > >
> > >
> >
> > --
> > -Jim
> >
> > Jim Mantheiy, Jr.
> >
> > Software Engineer
> > Phone:  443-292-2476
> > ICACDataSystem.com
> >
>


-- 
Dmitry Rusakov,
Senior Software Engineer,
Twitter RTC team

Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by FatJ Love <hu...@gmail.com>.
+1

On Wed, Nov 6, 2019 at 12:21 PM Jim Mantheiy <jm...@gmail.com> wrote:

> +1
>
> On Wed, Nov 6, 2019 at 3:20 PM SiMing Weng <si...@gmail.com> wrote:
>
> > +1
> >
> > > On Nov 6, 2019, at 3:19 PM, Xiaoyao Qian <qi...@illinois.edu> wrote:
> > >
> > > +1
> > >
> > > On Wed, Nov 6, 2019 at 10:15 Josh Fischer <jo...@joshfischer.io> wrote:
> > >
> > >> Hello Heron Community,
> > >>
> > >> This is a call for a vote to the 1st release candidate for Apache
> Heron,
> > >> version v0.20.2-incubating. We request project mentors (binded) as
> well
> > as
> > >> all contributors (unbinded) and users to review and vote on this
> > incubator
> > >> release.
> > >>
> > >> *  The tag to be voted upon:0.20.2-incubating-rc1
> > >> (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> > >> The full list of changes and release notes are available
> > >> at:
> > >>
> > >>
> >
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
> > >>
> > >>
> > >> Files can be found in dist.apache.org
> > >> Source:
> > >>
> > >>
> >
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
> > >>
> > >> SHA-512
> > >> checksums:
> > >>
> > >>
> > >>
> >
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
> > >> incubator-heron-0.20.2-incubating-rc1.tar.gz
> > >>
> > >>
> > >> Please download the source package, and follow the compiling guide
> > >>
> > >>
> >
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> > >> to
> > >> setup the environment, build and run locally.
> > >>
> > >> Note that currently Bazel 0.26.0 is required to build this version.
> > After
> > >> Bazel is set up and works correctly, you can use these release check
> > >> scripts
> > >>
> > >>
> >
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> > >> to
> > >> verify the build.  The vote will be open for at least 72 hours or
> until
> > the
> > >> necessary number of votes are reached.
> > >>
> > >> Please vote accordingly:
> > >> [ ] +1 approve
> > >> [ ] +0 no opinion
> > >> [ ] -1 disapprove with the reason
> > >>
> > >> Thank you,
> > >>
> > >> The Apache Heron (Incubating) Team
> > >>
> > > --
> > > Xiaoyao Qian
> > > University of Illinois-Urbana-Champaign
> > > MS Computer Science
> > > Email: qian13@illinois.edu
> > > Tel: (217)-898-7641
> >
> >
>
> --
> -Jim
>
> Jim Mantheiy, Jr.
>
> Software Engineer
> Phone:  443-292-2476
> ICACDataSystem.com
>

Re: [EXTERNAL] Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Karthikeyan Ramasamy <kr...@splunk.com.INVALID>.
+1

On 11/6/19, 12:21 PM, "Jim Mantheiy" <jm...@gmail.com> wrote:

    +1
    
    On Wed, Nov 6, 2019 at 3:20 PM SiMing Weng <si...@gmail.com> wrote:
    
    > +1
    >
    > > On Nov 6, 2019, at 3:19 PM, Xiaoyao Qian <qi...@illinois.edu> wrote:
    > >
    > > +1
    > >
    > > On Wed, Nov 6, 2019 at 10:15 Josh Fischer <jo...@joshfischer.io> wrote:
    > >
    > >> Hello Heron Community,
    > >>
    > >> This is a call for a vote to the 1st release candidate for Apache Heron,
    > >> version v0.20.2-incubating. We request project mentors (binded) as well
    > as
    > >> all contributors (unbinded) and users to review and vote on this
    > incubator
    > >> release.
    > >>
    > >> *  The tag to be voted upon:0.20.2-incubating-rc1
    > >> (1dbf1ce1860725827004c7047bf714b87c9df6d7)
    > >> The full list of changes and release notes are available
    > >> at:
    > >>
    > >>
    > https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
    > >>
    > >>
    > >> Files can be found in dist.apache.org
    > >> Source:
    > >>
    > >>
    > https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
    > >>
    > >> SHA-512
    > >> checksums:
    > >>
    > >>
    > >>
    > 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
    > >> incubator-heron-0.20.2-incubating-rc1.tar.gz
    > >>
    > >>
    > >> Please download the source package, and follow the compiling guide
    > >>
    > >>
    > https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
    > >> to
    > >> setup the environment, build and run locally.
    > >>
    > >> Note that currently Bazel 0.26.0 is required to build this version.
    > After
    > >> Bazel is set up and works correctly, you can use these release check
    > >> scripts
    > >>
    > >>
    > https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
    > >> to
    > >> verify the build.  The vote will be open for at least 72 hours or until
    > the
    > >> necessary number of votes are reached.
    > >>
    > >> Please vote accordingly:
    > >> [ ] +1 approve
    > >> [ ] +0 no opinion
    > >> [ ] -1 disapprove with the reason
    > >>
    > >> Thank you,
    > >>
    > >> The Apache Heron (Incubating) Team
    > >>
    > > --
    > > Xiaoyao Qian
    > > University of Illinois-Urbana-Champaign
    > > MS Computer Science
    > > Email: qian13@illinois.edu
    > > Tel: (217)-898-7641
    >
    >
    
    -- 
    -Jim
    
    Jim Mantheiy, Jr.
    
    Software Engineer
    Phone:  443-292-2476
    ICACDataSystem.com
    


Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Jim Mantheiy <jm...@gmail.com>.
+1

On Wed, Nov 6, 2019 at 3:20 PM SiMing Weng <si...@gmail.com> wrote:

> +1
>
> > On Nov 6, 2019, at 3:19 PM, Xiaoyao Qian <qi...@illinois.edu> wrote:
> >
> > +1
> >
> > On Wed, Nov 6, 2019 at 10:15 Josh Fischer <jo...@joshfischer.io> wrote:
> >
> >> Hello Heron Community,
> >>
> >> This is a call for a vote to the 1st release candidate for Apache Heron,
> >> version v0.20.2-incubating. We request project mentors (binded) as well
> as
> >> all contributors (unbinded) and users to review and vote on this
> incubator
> >> release.
> >>
> >> *  The tag to be voted upon:0.20.2-incubating-rc1
> >> (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> >> The full list of changes and release notes are available
> >> at:
> >>
> >>
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
> >>
> >>
> >> Files can be found in dist.apache.org
> >> Source:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
> >>
> >> SHA-512
> >> checksums:
> >>
> >>
> >>
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
> >> incubator-heron-0.20.2-incubating-rc1.tar.gz
> >>
> >>
> >> Please download the source package, and follow the compiling guide
> >>
> >>
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> >> to
> >> setup the environment, build and run locally.
> >>
> >> Note that currently Bazel 0.26.0 is required to build this version.
> After
> >> Bazel is set up and works correctly, you can use these release check
> >> scripts
> >>
> >>
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> >> to
> >> verify the build.  The vote will be open for at least 72 hours or until
> the
> >> necessary number of votes are reached.
> >>
> >> Please vote accordingly:
> >> [ ] +1 approve
> >> [ ] +0 no opinion
> >> [ ] -1 disapprove with the reason
> >>
> >> Thank you,
> >>
> >> The Apache Heron (Incubating) Team
> >>
> > --
> > Xiaoyao Qian
> > University of Illinois-Urbana-Champaign
> > MS Computer Science
> > Email: qian13@illinois.edu
> > Tel: (217)-898-7641
>
>

-- 
-Jim

Jim Mantheiy, Jr.

Software Engineer
Phone:  443-292-2476
ICACDataSystem.com

Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by SiMing Weng <si...@gmail.com>.
+1

> On Nov 6, 2019, at 3:19 PM, Xiaoyao Qian <qi...@illinois.edu> wrote:
> 
> +1
> 
> On Wed, Nov 6, 2019 at 10:15 Josh Fischer <jo...@joshfischer.io> wrote:
> 
>> Hello Heron Community,
>> 
>> This is a call for a vote to the 1st release candidate for Apache Heron,
>> version v0.20.2-incubating. We request project mentors (binded) as well as
>> all contributors (unbinded) and users to review and vote on this incubator
>> release.
>> 
>> *  The tag to be voted upon:0.20.2-incubating-rc1
>> (1dbf1ce1860725827004c7047bf714b87c9df6d7)
>> The full list of changes and release notes are available
>> at:
>> 
>> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
>> 
>> 
>> Files can be found in dist.apache.org
>> Source:
>> 
>> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
>> 
>> SHA-512
>> checksums:
>> 
>> 
>> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
>> incubator-heron-0.20.2-incubating-rc1.tar.gz
>> 
>> 
>> Please download the source package, and follow the compiling guide
>> 
>> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
>> to
>> setup the environment, build and run locally.
>> 
>> Note that currently Bazel 0.26.0 is required to build this version.  After
>> Bazel is set up and works correctly, you can use these release check
>> scripts
>> 
>> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
>> to
>> verify the build.  The vote will be open for at least 72 hours or until the
>> necessary number of votes are reached.
>> 
>> Please vote accordingly:
>> [ ] +1 approve
>> [ ] +0 no opinion
>> [ ] -1 disapprove with the reason
>> 
>> Thank you,
>> 
>> The Apache Heron (Incubating) Team
>> 
> -- 
> Xiaoyao Qian
> University of Illinois-Urbana-Champaign
> MS Computer Science
> Email: qian13@illinois.edu
> Tel: (217)-898-7641


Re: [VOTE] Heron Release 0.20.2-incubating Release Candidate 1

Posted by Xiaoyao Qian <qi...@illinois.edu>.
+1

On Wed, Nov 6, 2019 at 10:15 Josh Fischer <jo...@joshfischer.io> wrote:

> Hello Heron Community,
>
> This is a call for a vote to the 1st release candidate for Apache Heron,
> version v0.20.2-incubating. We request project mentors (binded) as well as
> all contributors (unbinded) and users to review and vote on this incubator
> release.
>
> *  The tag to be voted upon:0.20.2-incubating-rc1
> (1dbf1ce1860725827004c7047bf714b87c9df6d7)
> The full list of changes and release notes are available
> at:
>
> https://github.com/apache/incubator-heron/releases/tag/0.20.2-incubating-rc1
>
>
> Files can be found in dist.apache.org
> Source:
>
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.2-incubating-candidate-1/
>
> SHA-512
> checksums:
>
>
> 30d1e5e20bfadb448607678d8d754ed95fb5960caa45744a161da62f34ceaa812ded7ed0052cd2663a58f841f94de01344709809f711e7afedc4b00cd9ffd865
>  incubator-heron-0.20.2-incubating-rc1.tar.gz
>
>
> Please download the source package, and follow the compiling guide
>
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
>  to
> setup the environment, build and run locally.
>
> Note that currently Bazel 0.26.0 is required to build this version.  After
> Bazel is set up and works correctly, you can use these release check
> scripts
>
> https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks
> to
> verify the build.  The vote will be open for at least 72 hours or until the
> necessary number of votes are reached.
>
> Please vote accordingly:
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> Thank you,
>
> The Apache Heron (Incubating) Team
>
-- 
Xiaoyao Qian
University of Illinois-Urbana-Champaign
MS Computer Science
Email: qian13@illinois.edu
Tel: (217)-898-7641