[
https://issues.apache.org/jira/browse/MAHOUT-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217544#comment-14217544
]
ASF GitHub Bot commented on MAHOUT-1611:
----------------------------------------
GitHub user smarthi opened a pull request:
https://github.com/apache/mahout/pull/63
MAHOUT-1611: Preconditions.checkArgument in org.apache.mahout.utils.Con...
...catenateVectorsJob, revert back to Hadoop 1.x compatible APIs
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/63.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 #63
----
commit 9587415d0087f2b9289b753e5d399e5ba80aab76
Author: Suneel Marthi <[email protected]>
Date: 2014-11-19T04:57:43Z
MAHOUT-1611: Preconditions.checkArgument in
org.apache.mahout.utils.ConcatenateVectorsJob, revert back to Hadoop 1.x
compatible APIs
----
> 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
> Fix For: 1.0
>
>
> 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)