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

2019-11-14 Thread Ning Wang
Yeah. Thanks.

On Thu, Nov 14, 2019 at 9:41 AM Dave Fisher  wrote:

> Hi -
>
> I failed on Catalina as well. It was in bazel_configure.py due to Xcode
> now identifies as:
>
> 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
>
> bazel_configure.py needs to be updated for Heron’s next release.
>
> Regards,
> Dave
>
> > On Nov 14, 2019, at 9:32 AM, Furkan KAMACI 
> wrote:
> >
> > Hi,
> >
> > Babel info is as follows:
> >
> > brew info bazel
> > bazel: stable 1.1.0 (bottled)
> > Google's own build tool
> > https://bazel.build/
> > /usr/local/Cellar/bazel/1.1.0 (11 files, 25.8MB) *
> >  Poured from bottle on 2019-11-14 at 18:07:21
> > From:
> https://github.com/Homebrew/homebrew-core/blob/master/Formula/bazel.rb
> > ==> Dependencies
> > Build: python ✘
> > ==> Requirements
> > Required: java = 1.8 ✔, macOS >= 10.10 ✔
> > ==> Caveats
> > Bash completion has been installed to:
> >  /usr/local/etc/bash_completion.d
> >
> > zsh completions have been installed to:
> >  /usr/local/share/zsh/site-functions
> > ==> Analytics
> > install: 5,884 (30 days), 16,836 (90 days), 74,584 (365 days)
> > install_on_request: 5,490 (30 days), 15,659 (90 days), 68,636 (365 days)
> > build_error: 0 (30 days)
> >
> > Kind Regards,
> > Furkan KAMACI
> >
> > On Thu, Nov 14, 2019 at 8:27 PM Josh Fischer 
> wrote:
> >
> >> Ning,
> >>
> >> The current Travis CI script runs with Bazel 0.26.0.
> >>
> >> On Thu, Nov 14, 2019 at 11:13 AM Ning Wang 
> wrote:
> >>
> >>> Which version of bazel you are using? Heron is using 0.26.1 current.
> >>>
> >>> Mac dev environment could be another possibility. XCode tool chain
> seems
> >> to
> >>> have some changes causing some rules to fail and maybe the new MacOS
> has
> >>> these changes by default. I have been using docker to build after
> >>> installing the latest XCode Definitely something we should look
> into.
> >>>
> >>> Thanks for the feedback!
> >>>
> >>> On Thu, Nov 14, 2019 at 7:19 AM Furkan KAMACI 
> >>> wrote:
> >>>
>  Hi,
> 
>  +1 from me.
> 
>  I checked:
>  - Incubating in name
>  - DISCLAIMER exists
>  - LICENSE and NOTICE are fine
>  - No unexpected binary files
>  - Checked PGP signatures
>  - Checked Checksums
> 
>  PS 1: Justin's objections should be resolved.
> 
>  PS 2: I couldn't compile the source code at my MacOSX Catalina
> >> following
>  this tutorial:
> 
> >> https://apache.github.io/incubator-heron/docs/developers/compiling/mac/
> .
> 
>  Could you explain it whether there are checkstyle errors or more?
> Error
> >>> is
>  below:
> 
>  ERROR:
> 
> 
> >>>
> >>
> /private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
>  Traceback (most recent call last):
>  File
> 
> 
> >>>
> >>
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
>  line 125
>  rule(<3 more arguments>)
>  File
> 
> 
> >>>
> >>
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
>  line 130, in rule
>  attr.label(cfg = "host", <3 more arguments>)
>  'single_file' is no longer supported. use allow_single_file instead.
> >> You
>  can use --incompatible_disable_deprecated_attr_params=false to
> >>> temporarily
>  disable this check.
>  ERROR:
> 
> 
> >>>
> >>
> /Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
>  error loading package '@com_google_protobuf//': Extension file
>  'protobuf.bzl' has errors and referenced by
>  '//tools/java/src/org/apache/bazel/checkstyle:util'
>  ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
>  aborted: error loading package '@com_google_protobuf//': Extension
> file
>  'protobuf.bzl' has errors
>  INFO: Elapsed time: 105.248s
>  INFO: 0 processes.
>  FAILED: Build did NOT complete successfully (142 packages loaded, 489
>  targets configured)
> 
>  Kind Regards,
>  Furkan KAMACI
> 
>  On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer 
> >>> wrote:
> 
> > Hi all,
> >
> > We have one binding vote so far.  Does anyone have the time to vote
> >> on
>  this
> > release?
> >
> > - Josh
> >
> > On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean <
> >>> jus...@classsoftware.com>
> > wrote:
> >
> >> Hi,
> >>
> >> +1 (binding)
> >>
> >> Thanks for fixing teh issues raised last time.
> >>
> >> I checked:
> >> - incubating in name
> >> - signatures and hashes are file
> >> - DISCLAIMER exists
> >> - 

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

2019-11-14 Thread Ning Wang
Yeah. We will fix it.

On Thu, Nov 14, 2019 at 9:41 AM Dave Fisher  wrote:

