代码改变世界

随笔档案-2013年01月

hadoop 执行python 注意的地方

2013-01-29 23:05 by c#在路上, 1480 阅读, 收藏,
摘要: 1,命令行 bin/hadoop jar contrib/streaming/hadoop-streaming-1.0.4.jar -input input -output output11 -mapper 'teststd.py 10' -file /home/hadoop/teststd.py -jobconf mapred.reduce.tasks=1 /home/hadoop/testst... 阅读全文