Browse Source

Update provision.sh kafka version

Kafka 1.0.0 is not available to download.
Emrecan BATI 6 years ago
parent
commit
66d2fd643b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vagrant/provision.sh

+ 1 - 1
vagrant/provision.sh

@@ -7,7 +7,7 @@ yes | apt-get install default-jre
 
 
 export KAFKA_INSTALL_ROOT=/opt
 export KAFKA_INSTALL_ROOT=/opt
 export KAFKA_HOSTNAME=192.168.100.67
 export KAFKA_HOSTNAME=192.168.100.67
-export KAFKA_VERSION=1.0.0
+export KAFKA_VERSION=1.0.2
 export REPOSITORY_ROOT=/vagrant
 export REPOSITORY_ROOT=/vagrant
 
 
 sh /vagrant/vagrant/install_cluster.sh
 sh /vagrant/vagrant/install_cluster.sh