Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Script are expecting to have hadoop in wrong dir #8

Open
fulmicoton opened this issue Apr 3, 2014 · 0 comments
Open

Script are expecting to have hadoop in wrong dir #8

fulmicoton opened this issue Apr 3, 2014 · 0 comments

Comments

@fulmicoton
Copy link

Launching the tutorial map reduce task fails with the following error.

MapReduce command: /home/hadoop/hadoop/bin/hadoop        jar /home/hadoop/hadoop/contrib/streaming/hadoop-streaming-*.jar            -D mapred.map.tasks=3            -D mapred.reduce.tasks=0            -D mapred.job.name="hdfs_to_gcs"            -input hdfs_to_gcs/inputs -output hdfs_to_gcs/outputs            -mapper /home/hadoop/mapreduce/hdfs_to_gcs_mapper.sh            -reducer cat             -file /home/hadoop/mapreduce/hdfs_to_gcs_mapper.sh            
/tmp/mapreduce__at__master.sh: line 81: /home/hadoop/hadoop/bin/hadoop: No such file or directory
/tmp/mapreduce__at__master.sh: line 84: /home/hadoop/hadoop/bin/hadoop: No such file or directory
/tmp/mapreduce__at__master.sh: line 105: /home/hadoop/hadoop/bin/hadoop: No such file or directory

Logging on the instance the hadoop directory is indeed not in /home/hadoop/hadoop
but in /home/hadoop/hadoop-1.2.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant