[HBASE-1967] EC2 scripts; bump java version to 1.6.0_17
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@884459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
afb2a3ef06
commit
dd23e89d3a
|
@ -89,7 +89,7 @@ ZOOKEEPER_QUORUM_PATH=~/.hbase-quorum-$CLUSTER_ZOOKEEPER
|
||||||
#
|
#
|
||||||
|
|
||||||
# The version number of the installed JDK.
|
# The version number of the installed JDK.
|
||||||
JAVA_VERSION=1.6.0_16
|
JAVA_VERSION=1.6.0_17
|
||||||
|
|
||||||
# SUPPORTED_ARCHITECTURES = ['i386', 'x86_64']
|
# SUPPORTED_ARCHITECTURES = ['i386', 'x86_64']
|
||||||
if [ "$SLAVE_INSTANCE_TYPE" = "m1.small" -o "$SLAVE_INSTANCE_TYPE" = "c1.medium" ]; then
|
if [ "$SLAVE_INSTANCE_TYPE" = "m1.small" -o "$SLAVE_INSTANCE_TYPE" = "c1.medium" ]; then
|
||||||
|
|
Loading…
Reference in New Issue