You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2016/03/08 21:20:48 UTC

[1/2] mahout git commit: (nojira) upgrade to Spark 1.5.2

Repository: mahout
Updated Branches:
  refs/heads/master f6224fcf7 -> a3cdff6d6


(nojira) upgrade to Spark 1.5.2


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

Branch: refs/heads/master
Commit: 2b023cf88e09efc301e9d970fd834cb05d96287c
Parents: e8b9c80
Author: Andrew Palumbo <ap...@apache.org>
Authored: Tue Mar 8 15:18:45 2016 -0500
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Tue Mar 8 15:18:45 2016 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/2b023cf8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 76c094b..c683ab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
     <slf4j.version>1.7.12</slf4j.version>
     <scala.compat.version>2.10</scala.compat.version>
     <scala.version>2.10.4</scala.version>
-    <spark.version>1.4.1</spark.version>
+    <spark.version>1.5.2</spark.version>
     <h2o.version>0.1.25</h2o.version>
   </properties>
   <issueManagement>


[2/2] mahout git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/mahout

Posted by ap...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/mahout


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

Branch: refs/heads/master
Commit: a3cdff6d6f5a10457bb7c17a3f976f9b67c39b6a
Parents: 2b023cf f6224fc
Author: Andrew Palumbo <ap...@apache.org>
Authored: Tue Mar 8 15:19:41 2016 -0500
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Tue Mar 8 15:19:41 2016 -0500

----------------------------------------------------------------------
 .../classifier/naivebayes/NBClassifier.scala     |  6 +++---
 .../mahout/classifier/naivebayes/NBModel.scala   |  2 --
 .../classifier/naivebayes/NaiveBayes.scala       | 10 +++++-----
 .../classifier/stats/ConfusionMatrix.scala       | 15 +++++++--------
 .../apache/mahout/math/decompositions/ALS.scala  |  2 --
 .../apache/mahout/math/decompositions/DQR.scala  |  2 --
 .../mahout/math/decompositions/DSPCA.scala       |  1 -
 .../mahout/math/decompositions/DSSVD.scala       |  1 -
 .../apache/mahout/math/drm/CheckpointedOps.scala |  1 -
 .../mahout/math/drm/DistributedEngine.scala      |  4 ++--
 .../mahout/math/scalabindings/MatrixOps.scala    | 19 ++++++++++---------
 .../math/scalabindings/RLikeVectorOps.scala      |  2 +-
 .../mahout/math/scalabindings/VectorOps.scala    |  2 +-
 .../apache/mahout/sparkbindings/blas/ABt.scala   |  3 ---
 14 files changed, 29 insertions(+), 41 deletions(-)
----------------------------------------------------------------------