hadoop - How to install mahout using ambari server -


i have created hadoop cluster using 3 slaves , 1 master using ambari server(hortonworks). need install mahout 0.9 in master machine in order run mahout jobs in cluster. how do that?

i using ambari 1.5.1 , hdp 2.1.

hello fellow hortonworker! mahout in hdp repositories, it's not available in ambari install wizard (i.e. services->add service). therefore way install via:

yum install mahout 

as noted here, should install on master node. note mahout library not service. there nothing ambari monitor in terms of additional services run on nodes. if using maven manage build dependencies, can add following pom.xml

<dependency>     <groupid>org.apache.mahout</groupid>     <artifactid>mahout-core</artifactid>     <version>0.9</version> </dependency> 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -