You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2015/03/26 09:32:31 UTC

mahout git commit: MAHOUT-1590 Downgraded guava dependency, since it's latest one compatible with hadoop 2.4.0

Repository: mahout
Updated Branches:
  refs/heads/master 4d3a38635 -> 47790146a


MAHOUT-1590 Downgraded guava dependency, since it's latest one compatible with hadoop 2.4.0


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

Branch: refs/heads/master
Commit: 47790146ab93f742eb987f751e40645dfd530b37
Parents: 4d3a386
Author: Stevo Slavic <ss...@gmail.com>
Authored: Thu Mar 26 09:32:06 2015 +0100
Committer: Stevo Slavic <ss...@gmail.com>
Committed: Thu Mar 26 09:32:06 2015 +0100

----------------------------------------------------------------------
 CHANGELOG | 34 ++++++++++++++++++----------------
 pom.xml   |  2 +-
 2 files changed, 19 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/47790146/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index a833b54..d878267 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,7 +6,7 @@ Release 0.10.0 - unreleased
 
   MAHOUT-1639: Streaming kmeans doesn't properly validate estimatedNumMapClusters -km (smarthi)
 
-  MAHOUT-1493: Port Naive Bayes to Scala DSL (apalumbo) 
+  MAHOUT-1493: Port Naive Bayes to Scala DSL (apalumbo)
 
   MAHOUT-1611: Preconditions.checkArgument in org.apache.mahout.utils.ConcatenateVectorsJob (Haishou Ma via smarthi)
 
@@ -30,6 +30,8 @@ Release 0.10.0 - unreleased
 
   MAHOUT-1595: MatrixVectorView - implement a proper iterateNonZero() (Anand Avati via dlyubimov)
 
+  MAHOUT-1590 Mahout unit test failures due to guava version conflict on hadoop 2 (Venkat Ranganathan via sslavic)
+
   MAHOUT-1529(e): Move dense/sparse matrix test in mapBlock into spark (Anand Avati via dlyubimov)
 
   MAHOUT-1583: cbind() operator for Scala DRMs (dlyubimov)
@@ -39,7 +41,7 @@ Release 0.10.0 - unreleased
   MAHOUT-1573: More explicit parallelism adjustments in math-scala DRM apis; elements of automatic parallelism management (dlyubimov)
 
   MAHOUT-1580: Optimize getNumNonZeroElements() (ssc)
-  
+
   MAHOUT-1464: Cooccurrence Analysis on Spark (pat)
 
   MAHOUT-1578: Optimizations in matrix serialization (ssc)
@@ -63,7 +65,7 @@ Release 0.10.0 - unreleased
   MAHOUT-1446: Create an intro for matrix factorization (Jian Wang via ssc)
 
   MAHOUT-1480: Clean up website on 20 newsgroups (Andrew Palumbo via ssc)
-  
+
   MAHOUT-1561: cluster-syntheticcontrol.sh not running locally with MAHOUT_LOCAL=true (Andrew Palumbo via ssc)
 
   MAHOUT-1558: Clean up classify-wiki.sh and add in a binary classification problem (Andrew Palumbo via ssc)
@@ -95,7 +97,7 @@ Release 0.10.0 - unreleased
   MAHOUT-1519: Remove StandardThetaTrainer (Andrew Palumbo via ssc)
 
   MAHOUT-1517: Remove casts to int in ALSWRFactorizer (ssc)
-  
+
   MAHOUT-1513: Deprecate Canopy Clustering (ssc)
 
   MAHOUT-1511: Renaming core to mrlegacy (frankscholten)
@@ -143,7 +145,7 @@ Release 0.10.0 - unreleased
   MAHOUT-1467: ClusterClassifier readPolicy leaks file handles (Avi Shinnar, smarthi)
 
   MAHOUT-1466: Cluster visualization fails to execute (ssc)
-  
+
   MAHOUT-1465: Clean up README (akm)
 
   MAHOUT-1463: Modify OnlineSummarizers to use the TDigest dependency from Maven Central (tdunning, smarthi)
@@ -191,7 +193,7 @@ Release 0.10.0 - unreleased
   MAHOUT-1417: Random decision forest implementation fails in Hadoop 2 (srowen)
 
   MAHOUT-1416: Make access of DecisionForest.read(dataInput) less restricted (Manoj Awasthi via smarthi)
