HBASE-2242 [EC2] Downgrade JDK to 1.6.0u17

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@912043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-02-20 00:04:56 +00:00
parent 3c4ae2d598
commit de52b0bf98
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_18
JAVA_VERSION=1.6.0_17
# SUPPORTED_ARCHITECTURES = ['i386', 'x86_64']
if [ "$SLAVE_INSTANCE_TYPE" = "m1.small" -o "$SLAVE_INSTANCE_TYPE" = "c1.medium" ]; then