如何在ubuntu 12.04上安装mahout?
sudo apt-get install mahout
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mahout
https://ccp.cloudera.com/display/CDHDOC/Mahout+Installation
To install Mahout on an Ubuntu or other Debian system:
$ sudo apt-get install mahout发布于 2013-01-29 02:47:25
Cloudera中的Mahout installation manual包含以下部分:
Mahout先决条件
重要信息:如果您尚未安装Cloudera的yum、zypper/YaST或apt存储库,请在使用以下说明安装Mahout之前进行安装。有关说明,请参阅CDH3安装。
在ClouderaCloudera包存储库期间,将在您的系统中配置http://archive.cloudera.com/debian <RELEASE>-cdh3 contrib,以便在遵循手册之后,您应该能够使用apt-get安装CDH3 Installation。
发布于 2013-01-28 15:37:34
它从来没有以这种方式分发过。从Apache或使用Maven下载。
编辑:...Apache从未以这种方式分发过。如果这就是您要查找的内容,请从Apache下载tarball。
发布于 2013-01-28 15:38:09
apt-cache search mahout显示,在官方的Ubuntu repos上没有提供这个包。
你必须直接从Apache获取它。
https://stackoverflow.com/questions/14557450
复制相似问题