try removing _SUCCESS directory, also remove any other directory in that path that begin with _ (underscore).
-varnit On Tue, Nov 15, 2011 at 11:30 AM, Charles Earl <[email protected]> wrote: > Hi Varnit, > I am now getting a > java.lang.IllegalStateException > when running the LDA clusterer within build-reuters.sh > 11/11/15 11:20:20 INFO common.AbstractJob: Command line arguments: > {--endPhase=2147483647, > --input=/tmp/mahout-work-hduser/reuters-out-seqdir-sparse-lda/tf-vectors, > --maxIter=20, --numTopics=20, --output=/tmp/mahout-work-hduser/reuters-lda, > --overwrite=null, --startPhase=0, --tempDir=temp, --topicSmoothing=-1.0} > Exception in thread "main" java.lang.IllegalStateException: > hdfs://192.168.1.76:54310/tmp/mahout-work-hduser/reuters-out-seqdir-sparse-lda/tf-vectors/_SUCCESS > > I wonder if this looks familiar > Charles
