[ 
https://issues.apache.org/jira/browse/MAHOUT-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672563#comment-13672563
 ] 

Hudson commented on MAHOUT-993:
-------------------------------

Integrated in Mahout-Quality #2030 (See 
[https://builds.apache.org/job/Mahout-Quality/2030/])
    MAHOUT-993 Some vector dumper flags are expecting arguments (tom pierce) 
(Revision 1488713)

     Result = SUCCESS
robinanil : 
Files : 
* /mahout/trunk/CHANGELOG
* 
/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/vectors/VectorDumper.java

                
> Some vector dumper flags are expecting arguments.
> -------------------------------------------------
>
>                 Key: MAHOUT-993
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-993
>             Project: Mahout
>          Issue Type: Bug
>          Components: Integration
>    Affects Versions: 0.6
>            Reporter: tom pierce
>            Assignee: Sebastian Schelter
>            Priority: Minor
>              Labels: integration
>             Fix For: 0.8
>
>         Attachments: MAHOUT-993.patch
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to