Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Ning Wang
Thanks Julien! Yeah. This RC was still with Bazel 0.14.1 since it was created in February. Latest master works with Bazel 0.23.1. On Wed, Apr 24, 2019 at 2:47 PM Julien Le Dem wrote: > I was able to build from master but not from the release tarbal. > Is Bazel 0.14.1 actually required? Current

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
how does one install bazel 0.14? On Wed, Apr 24, 2019 at 2:59 PM Ning Wang wrote: > Thanks Julien! > > Yeah. This RC was still with Bazel 0.14.1 since it was created in February. > Latest master works with Bazel 0.23.1. > > On Wed, Apr 24, 2019 at 2:47 PM Julien Le Dem > wrote: > > > I was

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Dave Fisher
See https://docs.bazel.build/versions/master/install-os-x.html > On Apr 24, 2019, at 3:15 PM, Julien Le Dem > wrote: > > how does one install bazel 0.14? > > On Wed, Apr 24, 2019 at 2:59 PM Ning Wang wrote: > >> Thanks Julien! >> >> Yeah. This RC was still with Bazel 0.14.1 since it was

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
I'm looking into it. I recently got a new laptop so doing the setup from scratch. I had to follow: https://stackoverflow.com/questions/45276830/xcode-version-must-be-specified-to-use-an-apple-crosstool I hit that error at step 6 here:

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
I was able to build from master but not from the release tarbal. Is Bazel 0.14.1 actually required? Current release is 0.24.1. On Wed, Apr 24, 2019 at 2:25 PM Julien Le Dem wrote: > I'm looking into it. > I recently got a new laptop so doing the setup from scratch. > I had to follow: >

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
MacBook-Pro-Julien:incubator-heron-0.20.1-incubating-rc2 jledem$ bazel build --config=darwin heron/... WARNING: The following rc files are no longer being read, please transfer their contents or import their path into one of the standard rc files:

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Ning Wang
Basically download the installer from bazel website ( https://github.com/bazelbuild/bazel/releases) and then run: ./bazel--installer-darwin-x86_64.sh --user On Wed, Apr 24, 2019 at 3:15 PM Julien Le Dem wrote: > how does one install bazel 0.14? > > On Wed, Apr 24, 2019 at 2:59 PM Ning Wang

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
I did set HERON_BUILD_VERSION=v0.20.1-incubating and it works On Wed, Apr 24, 2019 at 4:12 PM Julien Le Dem wrote: > So the build works now. However I get this error: > > *ERROR: *Process exited with status 1: Process exited with status 1 > > scripts/release/status.sh: line 62:

Re: [Mentors] Fixing Heron Docs

2019-04-24 Thread Josh Fischer
Sending this again. I think the apache servers stripped out the image on the last email I sent. Here is my original message: I was looking around the site https://builds.apache.org/view/Heron%20Jobs/ . I've logged in, but I don't see a way to create a freestyle project/pipeline/anything in the

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
So the build works now. However I get this error: *ERROR: *Process exited with status 1: Process exited with status 1 scripts/release/status.sh: line 62: HERON_BUILD_VERSION: unbound variable INFO: Elapsed time: 408.083s, Critical Path: 371.21s INFO: 1859 processes: 1525 local, 334 worker.

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Ning Wang
Thanks a lot! For the questions: 1. version of Bazel is on the website. We are fixing it currently. 2. What is the command you use to build? This error is not expected. I might missed it somewhere. On Wed, Apr 24, 2019 at 4:14 PM Julien Le Dem wrote: > I did set > >

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
following step 6: https://apache.github.io/incubator-heron/docs/developers/compiling/mac/ On Wed, Apr 24, 2019 at 4:23 PM Ning Wang wrote: > Thanks a lot! > > For the questions: > 1. version of Bazel is on the website. We are fixing it currently. > 2. What is the command you use to build? This

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
In your email you say: Please download the source package, and follow the compiling guide( https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/ Which I guess you mean only to setup your environment? And then use the script to build: "sh

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Ning Wang
I see. I think it is something I need to take a look at. The link is the official steps and it should work. The script is a convenient script and it is used by the CI job to make a build. On Wed, Apr 24, 2019 at 4:41 PM Julien Le Dem wrote: > In your email you say: > > Please download the

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Ning Wang
Tracking ticket created: https://github.com/apache/incubator-heron/issues/3243 On Wed, Apr 24, 2019 at 4:44 PM Ning Wang wrote: > I see. I think it is something I need to take a look at. > > The link is the official steps and it should work. > > The script is a convenient script and it is used

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Josh Fischer
Would it be sufficient for Julien to not use the "build_release_packages.sh" script and just the bazel command to generate the heron-install.sh script and install and run from there? Something similar to "bazel build --config=darwin scripts/packages:binpkgs"? On Wed, Apr 24, 2019 at 6:56 PM Ning

Re: [Mentors][VOTE] Heron Release 0.20.1-incubating Release Candidate 2 (Second Pass)

2019-04-24 Thread Julien Le Dem
nevermind: https://github.com/bazelbuild/bazel/releases?after=0.15.0 It seems brew knows only about the latest version. On Wed, Apr 24, 2019 at 3:15 PM Julien Le Dem wrote: > how does one install bazel 0.14? > > On Wed, Apr 24, 2019 at 2:59 PM Ning Wang wrote: > >> Thanks Julien! >> >> Yeah.

Re: Podling Report Reminder - May 2019

2019-04-24 Thread Josh Fischer
Hey All, The link to incubator in this email is broken (seems to point to confluence?) and the link in the previous email sent the reports have not been populated. I'm not sure what to do here. I can guess we can just wait until the templates are created. Any other suggestions? On Wed, Apr

Re: Podling Report Reminder - May 2019

2019-04-24 Thread Ning Wang
I made a copy from the last report. There are a few items to fill. https://docs.google.com/document/d/1W34m-BCCb18vbQ3ZfFNUM-Ygm4CykW3ot_CYE1HBiY4/edit On Wed, Apr 24, 2019 at 7:13 PM Josh Fischer wrote: > Hey All, > > The link to incubator in this email is broken (seems to point to >

Podling Report Reminder - May 2019

2019-04-24 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 15 May 2019, 10:30 am PDT. The report for your podling will form a