[ 
https://issues.apache.org/jira/browse/MAHOUT-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Svinarchuk updated MAHOUT-1329:
--------------------------------------

    Fix Version/s: 0.9
           Status: Patch Available  (was: Open)

This patch consists changes for work mahout with hadoop 2.X and hadoop 1.X.
Now for build mahout for hadoop 1.X use next command:
mvn  clean package -Dhadoop.profile=100 -Dhadoop.1.version={hadoop.version} 
-Dhbase.version={hbase.version}

and hadoop 2.X
mvn clean package -Dhadoop.profile=200 -Dhadoop.2.version={hadoop.version} 
-Dhbase.version={hbase.version}

Example:
        mahout with hadoop 1.2.1 - mvn clean package -Dhadoop.profile=100 
-Dhadoop.1.version=1.2.1 -Dhbase.version=0.95.0
        mahout with hadoop 2.1.0-SNAPSHOT - mvn clean package 
-Dhadoop.profile=200 -Dhadoop.2.version=2.1.0-SNAPSHOT -Dhbase.version=0.95.0
                
> Mahout for hadoop 2
> -------------------
>
>                 Key: MAHOUT-1329
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1329
>             Project: Mahout
>          Issue Type: Task
>          Components: build
>    Affects Versions: 0.9
>            Reporter: Sergey Svinarchuk
>              Labels: patch
>             Fix For: 0.9
>
>         Attachments: 1329.patch
>
>
> Update mahout for work with hadoop 2.X

--
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