> Hi -
>
> I failed on Catalina as well. It was in bazel_configure.py due to Xcode
> now identifies as:
>
> 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
>
> bazel_configure.py needs to be updated for Heron’s next release.
>
> Regards,
> Dave
>
> > On Nov 14, 2019, at 9:32 AM, Furkan KAMACI 
> wrote:
> >
> > Hi,
> >
> > Babel info is as follows:
> >
> > brew info bazel
> > bazel: stable 1.1.0 (bottled)
> > Google's own build tool
> > https://bazel.build/
> > /usr/local/Cellar/bazel/1.1.0 (11 files, 25.8MB) *
> >  Poured from bottle on 2019-11-14 at 18:07:21
> > From:
> https://github.com/Homebrew/homebrew-core/blob/master/Formula/bazel.rb
> > ==> Dependencies
> > Build: python ✘
> > ==> Requirements
> > Required: java = 1.8 ✔, macOS >= 10.10 ✔
> > ==> Caveats
> > Bash completion has been installed to:
> >  /usr/local/etc/bash_completion.d
> >
> > zsh completions have been installed to:
> >  /usr/local/share/zsh/site-functions
> > ==> Analytics
> > install: 5,884 (30 days), 16,836 (90 days), 74,584 (365 days)
> > install_on_request: 5,490 (30 days), 15,659 (90 days), 68,636 (365 days)
> > build_error: 0 (30 days)
> >
> > Kind Regards,
> > Furkan KAMACI
> >
> > On Thu, Nov 14, 2019 at 8:27 PM Josh Fischer 
> wrote:
> >
> >> Ning,
> >>
> >> The current Travis CI script runs with Bazel 0.26.0.
> >>
> >> On Thu, Nov 14, 2019 at 11:13 AM Ning Wang 
> wrote:
> >>
> >>> Which version of bazel you are using? Heron is using 0.26.1 current.
> >>>
> >>> Mac dev environment could be another possibility. XCode tool chain
> seems
> >> to
> >>> have some changes causing some rules to fail and maybe the new MacOS
> has
> >>> these changes by default. I have been using docker to build after
> >>> installing the latest XCode Definitely something we should look
> into.
> >>>
> >>> Thanks for the feedback!
> >>>
> >>> On Thu, Nov 14, 2019 at 7:19 AM Furkan KAMACI 
> >>> wrote:
> >>>
>  Hi,
> 
>  +1 from me.
> 
>  I checked:
>  - Incubating in name
>  - DISCLAIMER exists
>  - LICENSE and NOTICE are fine
>  - No unexpected binary files
>  - Checked PGP signatures
>  - Checked Checksums
> 
>  PS 1: Justin's objections should be resolved.
> 
>  PS 2: I couldn't compile the source code at my MacOSX Catalina
> >> following
>  this tutorial:
> 
> >> https://apache.github.io/incubator-heron/docs/developers/compiling/mac/
> .
> 
>  Could you explain it whether there are checkstyle errors or more?
> Error
> >>> is
>  below:
> 
>  ERROR:
> 
> 
> >>>
> >>
> /private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
>  Traceback (most recent call last):
>  File
> 
> 
> >>>
> >>
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
>  line 125
>  rule(<3 more arguments>)
>  File
> 
> 
> >>>
> >>
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
>  line 130, in rule
>  attr.label(cfg = "host", <3 more arguments>)
>  'single_file' is no longer supported. use allow_single_file instead.
> >> You
>  can use --incompatible_disable_deprecated_attr_params=false to
> >>> temporarily
>  disable this check.
>  ERROR:
> 
> 
> >>>
> >>
> /Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
>  error loading package '@com_google_protobuf//': Extension file
>  'protobuf.bzl' has errors and referenced by
>  '//tools/java/src/org/apache/bazel/checkstyle:util'
>  ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
>  aborted: error loading package '@com_google_protobuf//': Extension
> file
>  'protobuf.bzl' has errors
>  INFO: Elapsed time: 105.248s
>  INFO: 0 processes.
>  FAILED: Build did NOT complete successfully (142 packages loaded, 489
>  targets configured)
> 
>  Kind Regards,
>  Furkan KAMACI
> 
>  On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer 
> >>> wrote:
> 
> > Hi all,
> >
> > We have one binding vote so far.  Does anyone have the time to vote
> >> on
>  this
> > release?
> >
> > - Josh
> >
> > On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean <
> >>> jus...@classsoftware.com>
> > wrote:
> >
> >> Hi,
> >>
> >> +1 (binding)
> >>
> >> Thanks for fixing teh issues raised last time.
> >>
> >> I checked:
> >> - incubating in name
> >> - signatures and hashes are file
> >> - DISCLAIMER exists
> >> 

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

2019-11-14 Thread Josh Fischer
Dave,
We will make a note of it.  Thank you for the vote as well.

- Josh

On Thu, Nov 14, 2019 at 11:41 AM Dave Fisher  wrote:

