2019独角兽企业重金招聘Python工程师标准>>>

1、到官方下载最新版本

2、配置环境变量

export MAHOUT_HOME=/home/wukong/usr/mahout-0.9/
export MAHOUT_CONF_DIR=/home/wukong/usr/mahout-0.9/conf
export PATH=$PATH:$MAHOUT_HOME/conf:$MAHOUT_HOME/bin

3、启动测试

[wukong@bd23 ~]$ mahout
MAHOUT_LOCAL is not set; adding HADOOP_CONF_DIR to classpath.
Running on hadoop, using /home/wukong/usr/hadoop-2.4.1/bin/hadoop and HADOOP_CONF_DIR=/home/wukong/usr/hadoop-2.4.1/etc/hadoop/
MAHOUT-JOB: /home/wukong/usr/mahout-0.9/mahout-examples-0.9-job.jar
An example program must be given as the first argument.
Valid program names are:arff.vector: : Generate Vectors from an ARFF file or directorybaumwelch: : Baum-Welch algorithm for unsupervised HMM trainingcanopy: : Canopy clusteringcat: : Print a file or resource as the logistic regression models would see itcleansvd: : Cleanup and verification of SVD outputclusterdump: : Dump cluster output to textclusterpp: : Groups Clustering Output In Clusterscmdump: : Dump confusion matrix in HTML or text formatsconcatmatrices: : Concatenates 2 matrices of same cardinality into a single matrixcvb: : LDA via Collapsed Variation Bayes (0th deriv. approx)cvb0_local: : LDA via Collapsed Variation Bayes, in memory locally.evaluateFactorization: : compute RMSE and MAE of a rating matrix factorization against probesfkmeans: : Fuzzy K-means clusteringhmmpredict: : Generate random sequence of observations by given HMMitemsimilarity: : Compute the item-item-similarities for item-based collaborative filteringkmeans: : K-means clusteringlucene.vector: : Generate Vectors from a Lucene indexlucene2seq: : Generate Text SequenceFiles from a Lucene indexmatrixdump: : Dump matrix in CSV formatmatrixmult: : Take the product of two matricesparallelALS: : ALS-WR factorization of a rating matrixqualcluster: : Runs clustering experiments and summarizes results in a CSVrecommendfactorized: : Compute recommendations using the factorization of a rating matrixrecommenditembased: : Compute recommendations using item-based collaborative filteringregexconverter: : Convert text files on a per line basis based on regular expressionsresplit: : Splits a set of SequenceFiles into a number of equal splitsrowid: : Map SequenceFile<Text,VectorWritable> to {SequenceFile<IntWritable,VectorWritable>, SequenceFile<IntWritable,Text>}rowsimilarity: : Compute the pairwise similarities of the rows of a matrixrunAdaptiveLogistic: : Score new production data using a probably trained and validated AdaptivelogisticRegression modelrunlogistic: : Run a logistic regression model against CSV dataseq2encoded: : Encoded Sparse Vector generation from Text sequence filesseq2sparse: : Sparse Vector generation from Text sequence filesseqdirectory: : Generate sequence files (of Text) from a directoryseqdumper: : Generic Sequence File dumperseqmailarchives: : Creates SequenceFile from a directory containing gzipped mail archivesseqwiki: : Wikipedia xml dump to sequence filespectralkmeans: : Spectral k-means clusteringsplit: : Split Input data into test and train setssplitDataset: : split a rating dataset into training and probe partsssvd: : Stochastic SVDstreamingkmeans: : Streaming k-means clusteringsvd: : Lanczos Singular Value Decompositiontestnb: : Test the Vector-based Bayes classifiertrainAdaptiveLogistic: : Train an AdaptivelogisticRegression modeltrainlogistic: : Train a logistic regression using stochastic gradient descenttrainnb: : Train the Vector-based Bayes classifiertranspose: : Take the transpose of a matrixvalidateAdaptiveLogistic: : Validate an AdaptivelogisticRegression model against hold-out data setvecdist: : Compute the distances between a set of Vectors (or Cluster or Canopy, they must fit in memory) and a list of Vectorsvectordump: : Dump vectors from a sequence file to textviterbi: : Viterbi decoding of hidden states from given output states sequence

转载于:https://my.oschina.net/allman90/blog/316757

