0

I'm unable to locate the file hadoop-ec2-env.sh.

I've downloaded and intalled hadoop_1.0.4-1_x86_64.deb from http://mirror.olnevhost.net/pub/apache/hadoop/common/stable/

This is the most recent stable version.

I would like to run hadoop on EC2.

I'm following a tutorial that says: Edit all relevant variables in src/contrib/ec2/bin/hadoop-ec2-env.sh.

Where is hadoop-ec2-env.sh?

Alex Gordon
  • 455
  • 3
  • 14
  • 31

1 Answers1

0

It would be in the [hadoop source location]src/contrib/ec2/bin/hadoop-ec2-env.sh

If you don't know where your Hadoop source location is, use the find command to locate the script.

 find / -name 'hadoop-ec2-env.sh'
colealtdelete
  • 6,017
  • 2
  • 30
  • 34