在Red Hat Linux中使用cat提供文件作为python脚本的输入

时间:2013-06-05 17:36:10

标签: linux redhat

我试图在Michael Noll的博客后面运行python编写的映射器脚本示例, http://www.michael-noll.com/tutorials/writing-an-hadoop-mapreduce-program-in-python/

命令是:

cat /home/hduser/WorcountExample/pg4300.txt | /home/hduser/mapper.py

此命令在ubuntu 12.04LTS终端上正常工作。在尝试在Red Hat Linux服务器上复制它时,它会提供error : No such file or directory

只是想知道我是否需要在Red Hat上使用不同的命令。感谢。

0 个答案:

没有答案