> Hi -
>
> I failed on Catalina as well. It was in bazel_configure.py due to Xcode
> now identifies as:
>
> 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
>
> bazel_configure.py needs to be updated for Heron’s next release.
>
> Regards,
> Dave
>
> > On Nov 14, 2019, at 9:32 AM, Furkan KAMACI 
> wrote:
> >
> > Hi,
> >
> > Babel info is as follows:
> >
> > brew info bazel
> > bazel: stable 1.1.0 (bottled)
> > Google's own build tool
> > https://bazel.build/
> > /usr/local/Cellar/bazel/1.1.0 (11 files, 25.8MB) *
> >  Poured from bottle on 2019-11-14 at 18:07:21
> > From:
> https://github.com/Homebrew/homebrew-core/blob/master/Formula/bazel.rb
> > ==> Dependencies
> > Build: python ✘
> > ==> Requirements
> > Required: java = 1.8 ✔, macOS >= 10.10 ✔
> > ==> Caveats
> > Bash completion has been installed to:
> >  /usr/local/etc/bash_completion.d
> >
> > zsh completions have been installed to:
> >  /usr/local/share/zsh/site-functions
> > ==> Analytics
> > install: 5,884 (30 days), 16,836 (90 days), 74,584 (365 days)
> > install_on_request: 5,490 (30 days), 15,659 (90 days), 68,636 (365 days)
> > build_error: 0 (30 days)
> >
> > Kind Regards,
> > Furkan KAMACI
> >
> > On Thu, Nov 14, 2019 at 8:27 PM Josh Fischer 
> wrote:
> >
> >> Ning,
> >>
> >> The current Travis CI script runs with Bazel 0.26.0.
> >>
> >> On Thu, Nov 14, 2019 at 11:13 AM Ning Wang 
> wrote:
> >>
> >>> Which version of bazel you are using? Heron is using 0.26.1 current.
> >>>
> >>> Mac dev environment could be another possibility. XCode tool chain
> seems
> >> to
> >>> have some changes causing some rules to fail and maybe the new MacOS
> has
> >>> these changes by default. I have been using docker to build after
> >>> installing the latest XCode Definitely something we should look
> into.
> >>>
> >>> Thanks for the feedback!
> >>>
> >>> On Thu, Nov 14, 2019 at 7:19 AM Furkan KAMACI 
> >>> wrote:
> >>>
>  Hi,
> 
>  +1 from me.
> 
>  I checked:
>  - Incubating in name
>  - DISCLAIMER exists
>  - LICENSE and NOTICE are fine
>  - No unexpected binary files
>  - Checked PGP signatures
>  - Checked Checksums
> 
>  PS 1: Justin's objections should be resolved.
> 
>  PS 2: I couldn't compile the source code at my MacOSX Catalina
> >> following
>  this tutorial:
> 
> >> https://apache.github.io/incubator-heron/docs/developers/compiling/mac/
> .
> 
>  Could you explain it whether there are checkstyle errors or more?
> Error
> >>> is
>  below:
> 
>  ERROR:
> 
> 
> >>>
> >>
> /private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
>  Traceback (most recent call last):
>  File
> 
> 
> >>>
> >>
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
>  line 125
>  rule(<3 more arguments>)
>  File
> 
> 
> >>>
> >>
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
>  line 130, in rule
>  attr.label(cfg = "host", <3 more arguments>)
>  'single_file' is no longer supported. use allow_single_file instead.
> >> You
>  can use --incompatible_disable_deprecated_attr_params=false to
> >>> temporarily
>  disable this check.
>  ERROR:
> 
> 
> >>>
> >>
> /Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
>  error loading package '@com_google_protobuf//': Extension file
>  'protobuf.bzl' has errors and referenced by
>  '//tools/java/src/org/apache/bazel/checkstyle:util'
>  ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
>  aborted: error loading package '@com_google_protobuf//': Extension
> file
>  'protobuf.bzl' has errors
>  INFO: Elapsed time: 105.248s
>  INFO: 0 processes.
>  FAILED: Build did NOT complete successfully (142 packages loaded, 489
>  targets configured)
> 
>  Kind Regards,
>  Furkan KAMACI
> 
>  On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer 
> >>> wrote:
> 
> > Hi all,
> >
> > We have one binding vote so far.  Does anyone have the time to vote
> >> on
>  this
> > release?
> >
> > - Josh
> >
> > On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean <
> >>> jus...@classsoftware.com>
> > wrote:
> >
> >> Hi,
> >>
> >> +1 (binding)
> >>
> >> Thanks for fixing teh issues raised last time.
> >>
> >> I checked:
> >> - incubating in name
> >> - signatures and 

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

2019-11-14 Thread Dave Fisher
Hi -

I failed on Catalina as well. It was in bazel_configure.py due to Xcode now 
identifies as:

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

bazel_configure.py needs to be updated for Heron’s next release.

Regards,
Dave

> On Nov 14, 2019, at 9:32 AM, Furkan KAMACI  wrote:
> 
> Hi,
> 
> Babel info is as follows:
> 
> brew info bazel
> bazel: stable 1.1.0 (bottled)
> Google's own build tool
> https://bazel.build/
> /usr/local/Cellar/bazel/1.1.0 (11 files, 25.8MB) *
>  Poured from bottle on 2019-11-14 at 18:07:21
> From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/bazel.rb
> ==> Dependencies
> Build: python ✘
> ==> Requirements
> Required: java = 1.8 ✔, macOS >= 10.10 ✔
> ==> Caveats
> Bash completion has been installed to:
>  /usr/local/etc/bash_completion.d
> 
> zsh completions have been installed to:
>  /usr/local/share/zsh/site-functions
> ==> Analytics
> install: 5,884 (30 days), 16,836 (90 days), 74,584 (365 days)
> install_on_request: 5,490 (30 days), 15,659 (90 days), 68,636 (365 days)
> build_error: 0 (30 days)
> 
> Kind Regards,
> Furkan KAMACI
> 
> On Thu, Nov 14, 2019 at 8:27 PM Josh Fischer  wrote:
> 
>> Ning,
>> 
>> The current Travis CI script runs with Bazel 0.26.0.
>> 
>> On Thu, Nov 14, 2019 at 11:13 AM Ning Wang  wrote:
>> 
>>> Which version of bazel you are using? Heron is using 0.26.1 current.
>>> 
>>> Mac dev environment could be another possibility. XCode tool chain seems
>> to
>>> have some changes causing some rules to fail and maybe the new MacOS has
>>> these changes by default. I have been using docker to build after
>>> installing the latest XCode Definitely something we should look into.
>>> 
>>> Thanks for the feedback!
>>> 
>>> On Thu, Nov 14, 2019 at 7:19 AM Furkan KAMACI 
>>> wrote:
>>> 
 Hi,
 
 +1 from me.
 
 I checked:
 - Incubating in name
 - DISCLAIMER exists
 - LICENSE and NOTICE are fine
 - No unexpected binary files
 - Checked PGP signatures
 - Checked Checksums
 
 PS 1: Justin's objections should be resolved.
 
 PS 2: I couldn't compile the source code at my MacOSX Catalina
