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 2019/12/21 07:38:51 UTC

[incubator-heron] branch master updated: Updates to make Zookeeper work (#3424)

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 a745e3e  Updates to make Zookeeper work (#3424)
a745e3e is described below

commit a745e3ef9d6668cdd4d5efb3e2a257d5679c8597
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Sat Dec 21 02:38:44 2019 -0500

    Updates to make Zookeeper work (#3424)
    
    Netcat was not included in the centos image.
    Also the zookeeper scripts were not executable.
---
 docker/dist/Dockerfile.dist.centos7              | 1 +
 docker/dist/scripts/generate-zookeeper-config.sh | 0
 docker/dist/scripts/install-zookeeper.sh         | 0
 docker/dist/scripts/start-zookeeper.sh           | 0
 docker/dist/scripts/wait-for-zookeeper.sh        | 0
 5 files changed, 1 insertion(+)

diff --git a/docker/dist/Dockerfile.dist.centos7 b/docker/dist/Dockerfile.dist.centos7
index 88b856c..d19acc7 100644
--- a/docker/dist/Dockerfile.dist.centos7
+++ b/docker/dist/Dockerfile.dist.centos7
@@ -22,6 +22,7 @@ RUN yum -y install python; yum clean all
 RUN yum -y install unzip; yum clean all
 RUN yum -y install which; yum clean all
 RUN yum -y install curl; yum clean all
+RUN yum -y install nmap-ncat; yum clean all
 RUN yum -y install python-setuptools; yum clean all
 RUN easy_install supervisor
 RUN echo_supervisord_conf > /etc/supervisord.conf
diff --git a/docker/dist/scripts/generate-zookeeper-config.sh b/docker/dist/scripts/generate-zookeeper-config.sh
old mode 100644
new mode 100755
diff --git a/docker/dist/scripts/install-zookeeper.sh b/docker/dist/scripts/install-zookeeper.sh
old mode 100644
new mode 100755
diff --git a/docker/dist/scripts/start-zookeeper.sh b/docker/dist/scripts/start-zookeeper.sh
old mode 100644
new mode 100755
diff --git a/docker/dist/scripts/wait-for-zookeeper.sh b/docker/dist/scripts/wait-for-zookeeper.sh
old mode 100644
new mode 100755