You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2021/05/26 23:25:30 UTC

[incubator-heron] 01/03: Merge branch 'master' of github.com:apache/incubator-heron

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

joshfischer pushed a commit to branch joshfischer/0.20.4-incubating-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 7f32cc532b17e9a44a2b1fa93e56b7cf105aa78f
Merge: ce8f233 22148db
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Mon May 24 07:48:06 2021 -0500

    Merge branch 'master' of github.com:apache/incubator-heron

 WORKSPACE                                          |   38 +-
 deploy/kubernetes/general/apiserver.yaml           |    2 +-
 .../kubernetes/general/bookkeeper.statefulset.yaml |    4 +-
 .../general/bookkeeper.statefulset_empty.yaml      |    4 +-
 deploy/kubernetes/general/bookkeeper.yaml          |    4 +-
 deploy/kubernetes/helm/values.yaml.template        |    2 +-
 deploy/kubernetes/minikube/apiserver.yaml          |    2 +-
 deploy/kubernetes/minikube/bookkeeper.yaml         |    4 +-
 heron/api/src/java/BUILD                           |    7 +-
 heron/ckptmgr/src/java/BUILD                       |    7 +-
 heron/downloaders/src/java/BUILD                   |    2 +-
 heron/instance/src/java/BUILD                      |    7 +-
 heron/io/dlog/src/java/BUILD                       |    3 +-
 heron/io/dlog/tests/java/BUILD                     |    2 +-
 heron/simulator/src/java/BUILD                     |    9 +-
 heron/statefulstorages/tests/java/BUILD            |    2 +-
 heron/uploaders/src/java/BUILD                     |    2 +-
 heron/uploaders/tests/java/BUILD                   |    2 +-
 maven_install.json                                 | 8057 ++++++++++----------
 scripts/travis/k8s.sh                              |    2 +-
 storm-compatibility/v0.10.2/src/java/BUILD         |    7 +-
 storm-compatibility/v2.2.0/src/java/BUILD          |    7 +-
 third_party/java/BUILD                             |   16 +-
 third_party/java/jarjar/BUILD                      |   12 -
 .../resources/com/tonicsystems/jarjar/help.txt     |   74 -
 third_party/zookeeper/BUILD                        |    8 +-
 third_party/zookeeper/zookeeper_jute.patch         | 2225 ++++++
 tools/build_rules/prelude_bazel                    |    4 +-
 tools/rules/jarjar_rules.bzl                       |   59 -
 29 files changed, 6119 insertions(+), 4455 deletions(-)