我刚刚安装了 Hadoop 和 Mahout,现在我想尝试使用 Mahout 运行一些示例数据集。
我按照这里的示例:https : //cwiki.apache.org/MAHOUT/recommendationexamples.html 我尝试了使用以下语法的 MovieLens 示例:
mvn -q exec:java -Dexec.mainClass="org.apache.mahout.cf.taste.example.grouplens.GroupLensRecommenderEvaluatorRunner" -Dexec.args="-i temp/ml-1m/ml-1m/ratings.dat"
但它只是没有用。此外,它只是说 [ERROR] BUILD ERROR。我的问题,如何查看错误日志以及如何修复它?