开发者

Deploying Mahout on hadoop cluster

开发者 https://www.devze.com 2023-02-25 14:16 出处:网络
I want to run Mahout\'s K-Means example in a hadoop cluster of 5 machines. Which Mahout jar files should I need to keep in all the nodes, in order for the K-Means to be exec开发者_如何学运维uted in a

I want to run Mahout's K-Means example in a hadoop cluster of 5 machines. Which Mahout jar files should I need to keep in all the nodes, in order for the K-Means to be exec开发者_如何学运维uted in a distributed manner. Thanks.

-Venkiram


If you really just want to run the built-in K-Means, or other jobs with static drivers, the answer is 'none'. The mahout 'job' jars are self-contained hadoop job jars. If you submit a job to the cluster with 'hadoop job' it will work without any other jars.

0

精彩评论

暂无评论...
验证码 换一张
取 消