You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nw...@apache.org on 2020/05/27 08:33:39 UTC

[incubator-heron] annotated tag 0.20.3-incubating-rc3 updated (40ae369 -> e9f14e0)

This is an automated email from the ASF dual-hosted git repository.

nwang pushed a change to annotated tag 0.20.3-incubating-rc3
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


*** WARNING: tag 0.20.3-incubating-rc3 was modified! ***

    from 40ae369  (tag)
      to e9f14e0  (tag)
 tagging c713f438f25e71f95171ea0225543cb3ada8c586 (commit)
 replaces 0.20.3-incubating-rc3-test
      by Ning Wang
      on Wed May 27 01:32:27 2020 -0700

- Log -----------------------------------------------------------------
Apache Heron release candidate 3: 0.20.3-incubating-rc3
-----------------------------------------------------------------------

    from 7bfa0c7  Fix debian9 docker file and clean up centos8 and ubuntu18.04 (#3518)
     add c7a5ab4  Adding Ubuntu 20.04 Dockerfiles (#3519)
     add cf08e71  Make Java optional in CLI and check JAVA_BIN (#3521)
     add a295942  Pin http_file and http_archive resources in WORKSPACE (#3520)
     add e065171  Fix centos7 docker build (#3523)
     add e0bb08a  Set Java SupportedSourceVersion to 11 (#3524)
     add 07b5d8c  Fix ubuntu16.04 docker file (#3525)
     add d05f6e9  Fix Heron Shell PID Extractor (#3528)
     add 89a1e50  Update osx documentation (3453) (#3530)
     add c713f43  Fix ubunt14.04 docker file (#3526)

No new revisions were added by this update.

Summary of changes:
 WORKSPACE                                          |  7 +++++++
 docker/compile/Dockerfile.ubuntu14.04              |  5 ++++-
 docker/compile/Dockerfile.ubuntu16.04              |  9 +++++++-
 ...ckerfile.ubuntu18.04 => Dockerfile.ubuntu20.04} |  4 +++-
 docker/dist/Dockerfile.dist.centos7                |  6 ++++--
 docker/dist/Dockerfile.dist.ubuntu16.04            |  8 ++++++--
 ...ist.ubuntu18.04 => Dockerfile.dist.ubuntu20.04} |  4 +++-
 .../classification/HeronAnnotationProcessor.java   |  4 ++--
 heron/shell/src/python/handlers/pidhandler.py      |  6 +-----
 heron/tools/admin/src/python/main.py               |  2 --
 heron/tools/cli/src/python/execute.py              |  7 ++++++-
 heron/tools/cli/src/python/main.py                 |  3 ---
 heron/tools/common/src/python/utils/config.py      | 24 +++++++---------------
 website2/docs/compiling-osx.md                     |  2 +-
 14 files changed, 52 insertions(+), 39 deletions(-)
 copy docker/compile/{Dockerfile.ubuntu18.04 => Dockerfile.ubuntu20.04} (96%)
 copy docker/dist/{Dockerfile.dist.ubuntu18.04 => Dockerfile.dist.ubuntu20.04} (97%)