summaryrefslogtreecommitdiffstats
path: root/demo/docker_files/download-kafka.sh
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-04-23 12:02:24 -0400
committersu622b <sunil.unnava@att.com>2018-04-23 12:02:53 -0400
commitf5b6899dafee9f9473ee1d7405ede512ce1dc577 (patch)
tree93bf0506727554c9bd0b717c4cd2f5e67dbbc1cc /demo/docker_files/download-kafka.sh
parent0643517a9fd0d4d23ebef740e2b3cc18f41c9318 (diff)
Move HEAT files to MR project
Issue-ID: DMAAP-433 Change-Id: Ib7ac91d0fb3e99f345ba640ed4647b09d62ed5ff Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'demo/docker_files/download-kafka.sh')
-rw-r--r--demo/docker_files/download-kafka.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/demo/docker_files/download-kafka.sh b/demo/docker_files/download-kafka.sh
new file mode 100644
index 0000000..2ddc911
--- /dev/null
+++ b/demo/docker_files/download-kafka.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+mirror=$(curl --stderr /dev/null https://www.apache.org/dyn/closer.cgi\?as_json\=1 | jq -r '.preferred')
+url="${mirror}kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz"
+wget -q "${url}" -O "/tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz"