You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by zjy <fa...@gmail.com> on 2015/01/23 09:54:08 UTC

mahout 1.0 ERROR common.AbstractJob: Unexpected

Hello!

Everyone. When I run the folow command in compiled mahout 1.0 and centOS 6, I got a ERROR, did somebody know how to solve this issue?

$MAHOUT cvb    \
 -i ${WORK_DIR}/reuters-out-matrix/matrix    \
 -o ${WORK_DIR}/reuters-lda -x 20 -k 21 -ow    \
 -dict ${WORK_DIR}/reuters-out-seqdir-sparse-lda/dictionary.file-*     \
 -dt ${WORK_DIR}/reuters-lda-topics    \
 -mt ${WORK_DIR}/reuters-lda-model

MAHOUT_LOCAL is not set; adding HADOOP_CONF_DIR to classpath.
Running on hadoop, using /opt/hadoop/default/bin/hadoop and HADOOP_CONF_DIR=/opt/hadoop/default/etc/hadoop
MAHOUT-JOB: /home/mobile/zhangjianyi/mahout/examples/target/mahout-examples-1.0-SNAPSHOT-job.jar
15/01/23 16:46:38 WARN driver.MahoutDriver: No cvb.props found on classpath, will use command-line arguments only
15/01/23 16:46:38 ERROR common.AbstractJob: Unexpected 20 while processing Job-Specific Options:
Unexpected 20 while processing Job-Specific Options:         

Thank you !