+1 Tested on ubuntu 20.04. The job ran well and showed in UI:
wget https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.3-incubating-candidate-9/heron-0.20.3-incubating-rc9.tar.gz tar xf heron-0.20.3-incubating-rc9.tar.gz cd incubator-heron-0.20.3-incubating-rc9/ ubuntu@vm:~/tmp/incubator-heron-0.20.3-incubating-rc9$ bazel version Build label: 3.7.0 Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Tue Oct 20 13:29:16 2020 (1603200556) Build timestamp: 1603200556 Build timestamp as int: 1603200556 ubuntu@vm:~/tmp/incubator-heron-0.20.3-incubating-rc9$ ./bazel_configure.py Platform Linux Using C compiler : /usr/bin/x86_64-linux-gnu-gcc-9 (9.3.0) Using C++ compiler : /usr/bin/x86_64-linux-gnu-g++-9 (9.3.0) Using C preprocessor : /usr/bin/x86_64-linux-gnu-cpp-9 (9.3.0) Using C++ preprocessor : /usr/bin/x86_64-linux-gnu-cpp-9 (9.3.0) Using linker : /usr/bin/x86_64-linux-gnu-ld.bfd Using JDK : /usr/lib/jvm/java-11-openjdk-amd64 Using Automake : /usr/bin/automake-1.16 (1.16.1) Using Autoconf : /usr/bin/autoconf (2.69) Using Make : /usr/bin/make (4.2.1) Using Python3 : /usr/bin/python3.8 (3.8.5) Using Libtool : /usr/bin/libtool (2.4.6) Using archiver : /usr/bin/x86_64-linux-gnu-ar Using coverage tool : /usr/bin/x86_64-linux-gnu-gcov-9 Using ant : /usr/share/ant/bin/ant Using dwp : /usr/bin/x86_64-linux-gnu-dwp Using nm : /usr/bin/x86_64-linux-gnu-nm Using objcopy : /usr/bin/x86_64-linux-gnu-objcopy Using objdump : /usr/bin/x86_64-linux-gnu-objdump Using strip : /usr/bin/x86_64-linux-gnu-strip ubuntu@vm:~/tmp/incubator-heron-0.20.3-incubating-rc9$ bazel build --config=ubuntu_nostyle heron/... bazel build --config=ubuntu_nostyle scripts/packages:binpkgs ls -l bazel-bin/scripts/packages/*.sh ./bazel-bin/scripts/packages/heron-install.sh --user heron version export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 heron submit local ~/.heron/examples/heron-api-examples.jar org.apache.heron.examples.api.ExclamationTopology hello-world ~/.heron/bin/heron-tracker & ~/.heron/bin/heron-ui & heron kill local hello-world kill $(pgrep -f heron-ui) kill $(pgrep -f heron-tracker) On Sun, Dec 27, 2020 at 3:26 PM Josh Fischer <[email protected]> wrote: > Hi, > > Any chance someone can vote on this RC soon? I’d like to get it over to > general@ for another vote. > > - Josh > > On Sun, Dec 20, 2020 at 6:28 PM Josh Fischer <[email protected]> wrote: > > > Hello Heron Community, > > > > This is a call for a vote to the 8th release candidate for Apache Heron, > > version 0.20.3-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.3-incubating-rc9 > > (a928cd54cb839dfb3059ef4c3c2c7d25c5800309) > > The full list of changes and release notes are available at: > > > > > https://github.com/apache/incubator-heron/releases/tag/0.20.3-incubating-rc9 > > > > Files can be found in dist.apache.org > > Source: > > > > > https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.3-incubating-candidate-9/ > > SHA-512 checksums: > > > > > > > 24e97cc83235f1b6bbc05dbf65f5e377fdacc602cef64d129fc7fe066cf950776ec3e2a1072974a58311ed57d6a1f676203b99dd44a97d47c8e5741ff1a7bb0b > > heron-0.20.3-incubating-rc9.tar.gz > > > > ***** > > Note that Bazel 3.7.0, Python 3.8 and Java 11 are required to build this > > version ***** > > > > Please download the source package, and follow the compiling guide. > > https://heron.incubator.apache.org/docs/next/compiling-overview/ > > to set up the environment, build and run locally. The build will take > > approximately 45 minutes. > > > > 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 > > > -- > Sent from A Mobile Device >