>> following
 this tutorial:
 
>> https://apache.github.io/incubator-heron/docs/developers/compiling/mac/.
 
 Could you explain it whether there are checkstyle errors or more? Error
>>> is
 below:
 
 ERROR:
 
 
>>> 
>> /private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
 Traceback (most recent call last):
 File
 
 
>>> 
>> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
 line 125
 rule(<3 more arguments>)
 File
 
 
>>> 
>> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
 line 130, in rule
 attr.label(cfg = "host", <3 more arguments>)
 'single_file' is no longer supported. use allow_single_file instead.
>> You
 can use --incompatible_disable_deprecated_attr_params=false to
>>> temporarily
 disable this check.
 ERROR:
 
 
>>> 
>> /Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
 error loading package '@com_google_protobuf//': Extension file
 'protobuf.bzl' has errors and referenced by
 '//tools/java/src/org/apache/bazel/checkstyle:util'
 ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
 aborted: error loading package '@com_google_protobuf//': Extension file
 'protobuf.bzl' has errors
 INFO: Elapsed time: 105.248s
 INFO: 0 processes.
 FAILED: Build did NOT complete successfully (142 packages loaded, 489
 targets configured)
 
 Kind Regards,
 Furkan KAMACI
 
 On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer 
>>> wrote:
 
> Hi all,
> 
> We have one binding vote so far.  Does anyone have the time to vote
>> on
 this
> release?
> 
> - Josh
> 
> On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean <
>>> jus...@classsoftware.com>
> wrote:
> 
>> Hi,
>> 
>> +1 (binding)
>> 
>> Thanks for fixing teh issues raised last time.
>> 
>> I checked:
>> - incubating in name
>> - signatures and hashes are file
>> - DISCLAIMER exists
>> - LICENSE is OK. It would be god to see local links to the licenses
>>> as
>> URLs content may change or they may die over time.
>> - NOTICE is fine
>> - All source files have ASF headers where needed
>> - No unexpected binary files
>> - I didn’t try compiling
>> 
>> For LICENSE:
>> - JQuery is incorrectly listed as ALv2 it’s MIT licensed
>> - 

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

2019-11-14 Thread Josh Fischer
Thanks for sending Furkan.  Bazel has an aggressive release schedule with
breaking changes between versions.  Bazel recently jumped from ~.0.2x.x to
version 1.x that offers stability for up to 3 months at a time.  The
build rules specified for version 0.26.0 are not compatible with 1.1.0.  We
have  some work to catch up with the most recent Bazel version.  Thank you
for taking the time to vote.  I will make sure to clarify the build
instructions on the next release.

On Thu, Nov 14, 2019 at 11:32 AM Furkan KAMACI 
wrote:

> Hi,
>
> Babel info is as follows:
>
> brew info bazel
> bazel: stable 1.1.0 (bottled)
> Google's own build tool
> https://bazel.build/
> /usr/local/Cellar/bazel/1.1.0 (11 files, 25.8MB) *
>   Poured from bottle on 2019-11-14 at 18:07:21
> From:
> https://github.com/Homebrew/homebrew-core/blob/master/Formula/bazel.rb
> ==> Dependencies
> Build: python ✘
> ==> Requirements
> Required: java = 1.8 ✔, macOS >= 10.10 ✔
> ==> Caveats
> Bash completion has been installed to:
>   /usr/local/etc/bash_completion.d
>
> zsh completions have been installed to:
>   /usr/local/share/zsh/site-functions
> ==> Analytics
> install: 5,884 (30 days), 16,836 (90 days), 74,584 (365 days)
> install_on_request: 5,490 (30 days), 15,659 (90 days), 68,636 (365 days)
> build_error: 0 (30 days)
>
> Kind Regards,
> Furkan KAMACI
>
> On Thu, Nov 14, 2019 at 8:27 PM Josh Fischer  wrote:
>
> > Ning,
> >
> > The current Travis CI script runs with Bazel 0.26.0.
> >
> > On Thu, Nov 14, 2019 at 11:13 AM Ning Wang  wrote:
> >
> > > Which version of bazel you are using? Heron is using 0.26.1 current.
> > >
> > > Mac dev environment could be another possibility. XCode tool chain
> seems
> > to
> > > have some changes causing some rules to fail and maybe the new MacOS
> has
> > > these changes by default. I have been using docker to build after
> > > installing the latest XCode Definitely something we should look
> into.
> > >
> > > Thanks for the feedback!
> > >
> > > On Thu, Nov 14, 2019 at 7:19 AM Furkan KAMACI 
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > +1 from me.
> > > >
> > > > I checked:
> > > > - Incubating in name
> > > > - DISCLAIMER exists
> > > > - LICENSE and NOTICE are fine
> > > > - No unexpected binary files
> > > > - Checked PGP signatures
> > > > - Checked Checksums
> > > >
> > > > PS 1: Justin's objections should be resolved.
> > > >
> > > > PS 2: I couldn't compile the source code at my MacOSX Catalina
> > following
> > > > this tutorial:
> > > >
> > https://apache.github.io/incubator-heron/docs/developers/compiling/mac/.
> > > >
> > > > Could you explain it whether there are checkstyle errors or more?
> Error
> > > is
> > > > below:
> > > >
> > > > ERROR:
> > > >
> > > >
> > >
> >
> /private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
> > > > Traceback (most recent call last):
> > > > File
> > > >
> > > >
> > >
> >
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
> > > > line 125
> > > > rule(<3 more arguments>)
> > > > File
> > > >
> > > >
> > >
> >
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
> > > > line 130, in rule
> > > > attr.label(cfg = "host", <3 more arguments>)
> > > > 'single_file' is no longer supported. use allow_single_file instead.
> > You
> > > > can use --incompatible_disable_deprecated_attr_params=false to
> > > temporarily
> > > > disable this check.
> > > > ERROR:
> > > >
> > > >
> > >
> >
> /Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
> > > > error loading package '@com_google_protobuf//': Extension file
> > > > 'protobuf.bzl' has errors and referenced by
> > > > '//tools/java/src/org/apache/bazel/checkstyle:util'
> > > > ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
> > > > aborted: error loading package '@com_google_protobuf//': Extension
> file
> > > > 'protobuf.bzl' has errors
> > > > INFO: Elapsed time: 105.248s
> > > > INFO: 0 processes.
> > > > FAILED: Build did NOT complete successfully (142 packages loaded, 489
> > > > targets configured)
> > > >
> > > > Kind Regards,
> > > > Furkan KAMACI
> > > >
> > > > On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer 
> > > wrote:
> > > >
> > > > > Hi all,
> > > > >
> > > > > We have one binding vote so far.  Does anyone have the time to vote
> > on
> > > > this
> > > > > release?
> > > > >
> > > > > - Josh
> > > > >
> > > > > On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean <
> > > jus...@classsoftware.com>
> > > > > wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > Thanks for fixing teh issues raised last time.
> > > > > >
> > > > > > I checked:
> > > > > > - incubating in name
> > > > > > - signatures and hashes are file
> > > > > > - DISCLAIMER exists
> > > > > > - LICENSE is OK. It would be god to see local links to the

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

