[
https://issues.apache.org/jira/browse/HADOOP-3991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Anderson updated HADOOP-3991:
----------------------------------
Description:
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
was:
src/contrib/ec2/bin/hadoop-ec2-env-sh on 0.18.1 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
> 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
> Priority: Minor
>
> 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.