You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2013/12/01 13:19:01 UTC

svn commit: r1546807 - /mahout/trunk/CHANGELOG

Author: smarthi
Date: Sun Dec  1 12:19:00 2013
New Revision: 1546807

URL: http://svn.apache.org/r1546807
Log:
MAHOUT-1367: WikipediaXmlSplitter --> Exception in thread main java.lang.NullPointerException

Modified:
    mahout/trunk/CHANGELOG

Modified: mahout/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1546807&r1=1546806&r2=1546807&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Sun Dec  1 12:19:00 2013
@@ -2,7 +2,7 @@ Mahout Change Log
 
 Release 0.9 - unreleased
 
-  MAHOUT-1312: LocalitySensitiveHashSearch does not limit search results (sslavic)
+  MAHOUT-1367: WikipediaXmlSplitter --> Exception in thread "main" java.lang.NullPointerException (smarthi)
 
   MAHOUT-1362: Remove examples/bin/build-reuters.sh (smarthi)
 
@@ -24,7 +24,9 @@ Release 0.9 - unreleased
 
   MAHOUT-1314: StreamingKMeansReducer throws NullPointerException when REDUCE_STREAMING_KMEANS is set to true (smarthi)
 
-  MAHOUT-1313: Fixed unwanted integral division bug in RowSimilarityJob downsampling code where precision should have been retained (sslavic) 
+  MAHOUT-1313: Fixed unwanted integral division bug in RowSimilarityJob downsampling code where precision should have been retained (sslavic)
+
+  MAHOUT-1312: LocalitySensitiveHashSearch does not limit search results (sslavic)
 
   MAHOUT-1308: Cannot extend CandidateItemsStrategy due to restricted visibility (David Geiger, smarthi)