2019-11-14 Thread Furkan KAMACI
Hi,

Babel info is as follows:

brew info bazel
bazel: stable 1.1.0 (bottled)
Google's own build tool
https://bazel.build/
/usr/local/Cellar/bazel/1.1.0 (11 files, 25.8MB) *
  Poured from bottle on 2019-11-14 at 18:07:21
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/bazel.rb
==> Dependencies
Build: python ✘
==> Requirements
Required: java = 1.8 ✔, macOS >= 10.10 ✔
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completions have been installed to:
  /usr/local/share/zsh/site-functions
==> Analytics
install: 5,884 (30 days), 16,836 (90 days), 74,584 (365 days)
install_on_request: 5,490 (30 days), 15,659 (90 days), 68,636 (365 days)
build_error: 0 (30 days)

Kind Regards,
Furkan KAMACI

On Thu, Nov 14, 2019 at 8:27 PM Josh Fischer  wrote:

> Ning,
>
> The current Travis CI script runs with Bazel 0.26.0.
>
> On Thu, Nov 14, 2019 at 11:13 AM Ning Wang  wrote:
>
> > Which version of bazel you are using? Heron is using 0.26.1 current.
> >
> > Mac dev environment could be another possibility. XCode tool chain seems
> to
> > have some changes causing some rules to fail and maybe the new MacOS has
> > these changes by default. I have been using docker to build after
> > installing the latest XCode Definitely something we should look into.
> >
> > Thanks for the feedback!
> >
> > On Thu, Nov 14, 2019 at 7:19 AM Furkan KAMACI 
> > wrote:
> >
> > > Hi,
> > >
> > > +1 from me.
> > >
> > > I checked:
> > > - Incubating in name
> > > - DISCLAIMER exists
> > > - LICENSE and NOTICE are fine
> > > - No unexpected binary files
> > > - Checked PGP signatures
> > > - Checked Checksums
> > >
> > > PS 1: Justin's objections should be resolved.
> > >
> > > PS 2: I couldn't compile the source code at my MacOSX Catalina
> following
> > > this tutorial:
> > >
> https://apache.github.io/incubator-heron/docs/developers/compiling/mac/.
> > >
> > > Could you explain it whether there are checkstyle errors or more? Error
> > is
> > > below:
> > >
> > > ERROR:
> > >
> > >
> >
> /private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
> > > Traceback (most recent call last):
> > > File
> > >
> > >
> >
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
> > > line 125
> > > rule(<3 more arguments>)
> > > File
> > >
> > >
> >
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
> > > line 130, in rule
> > > attr.label(cfg = "host", <3 more arguments>)
> > > 'single_file' is no longer supported. use allow_single_file instead.
> You
> > > can use --incompatible_disable_deprecated_attr_params=false to
> > temporarily
> > > disable this check.
> > > ERROR:
> > >
> > >
> >
> /Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
> > > error loading package '@com_google_protobuf//': Extension file
> > > 'protobuf.bzl' has errors and referenced by
> > > '//tools/java/src/org/apache/bazel/checkstyle:util'
> > > ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
> > > aborted: error loading package '@com_google_protobuf//': Extension file
> > > 'protobuf.bzl' has errors
> > > INFO: Elapsed time: 105.248s
> > > INFO: 0 processes.
> > > FAILED: Build did NOT complete successfully (142 packages loaded, 489
> > > targets configured)
> > >
> > > Kind Regards,
> > > Furkan KAMACI
> > >
> > > On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer 
> > wrote:
> > >
> > > > Hi all,
> > > >
> > > > We have one binding vote so far.  Does anyone have the time to vote
> on
> > > this
> > > > release?
> > > >
> > > > - Josh
> > > >
> > > > On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean <
> > jus...@classsoftware.com>
> > > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > Thanks for fixing teh issues raised last time.
> > > > >
> > > > > I checked:
> > > > > - incubating in name
> > > > > - signatures and hashes are file
> > > > > - DISCLAIMER exists
> > > > > - LICENSE is OK. It would be god to see local links to the licenses
> > as
> > > > > URLs content may change or they may die over time.
> > > > > - NOTICE is fine
> > > > > - All source files have ASF headers where needed
> > > > > - No unexpected binary files
> > > > > - I didn’t try compiling
> > > > >
> > > > > For LICENSE:
> > > > > - JQuery is incorrectly listed as ALv2 it’s MIT licensed
> > > > > - JSXTransformer is also listed as ALv2 and is actually MIT
> licensed
> > > > >
> > > > > For all BSD and MIT you need to include the full text of the
> license.
> > > It
> > > > > seems you are missing some license(s) for file that don’t include
> the
> > > > > header and are missing from the licenses directory e.g.
> > > JSXTransformer. I
> > > > > did not check them all.
> > > > >
> > > > > Thanks,
> > > > > Justin
> > > > >
> 

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

