You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Launching the tutorial map reduce task fails with the following error.
Logging on the instance the hadoop directory is indeed not in /home/hadoop/hadoop
but in /home/hadoop/hadoop-1.2.1
The text was updated successfully, but these errors were encountered: