[EC2] Update Java version used on new images to 1.6.0_18

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-01-14 01:42:28 +00:00
parent 437d137414
commit ff761541cb
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ ZOOKEEPER_QUORUM_PATH=~/.hbase-quorum-$CLUSTER_ZOOKEEPER
USER_DATA_FILE=hbase-ec2-init-remote.sh
# The version number of the installed JDK.
JAVA_VERSION=1.6.0_17
JAVA_VERSION=1.6.0_18
# SUPPORTED_ARCHITECTURES = ['i386', 'x86_64']
if [ "$SLAVE_INSTANCE_TYPE" = "m1.small" -o "$SLAVE_INSTANCE_TYPE" = "c1.medium" ]; then