Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用以下命令运行 Mahout in Action 示例 6:
“hadoop jar 目标/mia-0.1-job.jar org.apache.mahout.cf.taste.hadoop.item.RecommenderJob -Dmapred.input.dir=input/input.txt -Dmapred.output.dir=output --usersFile输入/users.txt --booleanData"
但是 ch 06 示例中的映射器和减速器不起作用?
您必须更改代码以使用您想到的自定义Mapper和Reducer类。否则,是的,它当然会运行当前在代码中的那些。添加它们,更改调用者,重新编译,然后在 Hadoop 上运行它。我不确定你指的是什么不起作用。
Mapper
Reducer