You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2018/06/06 14:59:19 UTC

mahout git commit: HOTFIX Add Classifier to cli-drivers dependency

Repository: mahout
Updated Branches:
  refs/heads/branch-0.14.0 c31739327 -> ff658853d


HOTFIX Add Classifier to cli-drivers dependency


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/ff658853
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/ff658853
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/ff658853

Branch: refs/heads/branch-0.14.0
Commit: ff658853dc7d6a588b60957119c4183a8e00bd9b
Parents: c317393
Author: Trevor a.k.a @rawkintrevo <tr...@gmail.com>
Authored: Wed Jun 6 09:58:45 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <tr...@gmail.com>
Committed: Wed Jun 6 09:58:45 2018 -0500

----------------------------------------------------------------------
 community/spark-cli-drivers/pom.xml | 1 +
 engine/spark/pom.xml                | 4 +---
 pom.xml                             | 2 ++
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/ff658853/community/spark-cli-drivers/pom.xml
----------------------------------------------------------------------
diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index 3c7838b..b55bc7c 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -50,6 +50,7 @@
       <groupId>org.apache.mahout</groupId>
       <artifactId>spark_${scala.compat.version}</artifactId>
       <version>${project.version}</version>
+      <classifier>spark_${spark.compat.version}</classifier>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/mahout/blob/ff658853/engine/spark/pom.xml
----------------------------------------------------------------------
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 02d28cf..0fadac3 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -36,9 +36,7 @@
   <packaging>jar</packaging>
 
   <properties>
-      <scala.compat.version>2.11</scala.compat.version>
-      <spark.version>2.3.0</spark.version>
-      <spark.compat.version>2.3</spark.compat.version>
+
   </properties>
 
   <build>

http://git-wip-us.apache.org/repos/asf/mahout/blob/ff658853/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3f356aa..9a404c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,8 @@
     <scala.version>2.11.6</scala.version>
     <scala.compat.version>2.11</scala.compat.version>
 
+    <spark.version>2.3.0</spark.version>
+    <spark.compat.version>2.3</spark.compat.version>
     <!--
     <maven.clover.multiproject>true</maven.clover.multiproject>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>