You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2008/09/18 13:05:46 UTC

[jira] Updated: (HADOOP-3991) updates to hadoop-ec2-env.sh for 0.18.0

     [ https://issues.apache.org/jira/browse/HADOOP-3991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-3991:
------------------------------

    Fix Version/s: 0.19.0

> updates to hadoop-ec2-env.sh for 0.18.0
> ---------------------------------------
>
>                 Key: HADOOP-3991
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3991
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/ec2
>    Affects Versions: 0.18.0
>            Reporter: Karl Anderson
>            Assignee: Tom White
>            Priority: Minor
>             Fix For: 0.19.0
>
>
> src/contrib/ec2/bin/hadoop-ec2-env-sh on 0.18.0 still has values for the 0.17.x branch.  Here is a diff.  I used this to create an EC2 image, which works for my hadoop streaming project.  The java version is the latest one, as instructed by the docs, but I left the java URL blank, as it looks like it isn't persistent.
> ChimpBook4:bin karl$ diff hadoop-ec2-env.sh- hadoop-ec2-env.sh-foo
> 43c43
> < HADOOP_VERSION=0.17.0
> ---
> > HADOOP_VERSION=0.18.0
> 77c77
> < JAVA_VERSION=1.6.0_05
> ---
> > JAVA_VERSION=1.6.0_07

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.