Hadoop Streaming Command Failure with Python Error

前端 未结 3 705
予麋鹿
予麋鹿 2021-01-14 09:49

I\'m a newcomer to Ubuntu, Hadoop and DFS but I\'ve managed to install a single-node hadoop instance on my local ubuntu machine following the directions posted on Michael-No

3条回答
  •  误落风尘
    2021-01-14 10:40

    Sorry for the late response.

    You should make sure your files (mapper and reducer) are executable by the hadoop user and contains the Shebang in the first line.

    That will solve your problem.

提交回复
热议问题