2019-11-14 Thread Josh Fischer
Ning,

The current Travis CI script runs with Bazel 0.26.0.

On Thu, Nov 14, 2019 at 11:13 AM Ning Wang  wrote:

> Which version of bazel you are using? Heron is using 0.26.1 current.
>
> Mac dev environment could be another possibility. XCode tool chain seems to
> have some changes causing some rules to fail and maybe the new MacOS has
> these changes by default. I have been using docker to build after
> installing the latest XCode Definitely something we should look into.
>
> Thanks for the feedback!
>
> On Thu, Nov 14, 2019 at 7:19 AM Furkan KAMACI 
> wrote:
>
> > Hi,
> >
> > +1 from me.
> >
> > I checked:
> > - Incubating in name
> > - DISCLAIMER exists
> > - LICENSE and NOTICE are fine
> > - No unexpected binary files
> > - Checked PGP signatures
> > - Checked Checksums
> >
> > PS 1: Justin's objections should be resolved.
> >
> > PS 2: I couldn't compile the source code at my MacOSX Catalina following
> > this tutorial:
> > https://apache.github.io/incubator-heron/docs/developers/compiling/mac/.
> >
> > Could you explain it whether there are checkstyle errors or more? Error
> is
> > below:
> >
> > ERROR:
> >
> >
> /private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
> > Traceback (most recent call last):
> > File
> >
> >
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
> > line 125
> > rule(<3 more arguments>)
> > File
> >
> >
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
> > line 130, in rule
> > attr.label(cfg = "host", <3 more arguments>)
> > 'single_file' is no longer supported. use allow_single_file instead. You
> > can use --incompatible_disable_deprecated_attr_params=false to
> temporarily
> > disable this check.
> > ERROR:
> >
> >
> /Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
> > error loading package '@com_google_protobuf//': Extension file
> > 'protobuf.bzl' has errors and referenced by
> > '//tools/java/src/org/apache/bazel/checkstyle:util'
> > ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
> > aborted: error loading package '@com_google_protobuf//': Extension file
> > 'protobuf.bzl' has errors
> > INFO: Elapsed time: 105.248s
> > INFO: 0 processes.
> > FAILED: Build did NOT complete successfully (142 packages loaded, 489
> > targets configured)
> >
> > Kind Regards,
> > Furkan KAMACI
> >
> > On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer 
> wrote:
> >
> > > Hi all,
> > >
> > > We have one binding vote so far.  Does anyone have the time to vote on
> > this
> > > release?
> > >
> > > - Josh
> > >
> > > On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean <
> jus...@classsoftware.com>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > +1 (binding)
> > > >
> > > > Thanks for fixing teh issues raised last time.
> > > >
> > > > I checked:
> > > > - incubating in name
> > > > - signatures and hashes are file
> > > > - DISCLAIMER exists
> > > > - LICENSE is OK. It would be god to see local links to the licenses
> as
> > > > URLs content may change or they may die over time.
> > > > - NOTICE is fine
> > > > - All source files have ASF headers where needed
> > > > - No unexpected binary files
> > > > - I didn’t try compiling
> > > >
> > > > For LICENSE:
> > > > - JQuery is incorrectly listed as ALv2 it’s MIT licensed
> > > > - JSXTransformer is also listed as ALv2 and is actually MIT licensed
> > > >
> > > > For all BSD and MIT you need to include the full text of the license.
> > It
> > > > seems you are missing some license(s) for file that don’t include the
> > > > header and are missing from the licenses directory e.g.
> > JSXTransformer. I
> > > > did not check them all.
> > > >
> > > > Thanks,
> > > > Justin
> > > > -
> > > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > > For additional commands, e-mail: general-h...@incubator.apache.org
> > > >
> > > > --
> > > Sent from A Mobile Device
> > >
> >
>


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

2019-11-14 Thread Ning Wang
Which version of bazel you are using? Heron is using 0.26.1 current.

Mac dev environment could be another possibility. XCode tool chain seems to
have some changes causing some rules to fail and maybe the new MacOS has
these changes by default. I have been using docker to build after
installing the latest XCode Definitely something we should look into.

Thanks for the feedback!

On Thu, Nov 14, 2019 at 7:19 AM Furkan KAMACI 
wrote:

> Hi,
>
> +1 from me.
>
> I checked:
> - Incubating in name
> - DISCLAIMER exists
> - LICENSE and NOTICE are fine
> - No unexpected binary files
> - Checked PGP signatures
> - Checked Checksums
>
> PS 1: Justin's objections should be resolved.
>
> PS 2: I couldn't compile the source code at my MacOSX Catalina following
> this tutorial:
> https://apache.github.io/incubator-heron/docs/developers/compiling/mac/.
>
> Could you explain it whether there are checkstyle errors or more? Error is
> below:
>
> ERROR:
>
> /private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
> Traceback (most recent call last):
> File
>
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
> line 125
> rule(<3 more arguments>)
> File
>
> "/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
> line 130, in rule
> attr.label(cfg = "host", <3 more arguments>)
> 'single_file' is no longer supported. use allow_single_file instead. You
> can use --incompatible_disable_deprecated_attr_params=false to temporarily
> disable this check.
> ERROR:
>
> /Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
> error loading package '@com_google_protobuf//': Extension file
> 'protobuf.bzl' has errors and referenced by
> '//tools/java/src/org/apache/bazel/checkstyle:util'
> ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
> aborted: error loading package '@com_google_protobuf//': Extension file
> 'protobuf.bzl' has errors
> INFO: Elapsed time: 105.248s
> INFO: 0 processes.
> FAILED: Build did NOT complete successfully (142 packages loaded, 489
> targets configured)
>
> Kind Regards,
> Furkan KAMACI
>
> On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer  wrote:
>
> > Hi all,
> >
> > We have one binding vote so far.  Does anyone have the time to vote on
> this
> > release?
> >
> > - Josh
> >
> > On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean 
> > wrote:
> >
> > > Hi,
> > >
> > > +1 (binding)
> > >
> > > Thanks for fixing teh issues raised last time.
> > >
> > > I checked:
> > > - incubating in name
> > > - signatures and hashes are file
> > > - DISCLAIMER exists
> > > - LICENSE is OK. It would be god to see local links to the licenses as
> > > URLs content may change or they may die over time.
> > > - NOTICE is fine
> > > - All source files have ASF headers where needed
> > > - No unexpected binary files
> > > - I didn’t try compiling
> > >
> > > For LICENSE:
> > > - JQuery is incorrectly listed as ALv2 it’s MIT licensed
> > > - JSXTransformer is also listed as ALv2 and is actually MIT licensed
> > >
> > > For all BSD and MIT you need to include the full text of the license.
> It
> > > seems you are missing some license(s) for file that don’t include the
> > > header and are missing from the licenses directory e.g.
> JSXTransformer. I
> > > did not check them all.
> > >
> > > Thanks,
> > > Justin
> > > -
> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > For additional commands, e-mail: general-h...@incubator.apache.org
> > >
> > > --
> > Sent from A Mobile Device
> >
>


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

2019-11-14 Thread Dave Fisher
Hi -

Carrying over my +1 (binding) from the dev@heron thread.

Regards,
Dave

> On Nov 10, 2019, at 6:49 AM, Josh Fischer  wrote:
> 
> Hi,
> 
> The Apache Heron community has voted and approved the proposal to
> release Apache Heron (Incubating) version 0.20.2-rc1.  We request the
> IPMC members to review and vote on this incubator release.
> 
> The results of the Release Candidate 1 votes are below:
> 
> - Binded Approvals: 1
> 
>   * Dave Fisher
> 
> - Vote Thread
> 
> https://mail-archives.apache.org/mod_mbox/heron-dev/201911.mbox/%3CCAFkuAo2Am%2BEK7rg-W9bC9teTVvDcan%2B7P%3DaXHTp%3D%2B5s-2pkpeg%40mail.gmail.com%3E
> 
> - Vote Result Thread
> 
> https://mail-archives.apache.org/mod_mbox/heron-dev/201911.mbox/%3CCAFkuAo0UApkDrnTgX8owGNRbCerDAYfvLynM9Wqtpa5NpqMEaw%40mail.gmail.com%3E
> 
> 
> *  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


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



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

2019-11-14 Thread Furkan KAMACI
Hi,

+1 from me.

I checked:
- Incubating in name
- DISCLAIMER exists
- LICENSE and NOTICE are fine
- No unexpected binary files
- Checked PGP signatures
- Checked Checksums

PS 1: Justin's objections should be resolved.

PS 2: I couldn't compile the source code at my MacOSX Catalina following
this tutorial:
https://apache.github.io/incubator-heron/docs/developers/compiling/mac/.

Could you explain it whether there are checkstyle errors or more? Error is
below:

ERROR:
/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl:130:19:
Traceback (most recent call last):
File
"/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
line 125
rule(<3 more arguments>)
File
"/private/var/tmp/_bazel_kamaci/625cc18c0e4b9bd1bb57e5abdd5a955a/external/com_google_protobuf/protobuf.bzl",
line 130, in rule
attr.label(cfg = "host", <3 more arguments>)
'single_file' is no longer supported. use allow_single_file instead. You
can use --incompatible_disable_deprecated_attr_params=false to temporarily
disable this check.
ERROR:
/Users/kamaci/incubator-heron-0.20.2-incubating-rc1/tools/java/src/org/apache/bazel/checkstyle/BUILD:36:1:
error loading package '@com_google_protobuf//': Extension file
'protobuf.bzl' has errors and referenced by
'//tools/java/src/org/apache/bazel/checkstyle:util'
ERROR: Analysis of target '//heron/shell/assets:assets' failed; build
aborted: error loading package '@com_google_protobuf//': Extension file
'protobuf.bzl' has errors
INFO: Elapsed time: 105.248s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (142 packages loaded, 489
targets configured)

