Most of the Mahout clustering algorithms have an -xm sequential CLI
option that runs locally in-memory from/to Hadoop-style sequence files.
And, as below, you can also call the Java driver methods directly from
your program.
On 3/22/12 9:22 AM, Ahmed Abdeen Hamed wrote:
Hi,
I think I can answer this question...
Yes, you can run a clustering algorithm on your local machine without using
Hadoop. Just include the mahout jar files in your classpath and start using
it as just another java library. I am currently experimenting with
TreeClusteringRecommender but you can use k-means or whatever clustering
algorithm of your choice.
Thanks,
-Ahmed
On Thu, Mar 22, 2012 at 4:51 AM, dionyasos<[email protected]> wrote:
Hi everyone,
is there a way to run clustering algorithms in mahout without using hadoop
?
thanks.
--
View this message in context:
http://lucene.472066.n3.nabble.com/is-hadoop-necessary-for-clustering-in-mahout-tp3847880p3847880.html
Sent from the Mahout User List mailing list archive at Nabble.com.