On Wed, Sep 4, 2013 at 6:58 PM, Alan Krumholz <[email protected]>wrote:
> I pulled that code > (org.apache.mahout.clustering.classify.ClusterClassifier.readFromSeqFiles(ClusterClassifier.java:215)and > I think is trying to read a file from one of the paths I passed to the > method but with a new instance of the configuration object (not the > configuration object I passed to the method but one that doesn't have my > HDFS configured) > This is quite plausibly a bug. This is a common error when using the HDFS API. Have you checked what happens with 0.8?
