This is an automated email from the ASF dual-hosted git repository.
nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new dd6da67 Upgrade zookeeper libraries to 3.4.14 (#3339)
dd6da67 is described below
commit dd6da67da7972791639746dd9190fd919ba6986c
Author: Ning Wang <[email protected]>
AuthorDate: Wed Sep 18 00:00:25 2019 -0700
Upgrade zookeeper libraries to 3.4.14 (#3339)
---
WORKSPACE | 8 ++++----
third_party/zookeeper/zookeeper.BUILD | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index 872c975..bfb17d3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -429,7 +429,7 @@ maven_jar(
maven_jar(
name = "org_apache_zookeeper_zookeeper",
- artifact = "org.apache.zookeeper:zookeeper:3.4.6",
+ artifact = "org.apache.zookeeper:zookeeper:3.4.14",
)
maven_jar(
@@ -872,10 +872,10 @@ http_archive(
http_archive(
name = "org_apache_zookeeper",
- urls =
["http://archive.apache.org/dist/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz"],
- strip_prefix = "zookeeper-3.4.10",
+ urls =
["http://archive.apache.org/dist/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz"],
+ strip_prefix = "zookeeper-3.4.14",
build_file = "@//:third_party/zookeeper/zookeeper.BUILD",
- sha256 =
"7f7f5414e044ac11fee2a1e0bc225469f51fb0cdf821e67df762a43098223f27",
+ sha256 =
"b14f7a0fece8bd34c7fffa46039e563ac5367607c612517aa7bd37306afbd1cd",
)
http_archive(
diff --git a/third_party/zookeeper/zookeeper.BUILD
b/third_party/zookeeper/zookeeper.BUILD
index bf287c5..b59fdb1 100644
--- a/third_party/zookeeper/zookeeper.BUILD
+++ b/third_party/zookeeper/zookeeper.BUILD
@@ -26,7 +26,7 @@ genrule(
"export TMP_DIR=$$(mktemp -d -t zookeeper.XXXXX)",
"mkdir -p $$TMP_DIR",
"cp -R $$(pwd)/external/org_apache_zookeeper/* $$TMP_DIR",
- "cd $$TMP_DIR/src/c",
+ "cd $$TMP_DIR/zookeeper-client/zookeeper-client-c",
"./configure --prefix=$$INSTALL_DIR --enable-shared=no",
"make install",
"rm -rf $$TMP_DIR",