You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/11/09 01:23:34 UTC

[jira] [Commented] (MAHOUT-1611) Preconditions.checkArgument in org.apache.mahout.utils.ConcatenateVectorsJob

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

ASF GitHub Bot commented on MAHOUT-1611:
----------------------------------------

Github user smarthi closed the pull request at:

    https://github.com/apache/mahout/pull/49


> Preconditions.checkArgument in org.apache.mahout.utils.ConcatenateVectorsJob
> ----------------------------------------------------------------------------
>
>                 Key: MAHOUT-1611
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1611
>             Project: Mahout
>          Issue Type: Bug
>          Components: Integration
>    Affects Versions: 0.9
>            Reporter: Haishou Ma
>            Assignee: Suneel Marthi
>            Priority: Minor
>
> In org.apache.mahout.utils.ConcatenateVectorsJob line 111
> Preconditions.checkArgument(paths.length == 0, path.getName() + " is a file, should be a directory");
> paths.length == 0 should be paths.length > 0



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