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

Hudson commented on MAHOUT-893:
-------------------------------

Integrated in Mahout-Quality #1195 (See 
[https://builds.apache.org/job/Mahout-Quality/1195/])
    MAHOUT-893 exclude watchmaker's dependency on Collections

srowen : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1205498
Files : 
* /mahout/trunk/pom.xml

                
> Dependency Clash : Google Collections and Guava
> -----------------------------------------------
>
>                 Key: MAHOUT-893
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-893
>             Project: Mahout
>          Issue Type: Bug
>          Components: collections
>    Affects Versions: 0.5
>         Environment: windows
>            Reporter: Paritosh Ranjan
>            Assignee: Sean Owen
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.6
>
>         Attachments: MAHOUT-893
>
>
> I tried to run the Recommender example in Mahout in Action Book.
>         DataModel model = new FileDataModel(new File("intro.csv"));
>         UserSimilarity similarity = new PearsonCorrelationSimilarity(model);
> The dependencies from google collections and guava are clashing while 
> execution. Its picking some wrong class like Preconditions and few others 
> which is giving error on runtime. I fixed that by excluding 
> google-collections. The patch is attached which helped me fix this problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to