+1 for the release candidate

On Fri, Oct 26, 2018 at 10:07 AM Neng Lu <freen...@gmail.com> wrote:

> Hi everyone,
>
> The vote has been open for 10 days. And we only received one +1 from Ning,
> one concern from Jerry. Please take a look at the release candidate and
> provide us feedback whenever you have some time.
>
> @mentors, how many votes do we need in order to move forward?
>
> On Mon, Oct 22, 2018 at 9:55 AM Neng Lu <freen...@gmail.com> wrote:
>
> > @Jerry, any update on this issue?
> >
> > Should we open a separate thread in @dev  to discuss this bazel issue?
> >
> > On Thu, Oct 18, 2018 at 11:32 PM Ning Wang <wangnin...@gmail.com> wrote:
> >
> >> Bazel is often not backward compatible. Please use 0.14.1
> >>
> >> I feel this might be the issue Sree had in this issue:
> >> https://github.com/apache/incubator-heron/issues/3045. But I think the
> >> patch in the issue needs some improvement.
> >>
> >>
> >>
> >> On Thu, Oct 18, 2018 at 1:56 PM Jerry Peng <jerry.boyang.p...@gmail.com
> >
> >> wrote:
> >>
> >> > I had a problem compiling:
> >> >
> >> > Jerrys-MacBook-Pro:incubator-heron-v-0.20.0-incubating-candidate-5
> >> > jerrypeng$ bazel  build --config=darwin heron/...
> >> >
> >> > *ERROR:
> >> >
> >>
> */private/tmp/incubator-heron-v-0.20.0-incubating-candidate-5/heron/spi/src/java/BUILD:6:1:
> >> > every rule of type java_doc implicitly depends upon the target
> >> > '@local_jdk//:jdk-default', but this target could not be found because
> >> of:
> >> > no such target '@local_jdk//:jdk-default': target 'jdk-default' not
> >> > declared in package '' (did you mean 'jre-default'?) defined by
> >> >
> >> >
> >>
> /private/var/tmp/_bazel_jerrypeng/57e1f3641597b00bc727f301d71cb0d0/external/local_jdk/BUILD.bazel
> >> >
> >> > *ERROR: *Analysis of target '//heron/spi/src/java:heron-spi-javadoc'
> >> > failed; build aborted: Analysis failed
> >> >
> >> > INFO: Elapsed time: 0.784s
> >> >
> >> > INFO: 0 processes.
> >> >
> >> > *FAILED:* Build did NOT complete successfully (0 packages loaded)
> >> >
> >> >
> >> > Though I have a newer version of bazel (I think latest):
> >> >
> >> > Jerrys-MacBook-Pro:incubator-heron-v-0.20.0-incubating-candidate-5
> >> > jerrypeng$ bazel version
> >> >
> >> > Build label: 0.17.2-homebrew
> >> >
> >> > Build target:
> >> >
> >> >
> >>
> bazel-out/darwin-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
> >> >
> >> > Build time: Fri Sep 28 10:42:37 2018 (1538131357)
> >> >
> >> > Build timestamp: 1538131357
> >> >
> >> > Build timestamp as int: 1538131357
> >> >
> >> > On Thu, Oct 18, 2018 at 11:00 AM Ning Wang <wangnin...@gmail.com>
> >> wrote:
> >> >
> >> > > +1
> >> > >
> >> > > Tests I have done:
> >> > > - compiled ok, all unit tests passed
> >> > > - installed CLI successfully
> >> > > - example topology runs fine locally
> >> > > - ui/tracker work fine and show topology info
> >> > > - license scan with apache-rat (rat couldn't find license in
> >> > cloudpickle.py
> >> > > but it is there)
> >> > >
> >> > >
> >> > >
> >> > > On Tue, Oct 16, 2018 at 11:17 PM Ning Wang <wangnin...@gmail.com>
> >> wrote:
> >> > >
> >> > > > Thanks!
> >> > > >
> >> > > > I am going to try it when I get time.
> >> > > >
> >> > > > On Tue, Oct 16, 2018 at 10:45 AM Neng Lu <freen...@gmail.com>
> >> wrote:
> >> > > >
> >> > > >> Hi All,
> >> > > >>
> >> > > >> This is the 5th release candidate for Apache Heron, version
> >> > > >> 0.20.0-incubating. Thanks everyone for providing various feedback
> >> for
> >> > > the
> >> > > >> previous release candidates.
> >> > > >>
> >> > > >> It is the starting point of Heron and contains heron's main
> >> features,
> >> > > such
> >> > > >> as streaming
> >> > > >> processing, stateful processing, streamlet API, API server, eco
> >> > support,
> >> > > >> etc.
> >> > > >>
> >> > > >> The full list of changes and fixes are available:
> >> > > >>
> >> > > >>
> >> > >
> >> >
> >>
> https://github.com/apache/incubator-heron/compare/0.17.8...release/v-0.20.0-incubating
> >> > > >>
> >> > > >> *** Please download, test and vote on this release. This vote
> will
> >> > stay
> >> > > >> open
> >> > > >> for at least 72 hours ***
> >> > > >>
> >> > > >> Source files:
> >> > > >>
> >> > > >>
> >> > >
> >> >
> >>
> https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.0-incubating-candidate-5/
> >> > > >>
> >> > > >> SHA-512 checksums:
> >> > > >>
> >> > > >>
> >> > >
> >> >
> >>
> 27890ab30fc3e69b627f47d58d178d1a7dffa9dbe4ebbb5a5aa77caaac882fdc2b6f98b3b76210020db0fa3fd86e294cba214f86072e449837e1b7615cd6124a
> >> > > >> incubator-heron-v-0.20.0-incubating-candidate-5.tar.gz
> >> > > >>
> >> > > >> The tag to be voted upon:
> >> > > >> v0.20.0-incubating-candidate-5
> >> > > (45043bb6dcef1e8089c0834f17f8be0cc3f451d3)
> >> > > >>
> >> > > >>
> >> > >
> >> >
> >>
> https://github.com/apache/incubator-heron/releases/tag/v-0.20.0-incubating-candidate-5
> >> > > >>
> >> > > >> Please download the source package, and follow the compiling
> guide(
> >> > > >>
> >> > > >>
> >> > >
> >> >
> >>
> https://apache.github.io/incubator-heron/docs/developers/compiling/compiling/
> >> > > >> )
> >> > > >> to build and run the Heron locally.
> >> > > >>
> >> > > >> --
> >> > > >> Best Regards,
> >> > > >> Neng
> >> > > >>
> >> > > >
> >> > >
> >> >
> >>
> >
> >
> > --
> > Best Regards,
> > Neng
> >
>
>
> --
> Best Regards,
> Neng
>

Reply via email to