You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Allen McIntosh (JIRA)" <ji...@apache.org> on 2015/04/15 00:37:00 UTC

[jira] [Created] (MAHOUT-1690) CLONE - Some vector dumper flags are expecting arguments.

Allen McIntosh created MAHOUT-1690:
--------------------------------------

             Summary: CLONE - Some vector dumper flags are expecting arguments.
                 Key: MAHOUT-1690
                 URL: https://issues.apache.org/jira/browse/MAHOUT-1690
             Project: Mahout
          Issue Type: Bug
          Components: Integration
    Affects Versions: 0.6
            Reporter: Allen McIntosh
            Assignee: Sebastian Schelter
            Priority: Minor
             Fix For: 0.8


I ran VectorDumper from the command line like this:

$MAHOUT_HOME/bin/mahout vectordump -i ${HDFS_VECTS} --csv -p > ${LOCAL_VECTS}

I've used this command before to dump similar vectors, but I'm now getting missing argument errors:

ERROR common.AbstractJob: Missing value(s) --printKey

You can add an argument after each of these flags to work around this problem for now:

$MAHOUT_HOME/bin/mahout vectordump -i ${INPATH} --csv x -p x > ${LOCAL_OUT}

I encountered this on the trunk, but I think it's likely this problem went out in 0.6; I can check in the next fews days if nobody does it first.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)