Mahout-0.9安装部署相关推荐

  1. linux redis-4.0,Linux Redis 4.0.2 安装部署

    Linux Redis 4.0.2 安装部署 01 安装GCC yum -y install gcc gcc-c++ libstdc++-devel tcl -y 02 下载安装包 cd /expor ...

  2. Dynamic CRM9.0 环境安装部署手册步骤和遇到的一些问题解决方案(包含ADFS部署)

    Dynamic CRM9.0 环境安装部署手册 Dynamic 365和ADFS配置安装过程踩了一些坑,拿出来和大家记录分享一下. 目录 Dynamic CRM9.0 环境安装部署手册 一.Activ ...

  3. Postgresql 12.2 + PostGIS 3.0.1 安装部署手册

    Postgresql 12.2 + PostGIS 3.0.1 安装部署手册 文章目录 Postgresql 12.2 + PostGIS 3.0.1 安装部署手册 环境说明 注意事项 Postgre ...

  4. Zabbix 6.0 图文安装部署讲解---LNMP环境

    Zabbix 6.0 图文安装部署讲解---LNMP环境 简介 环境需求 部署环境 关闭系统防火墙 一.Mysql8.0.30 部署 二.nginx 部署 三.PHP 部署 四.zabbix-serv ...

  5. Tez 0.9安装部署+hive on tez配置 + Tez-UI

    Tez说明 将xyz替换为您正在使用的tez发行版号.例如0.5.0.对于Tez版本0.8.3和更高版本,Tez需要Apache Hadoop版本为2.6.0或更高版本.对于Tez版本0.9.0及更高 ...

  6. Rocky 9.1操作系统实现zabbix6.0的安装部署实战

    文章目录 前言 一. 实验环境 二. 安装zabbix过程 2.1. 安装zabbix源 2.2 安装zabbix相关的软件 2.3 安装数据库并启动 2.4 开始初始化数据库: 2.5 创建数据库实 ...

  7. zabbix-3.0.4安装部署

    zabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案,由一个国外的团队持续维护更新,软件可以自由下载使用,运作团队靠提供收费的技术支持赢利,官方网站:http:/ ...

  8. centos7.0 docker安装部署

    1.安装环境 [root@iZ28v8y79sfZ ~]# uname -a Linux iZ28v8y79sfZ 3.10.0-123.9.3.el7.x86_64 #1 SMP Thu Nov 6 ...

  9. spark2.0.1安装部署及使用jdbc连接基于hive的sparksql

    2019独角兽企业重金招聘Python工程师标准>>> 1.安装 如下配置,除了配置spark还配置了spark history服务 #先到http://spark.apache.o ...

  10. Kettle【部署 02】Linux环境 Kettle pdi-ce-9.0.0.0-423 安装部署 carte 服务运行及 Java 集群调用实例(安装包1.85G+测试ktr\kjb\源码)

    资源链接在文章末尾,包含文件: 1.安装Kettle并启动carte服务 1.1 Kettle安装 Kettle 是解压即用的,这次是在 Linux 环境下部署,所以需要解压工具rar,没有安装的小伙 ...

最新文章

  1. ISME:根系招募特异型菌群增强植物对盐胁迫的抗性
  2. 看图说OpenGL之三:是什么在改变物体的颜色
  3. Windows Phone 8本地化多语言支持
  4. Laravel Breadcrumbs 自动面包屑导航
  5. .NET(C#)有哪些主流的ORM框架
  6. grid - 隐式命名网格线名称
  7. 值得思考,机器学习模型做出的决策是你想要的吗?
  8. linux重启网络服务_vm上linux虚拟机NAT模式配置
  9. 软件质量包括哪些特性?软件质量保证的主要任务是什么?
  10. python 数列第几项开始,数值超过1200
  11. 性能测试:性能测试指标评估方法
  12. JDK API 1.6.0中文版直接下载
  13. 每日一词20190313——地图矢量化
  14. npm 错误 ETIMEDOUT
  15. 《全程软件测试第三版》读书笔记
  16. 我是一个硬盘(很感人)
  17. 支付宝不甘示弱!用派红包战略发力
  18. 使用urllib.request库获取cookie登录
  19. python的递归为什么难理解_为什么Python有最大的递归深度?
  20. 复旦大学-陈果老师笔记

热门文章

  1. oracle22858,VARCHAR2转换为CLOB碰到ORA-22858错误
  2. 基于Python制作的热血足球小游戏
  3. webpack实现懒加载原理以及如何使用懒加载优化项目
  4. Vue 中使用externals和CDN来优化项目的体积
  5. 如何使用JS合并两个数组?
  6. coc.nvim常用插件
  7. CSS居中——水平居中、垂直居中方法
  8. Windows 7常见问答汇总一【2010.10】
  9. mysql中写一个循环语句_mysql 如何写循环语句
  10. Android编译及编译脚本、Android构建基础学习笔记