-  
+
   MAHOUT-1415: Clone method on sparse matrices fails if there is an empty row which has not been set explicitly (till.rohrmann via ssc)
 
   MAHOUT-1413: Rework Algorithms page (ssc)
@@ -341,7 +343,7 @@ Release 0.8 - 2013-07-25
   MAHOUT-1272: Parallel SGD matrix factorizer for SVDrecommender (Peng Cheng via ssc)
 
   MAHOUT-1271: classify-20newsgroups.sh fails during the seqdirectory step (smarthi)
-  
+
   MAHOUT-1269: Cleanup deprecated Lucene 3.x API calls in lucene2seq utility unit tests (smarthi)
 
   MAHOUT-833: Make conversion to sequence files map-reduce (Josh Patterson, smarthi)
@@ -356,7 +358,7 @@ Release 0.8 - 2013-07-25
 
   MAHOUT-1254: Final round of cleanup for StreamingKMeans (dfilimon)
 
-  MAHOUT-1263: Serialise/Deserialise Lambda value for OnlineLogisticRegression (Mike Davy via smarthi)  
+  MAHOUT-1263: Serialise/Deserialise Lambda value for OnlineLogisticRegression (Mike Davy via smarthi)
 
   MAHOUT-1258: Another shot at findbugs and checkstyle (ssc)
 
@@ -393,15 +395,15 @@ Release 0.8 - 2013-07-25
   MAHOUT-1228: Cleanup .gitignore (Stevo Slavic via ssc)
 
   MAHOUT-1047: CVB hangs after completion (Angel Martinez Gonzalez via smarthi)
-  
+
   MAHOUT-1235: ParallelALSFactorizationJob does not use VectorSumCombiner (ssc)
 
   MAHOUT-1230: SparceMatrix.clone() is not deep copy (Maysam Yabandeh via tdunning)
-  
+
   MAHOUT-1232: VectorHelper.topEntries() throws a NPE when number of NonZero elements in vector < maxEntries (smarthi)
 
   MAHOUT-1229: Conf directory content from Mahout distribution archives cannot be unpacked (Stevo Slavic via smarthi)
-  
+
   MAHOUT-1213: SSVD job doesn't clean it's temp dir, and fails when seeing it again (smarthi)
 
   MAHOUT-1223: Fixed point skipped in StreamingKMeans when iterating through centroids from a reducer (dfilimon)
@@ -421,12 +423,12 @@ Release 0.8 - 2013-07-25
   MAHOUT-1181: Adding StreamingKMeans MapReduce classes (dfilimon)
 
   MAHOUT-1212: Incorrect classify-20newsgroups.sh file description (Julian Ortega via smarthi)
-   
-  MAHOUT-1209: DRY out maven-compiler-plugin configuration (Stevo Slavic via smarthi) 
 
-  MAHOUT-1207: Fix typos in description in parent pom (Stevo Slavic via smarthi)  
+  MAHOUT-1209: DRY out maven-compiler-plugin configuration (Stevo Slavic via smarthi)
+
+  MAHOUT-1207: Fix typos in description in parent pom (Stevo Slavic via smarthi)
 
-  MAHOUT-1199: Improve javadoc comments of mahout-integration (Angel Martinez Gonzalez via smarthi)  
+  MAHOUT-1199: Improve javadoc comments of mahout-integration (Angel Martinez Gonzalez via smarthi)
 
   MAHOUT-1162: Adding BallKMeans and StreamingKMeans clustering algorithms (dfilimon)
 
@@ -460,7 +462,7 @@ Release 0.8 - 2013-07-25
 
   MAHOUT-1176: Introduce a changelog file to raise contributors attribution (ssc)
 
-  MAHOUT-1108: Allows cluster-reuters.sh example to be executed on a cluster (elmer.garduno via gsingers) 
+  MAHOUT-1108: Allows cluster-reuters.sh example to be executed on a cluster (elmer.garduno via gsingers)
 
   MAHOUT-961: Fix issue in decision forest tree visualizer to properly show stems of tree (Ikumasa Mukai via gsingers)
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/47790146/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0447fc8..5699b1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>16.0</version>
+        <version>14.0</version>
       </dependency>
 
       <dependency>