When you say without hadoop does that include local mode? You can run these
examples in local mode that doesn't require a cluster for testing and
poking around. Everything then runs in a single jvm.
On Dec 1, 2013 9:18 PM, "Shan Lu" <shanlu...@gmail.com> wrote:

> Hi,
>
> I am working on a very simple k-means clustering example. Is there a way to
> run clustering algorithms in mahout without using Hadoop? I am reading the
> book "Mahout in Action". In chapter 7, the hello world clustering code
> example, they use
> ==
>
> KMeansDriver.run(conf, new Path("testdata/points"), new
> Path("testdata/clusters"),
>       new Path("output"), new EuclideanDistanceMeasure(), 0.001, 10,
>       true, false);
>
> ==
> to run the k-means algorithm. How can I run the k-means algorithm without
> Hadoop?
>
> Thanks!
>
> Shan
>

Reply via email to