在 Mahout 上安装 grouplens 数据时出现问题

发布于 2024-11-28 12:38:07 字数 482 浏览 4 评论 0原文

通过链接安装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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沧桑㈠ 2024-12-05 12:38:07

该消息的含义如下:文件 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 with mvn install? that's a previous step that should generate this JAR file. What version of Mahout?

苍景流年 2024-12-05 12:38:07

您正在遵循本教程,但它已经过时了 - 您使用的是比教程本身更新版本的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文