diff --git a/src/contrib/ec2/bin/hbase-ec2-env.sh b/src/contrib/ec2/bin/hbase-ec2-env.sh index 9c0d6bcf4d9..23351446f4a 100644 --- a/src/contrib/ec2/bin/hbase-ec2-env.sh +++ b/src/contrib/ec2/bin/hbase-ec2-env.sh @@ -89,7 +89,7 @@ ZOOKEEPER_QUORUM_PATH=~/.hbase-quorum-$CLUSTER_ZOOKEEPER # # The version number of the installed JDK. -JAVA_VERSION=1.6.0_16 +JAVA_VERSION=1.6.0_17 # SUPPORTED_ARCHITECTURES = ['i386', 'x86_64'] if [ "$SLAVE_INSTANCE_TYPE" = "m1.small" -o "$SLAVE_INSTANCE_TYPE" = "c1.medium" ]; then