[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:
Andrew Kyle Purtell 2009-11-26 08:26:30 +00:00
parent afb2a3ef06
commit dd23e89d3a
1 changed files with 1 additions and 1 deletions

View File

@ -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