Mahout deployment in hadoop cluster

I want to run the Mahout K-Means example in a hadoop cluster of 5 machines. Which Mahout banner files do I need to store in all nodes so that K-Means runs in a distributed manner. Thanks.

-Venkiram

+7
source share
1 answer

If you really want to run K-Means built-in tools or other jobs with static drivers, the answer will be "none". Banks "work" in the mahout - are self-sufficient jobs. If you send the task to the cluster using the hadoop task, it will work without any other jars.

+2
source

All Articles