[
https://issues.apache.org/jira/browse/MAHOUT-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14113636#comment-14113636
]
ASF GitHub Bot commented on MAHOUT-1611:
----------------------------------------
GitHub user smarthi opened a pull request:
https://github.com/apache/mahout/pull/49
MAHOUT-1611: Preconditions.checkArgument in
org.apache.mahout.utils.ConcatenateVectorsJob
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/smarthi/mahout suneel
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mahout/pull/49.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #49
----
commit 7ef9086c1bd4409646f19a1439ea159f0d660a9b
Author: Suneel Marthi <[email protected]>
Date: 2014-08-28T10:18:11Z
MAHOUT-1611: Preconditions.checkArgument in
org.apache.mahout.utils.ConcatenateVectorsJob
----
> 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
> 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.2#6252)