From 88b08ece3a2d528a43c1bf22814fae04aad1aef1 Mon Sep 17 00:00:00 2001 From: Sascha Dittmann Date: Sun, 11 Sep 2016 15:04:17 +0200 Subject: [PATCH] Java and Zookeeper Versions updated --- kafka-on-redhat-vmss/azuredeploy.json | 2 +- kafka-on-redhat-vmss/install-kafka-cluster.sh | 8 ++++---- kafka-on-redhat-vmss/install-zookeeper-cluster.sh | 8 ++++---- kafka-on-redhat/azuredeploy.json | 2 +- kafka-on-redhat/install-kafka-cluster.sh | 8 ++++---- kafka-on-redhat/install-zookeeper-cluster.sh | 8 ++++---- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/kafka-on-redhat-vmss/azuredeploy.json b/kafka-on-redhat-vmss/azuredeploy.json index 4df8886..b6eb555 100644 --- a/kafka-on-redhat-vmss/azuredeploy.json +++ b/kafka-on-redhat-vmss/azuredeploy.json @@ -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)" } diff --git a/kafka-on-redhat-vmss/install-kafka-cluster.sh b/kafka-on-redhat-vmss/install-kafka-cluster.sh index ce4f130..95618f9 100644 --- a/kafka-on-redhat-vmss/install-kafka-cluster.sh +++ b/kafka-on-redhat-vmss/install-kafka-cluster.sh @@ -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" diff --git a/kafka-on-redhat-vmss/install-zookeeper-cluster.sh b/kafka-on-redhat-vmss/install-zookeeper-cluster.sh index 833475b..a4b52d9 100644 --- a/kafka-on-redhat-vmss/install-zookeeper-cluster.sh +++ b/kafka-on-redhat-vmss/install-zookeeper-cluster.sh @@ -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" diff --git a/kafka-on-redhat/azuredeploy.json b/kafka-on-redhat/azuredeploy.json index cf0be63..bdb5bc9 100644 --- a/kafka-on-redhat/azuredeploy.json +++ b/kafka-on-redhat/azuredeploy.json @@ -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)" } diff --git a/kafka-on-redhat/install-kafka-cluster.sh b/kafka-on-redhat/install-kafka-cluster.sh index f400fc8..9cf5e28 100644 --- a/kafka-on-redhat/install-kafka-cluster.sh +++ b/kafka-on-redhat/install-kafka-cluster.sh @@ -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" diff --git a/kafka-on-redhat/install-zookeeper-cluster.sh b/kafka-on-redhat/install-zookeeper-cluster.sh index 833475b..a4b52d9 100644 --- a/kafka-on-redhat/install-zookeeper-cluster.sh +++ b/kafka-on-redhat/install-zookeeper-cluster.sh @@ -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"