From d2c183d6635878b0156484a69f75548abd692aa4 Mon Sep 17 00:00:00 2001 From: su622b Date: Mon, 7 May 2018 16:34:23 -0400 Subject: Updated the Kafka version Issue-ID: DMAAP-473 Change-Id: I330c2c5b8bffc43bed2ee3f5521b8d54084c957f Signed-off-by: su622b --- demo/deploy.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'demo/deploy.sh') diff --git a/demo/deploy.sh b/demo/deploy.sh index f54c09a..6461817 100644 --- a/demo/deploy.sh +++ b/demo/deploy.sh @@ -7,11 +7,6 @@ export NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) # do not change this, it is already matched with the git repo file structure DOCKER_FILE_DIR='./docker_files' -KAFKA_VERSION='0.8.1.1' -SCALA_VERSION='2.9.2' -wget -q "http://www.namesdir.com/mirrors/apache/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" \ - -O "./docker_files/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" - # commands to run docker and docker-compose DOCKER_COMPOSE_EXE='/opt/docker/docker-compose' -- cgit 1.2.3-korg