Updated kafka version

This commit is contained in:
SUMUKHA-PK 2019-05-02 13:48:55 +05:30
parent 706a53d195
commit 481e9cbca0

View file

@ -11,7 +11,7 @@ mkdir -p .downloads
# The mirror to download kafka from is picked from the list of mirrors at # The mirror to download kafka from is picked from the list of mirrors at
# https://www.apache.org/dyn/closer.cgi?path=/kafka/2.1.0/kafka_2.11-2.1.0.tgz # https://www.apache.org/dyn/closer.cgi?path=/kafka/2.1.0/kafka_2.11-2.1.0.tgz
# TODO: Check the signature since we are downloading over HTTP. # TODO: Check the signature since we are downloading over HTTP.
MIRROR=http://apache.mirror.anlx.net/kafka/2.2.0/kafka_2.11-2.2.0.tgz MIRROR=https://archive.apache.org/dist/kafka/2.1.0/kafka_2.11-2.1.0.tgz
# Only download the kafka if it isn't already downloaded. # Only download the kafka if it isn't already downloaded.
test -f .downloads/kafka.tgz || wget $MIRROR -O .downloads/kafka.tgz test -f .downloads/kafka.tgz || wget $MIRROR -O .downloads/kafka.tgz