[
https://issues.apache.org/jira/browse/MAHOUT-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16099456#comment-16099456
]
ASF GitHub Bot commented on MAHOUT-2000:
----------------------------------------
Github user rawkintrevo commented on a diff in the pull request:
https://github.com/apache/mahout/pull/335#discussion_r129207040
--- Diff: website/oldsite/developers/buildingmahout.md ---
@@ -40,6 +40,16 @@ Compile Mahout using standard maven commands
# With hadoop-1.2.1 dependency
mvn -Phadoop1 -Dhadoop.version=1.2.1 clean compile
+
+ # With Spark 1.6 dependency (also supports Spark 2.0,2.1, and 2.2)
+ mvn -Pspark-1.6 -DskipTests=true clean package
+
+
+ # By default Spark 1.6,2.0,2.1 all use scala 2.10. Spark-2.2 uses
scala 2.11. To override
+ # With Spark 1.6 dependency (also supports
Spark-2.0,Spark-2.1,Spark-2.2)
+ mvn -PSpark-1.6 -Pscala-2.11 -DskipTests=true clean package
+
--- End diff --
Call out for Java8/Hadoop 2.6 requirement?
> Add Spark 2.2.0 as supported binary release
> --------------------------------------------
>
> Key: MAHOUT-2000
> URL: https://issues.apache.org/jira/browse/MAHOUT-2000
> Project: Mahout
> Issue Type: Bug
> Reporter: Dustin VanStee
> Assignee: Trevor Grant
>
> Spark 2.2.0 was recently released. This JIRA is for making sure Mahout is
> supported with the spark 2.2.0 backend, and also publishing the binary.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)