在 Mahout 上安装 grouplens 数据时出现问题
通过链接安装mahout的任务(http://girlincomputerscience.blogspot.com /2010/11/apache-mahout.html)
在将 liberary 复制到 task-web 文件夹的过程中。我收到这样的错误..
因为
cp ../examples/target/grouplens.jar ./lib
error: cp: cannot stat 'cp ../examples/target/grouplens.jar' No such file or directory..
找不到 命令grouplens.jar 到目标文件夹..
提前致谢....
vignesh
At the task of installation of mahout by link (http://girlincomputerscience.blogspot.com/2010/11/apache-mahout.html)
at the process of copying liberary to task-web folder .i am getting error like this..
for command
cp ../examples/target/grouplens.jar ./lib
error: cp: cannot stat 'cp ../examples/target/grouplens.jar' No such file or directory..
its not found grouplens.jar to target folder..
Thanks in Advance....
vignesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该消息的含义如下:文件
grouplens.jar
不存在。您是否使用mvn install
构建了代码?这是应该生成此 JAR 文件的前一步。 Mahout 是什么版本?The message means what it says: the file
grouplens.jar
does not exist there. Have you built the code withmvn install
? that's a previous step that should generate this JAR file. What version of Mahout?您正在遵循本教程,但它已经过时了 - 您使用的是比教程本身更新版本的 mahout。
不管怎样,我也遇到了和你一样的情况,没有解决办法。不再进行编译或任何其他操作来创建
.jar
文件。you are folowing the tutorial, but it is outdated - you were using newer versions of mahout than in the tutorial itself.
anyway, i also got stacked in the same position you were and there is no solution to it. no compilation or whatever will create the
.jar
file anymore.