I'm trying to play with Cloudera's Distribution for Hadoop on my EC2 account. For configuring it i'm using THIS tutorial. Everything seems to me fine but when I'm trying to run
hadoop-ec2
I'm getting following error:
max@ubuntu:~/Desktop/cloudera-for-hadoop-on-ec2-py-0.3.0-beta$ ./hadoop-ec2
/usr/bin/env: python2.5: No such file or directory
I tried to run "which env" got this "/usr/bin/env" and there I have these folders: Python and Python2.6
So, should I rename Python2.6 to Python2.5 or there is another way to change fix this?
Thanks