Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Mahout, mail # user - trainclassifier as a command vs. TrainClassifier.java


Copy link to this message
-
Re: trainclassifier as a command vs. TrainClassifier.java
Isabel Drost 2011-11-18, 20:57
On 15.11.2011 Sam Cunningham wrote:
> 2. However, when I run TrainClassifier.java program with source set to hdfs
> and input and output set to locations on my local fs, it accepts the
> arguments with no complaints and generates the model on my local fs
> (instead of hdfs).
>
> In addition, the models generated by these two programs are slightly
> different as far as the log files go.
>
> Is this a known case, or am I missing something?

The inconsitency may have been caused by the fact that the mahout script uses
"MahoutDriver.java" to start individual jobs and handle common arguments.

Anyone else have input on this one?

Isabel