Kind Regards,
Furkan KAMACI

On Thu, Nov 14, 2019 at 4:50 PM Josh Fischer  wrote:

> Hi all,
>
> We have one binding vote so far.  Does anyone have the time to vote on this
> release?
>
> - Josh
>
> On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean 
> wrote:
>
> > Hi,
> >
> > +1 (binding)
> >
> > Thanks for fixing teh issues raised last time.
> >
> > I checked:
> > - incubating in name
> > - signatures and hashes are file
> > - DISCLAIMER exists
> > - LICENSE is OK. It would be god to see local links to the licenses as
> > URLs content may change or they may die over time.
> > - NOTICE is fine
> > - All source files have ASF headers where needed
> > - No unexpected binary files
> > - I didn’t try compiling
> >
> > For LICENSE:
> > - JQuery is incorrectly listed as ALv2 it’s MIT licensed
> > - JSXTransformer is also listed as ALv2 and is actually MIT licensed
> >
> > For all BSD and MIT you need to include the full text of the license. It
> > seems you are missing some license(s) for file that don’t include the
> > header and are missing from the licenses directory e.g. JSXTransformer. I
> > did not check them all.
> >
> > Thanks,
> > Justin
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> > --
> Sent from A Mobile Device
>


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

2019-11-14 Thread Josh Fischer
Hi all,

We have one binding vote so far.  Does anyone have the time to vote on this
release?

- Josh

On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean 
wrote:

> Hi,
>
> +1 (binding)
>
> Thanks for fixing teh issues raised last time.
>
> I checked:
> - incubating in name
> - signatures and hashes are file
> - DISCLAIMER exists
> - LICENSE is OK. It would be god to see local links to the licenses as
> URLs content may change or they may die over time.
> - NOTICE is fine
> - All source files have ASF headers where needed
> - No unexpected binary files
> - I didn’t try compiling
>
> For LICENSE:
> - JQuery is incorrectly listed as ALv2 it’s MIT licensed
> - JSXTransformer is also listed as ALv2 and is actually MIT licensed
>
> For all BSD and MIT you need to include the full text of the license. It
> seems you are missing some license(s) for file that don’t include the
> header and are missing from the licenses directory e.g. JSXTransformer. I
> did not check them all.
>
> Thanks,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
> --
Sent from A Mobile Device


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

2019-11-10 Thread Josh Fischer
Thanks Justin.  We will take note and address them in the next release.


- Josh

On Sun, Nov 10, 2019 at 2:42 PM Justin Mclean 
wrote:

> Hi,
>
> +1 (binding)
>
> Thanks for fixing teh issues raised last time.
>
> I checked:
> - incubating in name
> - signatures and hashes are file
> - DISCLAIMER exists
> - LICENSE is OK. It would be god to see local links to the licenses as
> URLs content may change or they may die over time.
> - NOTICE is fine
> - All source files have ASF headers where needed
> - No unexpected binary files
> - I didn’t try compiling
>
> For LICENSE:
> - JQuery is incorrectly listed as ALv2 it’s MIT licensed
> - JSXTransformer is also listed as ALv2 and is actually MIT licensed
>
> For all BSD and MIT you need to include the full text of the license. It
> seems you are missing some license(s) for file that don’t include the
> header and are missing from the licenses directory e.g. JSXTransformer. I
> did not check them all.
>
> Thanks,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


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

2019-11-10 Thread Justin Mclean
Hi,

+1 (binding)

Thanks for fixing teh issues raised last time.

I checked:
- incubating in name
- signatures and hashes are file
- DISCLAIMER exists
- LICENSE is OK. It would be god to see local links to the licenses as URLs 
content may change or they may die over time.
- NOTICE is fine
- All source files have ASF headers where needed
- No unexpected binary files
- I didn’t try compiling

For LICENSE:
- JQuery is incorrectly listed as ALv2 it’s MIT licensed
- JSXTransformer is also listed as ALv2 and is actually MIT licensed

For all BSD and MIT you need to include the full text of the license. It seems 
you are missing some license(s) for file that don’t include the header and are 
missing from the licenses directory e.g. JSXTransformer. I did not check them 
all.

Thanks,
Justin
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Heron 0.20.2-incubating Release Candidate 1

2019-11-10 Thread Josh Fischer
Hi,

The Apache Heron community has voted and approved the proposal to
release Apache Heron (Incubating) version 0.20.2-rc1.  We request the
IPMC members to review and vote on this incubator release.

The results of the Release Candidate 1 votes are below:

- Binded Approvals: 1

   * Dave Fisher

- Vote Thread

https://mail-archives.apache.org/mod_mbox/heron-dev/201911.mbox/%3CCAFkuAo2Am%2BEK7rg-W9bC9teTVvDcan%2B7P%3DaXHTp%3D%2B5s-2pkpeg%40mail.gmail.com%3E

- Vote Result Thread

https://mail-archives.apache.org/mod_mbox/heron-dev/201911.mbox/%3CCAFkuAo0UApkDrnTgX8owGNRbCerDAYfvLynM9Wqtpa5NpqMEaw%40mail.gmail.com%3E


*  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