Skip to content

Commit

Permalink
Java and Zookeeper Versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaDittmann committed Sep 11, 2016
1 parent 4629a6e commit 88b08ec
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion kafka-on-redhat-vmss/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"zookeeperVersion": {
"type": "string",
"defaultValue": "3.4.8",
"defaultValue": "3.4.9",
"metadata": {
"description": "The version of the Zookeeper package to be deployed on the cluster (or use 'stable' to pull in the latest and greatest)"
}
Expand Down
8 changes: 4 additions & 4 deletions kafka-on-redhat-vmss/install-kafka-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ log "Installing Java"

# redhat java install
cd /temp
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jre-8u45-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jre-8u102-linux-x64.rpm"

#Install packages
rpm -Uvh jdk-8u45-linux-x64.rpm
rpm -Uvh jre-8u45-linux-x64.rpm
rpm -Uvh jdk-8u102-linux-x64.rpm
rpm -Uvh jre-8u102-linux-x64.rpm

# Install kafka
log "Installing Kafka"
Expand Down
8 changes: 4 additions & 4 deletions kafka-on-redhat-vmss/install-zookeeper-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ log "Installing Java"

# redhat java install
cd /temp
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jre-8u45-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jre-8u102-linux-x64.rpm"

#Install packages
rpm -Uvh jdk-8u45-linux-x64.rpm
rpm -Uvh jre-8u45-linux-x64.rpm
rpm -Uvh jdk-8u102-linux-x64.rpm
rpm -Uvh jre-8u102-linux-x64.rpm

# Install Zookeeper
log "Installing Zookeeper"
Expand Down
2 changes: 1 addition & 1 deletion kafka-on-redhat/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"zookeeperVersion": {
"type": "string",
"defaultValue": "3.4.8",
"defaultValue": "3.4.9",
"metadata": {
"description": "The version of the Zookeeper package to be deployed on the cluster (or use 'stable' to pull in the latest and greatest)"
}
Expand Down
8 changes: 4 additions & 4 deletions kafka-on-redhat/install-kafka-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ log "Installing Java"

# redhat java install
cd /temp
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jre-8u45-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jre-8u102-linux-x64.rpm"

#Install packages
rpm -Uvh jdk-8u45-linux-x64.rpm
rpm -Uvh jre-8u45-linux-x64.rpm
rpm -Uvh jdk-8u102-linux-x64.rpm
rpm -Uvh jre-8u102-linux-x64.rpm

# Install kafka
log "Installing Kafka"
Expand Down
8 changes: 4 additions & 4 deletions kafka-on-redhat/install-zookeeper-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ log "Installing Java"

# redhat java install
cd /temp
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jre-8u45-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jdk-8u102-linux-x64.rpm"
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u102-b14/jre-8u102-linux-x64.rpm"

#Install packages
rpm -Uvh jdk-8u45-linux-x64.rpm
rpm -Uvh jre-8u45-linux-x64.rpm
rpm -Uvh jdk-8u102-linux-x64.rpm
rpm -Uvh jre-8u102-linux-x64.rpm

# Install Zookeeper
log "Installing Zookeeper"
Expand Down

0 comments on commit 88b08ec

Please sign in to comment.