Author: tomwhite Date: Fri Sep 14 01:13:55 2007 New Revision: 575578 URL: http://svn.apache.org/viewvc?rev=575578&view=rev Log: HADOOP-1889. Fix path in EC2 scripts for building your own AMI.
Modified: lucene/hadoop/trunk/CHANGES.txt lucene/hadoop/trunk/src/contrib/ec2/bin/hadoop-ec2-env.sh.template lucene/hadoop/trunk/src/contrib/ec2/bin/image/create-hadoop-image-remote Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=575578&r1=575577&r2=575578&view=diff ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Fri Sep 14 01:13:55 2007 @@ -137,6 +137,9 @@ HADOOP-1885. Fix race condition in MiniDFSCluster shutdown. (Chris Douglas via nigel) + HADOOP-1889. Fix path in EC2 scripts for building your own AMI. + (tomwhite) + IMPROVEMENTS HADOOP-1266. Remove dependency of package org.apache.hadoop.net on Modified: lucene/hadoop/trunk/src/contrib/ec2/bin/hadoop-ec2-env.sh.template URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/contrib/ec2/bin/hadoop-ec2-env.sh.template?rev=575578&r1=575577&r2=575578&view=diff ============================================================================== --- lucene/hadoop/trunk/src/contrib/ec2/bin/hadoop-ec2-env.sh.template (original) +++ lucene/hadoop/trunk/src/contrib/ec2/bin/hadoop-ec2-env.sh.template Fri Sep 14 01:13:55 2007 @@ -25,7 +25,7 @@ SSH_OPTS=`echo -i "$PRIVATE_KEY_PATH" -o StrictHostKeyChecking=no` # The version of Hadoop to use. -HADOOP_VERSION=0.11.2 +HADOOP_VERSION=0.14.1 # The Amazon S3 bucket where the Hadoop AMI is stored. # The default value is for public images, so can be left if you are using running a public image. @@ -47,8 +47,8 @@ # The following variables are only used when creating an AMI. # -# The download URL for the Sun JDK. Visit http://java.sun.com/javase/downloads/index_jdk5.jsp and get the URL for the "Linux self-extracting file". +# The download URL for the Sun JDK. Visit http://java.sun.com/javase/downloads/index.jsp and get the URL for the "Linux self-extracting file". JAVA_BINARY_URL='' # The version number of the installed JDK. -JAVA_VERSION=1.5.0_11 +JAVA_VERSION=1.6.0_02 Modified: lucene/hadoop/trunk/src/contrib/ec2/bin/image/create-hadoop-image-remote URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/contrib/ec2/bin/image/create-hadoop-image-remote?rev=575578&r1=575577&r2=575578&view=diff ============================================================================== --- lucene/hadoop/trunk/src/contrib/ec2/bin/image/create-hadoop-image-remote (original) +++ lucene/hadoop/trunk/src/contrib/ec2/bin/image/create-hadoop-image-remote Fri Sep 14 01:13:55 2007 @@ -20,7 +20,7 @@ # Install Hadoop cd /usr/local -wget -nv http://www.apache.org/dist/lucene/hadoop/hadoop-$HADOOP_VERSION.tar.gz +wget -nv http://www.apache.org/dist/lucene/hadoop/hadoop-$HADOOP_VERSION/hadoop-$HADOOP_VERSION.tar.gz tar xzf hadoop-$HADOOP_VERSION.tar.gz rm -f hadoop-$HADOOP_VERSION.tar.gz