Adding to the .props file should be enough, afaik. You should debug the first lines of MahoutDriver.
Best, Sebastian On 14.03.2013 21:39, Ted Dunning wrote: > I was unable to answer this off the cuff in direct email. > > Anybody else remember the answer? > > On Wed, Mar 13, 2013 at 12:44 PM, Dan Filimon > <[email protected]>wrote: > >> I'm trying to add the new StreamingKMeans job as >> (o.a.m.clustering.streaming.mapreduce.StreamingKMeansDriver [1; not >> yet a JIRA issue). >> >> I've added the following line to src/conf/driver.classes.default.props: >> >> org.apache.mahout.clustering.streaming.mapreduce.StreamingKMeansDriver >> = streamingkmeans : Streaming k-means clustering >> >> The issue however is that the program doesn't show up and it turns out >> it can't find the class from MahoutDriver. >> The code is in core/ if that makes a difference. >> >> What am I missing? >> >> Thanks! >> >> [1] >> https://github.com/dfilimon/mahout/blob/skm/core/src/main/java/org/apache/mahout/clustering/streaming/mapreduce/StreamingKMeansDriver.java >> >
