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/06/10 04:29:58 UTC

svn commit: r1491325 - /mahout/trunk/src/conf/driver.classes.default.props

Author: smarthi
Date: Mon Jun 10 02:29:57 2013
New Revision: 1491325

URL: http://svn.apache.org/r1491325
Log:
MAHOUT-884: Matrix Concatenate Utility change the utility name to concatmatrices

Modified:
    mahout/trunk/src/conf/driver.classes.default.props

Modified: mahout/trunk/src/conf/driver.classes.default.props
URL: http://svn.apache.org/viewvc/mahout/trunk/src/conf/driver.classes.default.props?rev=1491325&r1=1491324&r2=1491325&view=diff
==============================================================================
--- mahout/trunk/src/conf/driver.classes.default.props (original)
+++ mahout/trunk/src/conf/driver.classes.default.props Mon Jun 10 02:29:57 2013
@@ -14,7 +14,7 @@ org.apache.mahout.vectorizer.EncodedVect
 org.apache.mahout.text.WikipediaToSequenceFile = seqwiki : Wikipedia xml dump to sequence file
 org.apache.mahout.text.SequenceFilesFromMailArchives = seqmailarchives : Creates SequenceFile from a directory containing gzipped mail archives
 org.apache.mahout.text.SequenceFilesFromLuceneStorageDriver = lucene2seq : Generate Text SequenceFiles from a Lucene index
-org.apache.mahout.utils.ConcatenateVectorsJob = concatvectors : Concatenates 2 matrices of same cardinality into a single matrix
+org.apache.mahout.utils.ConcatenateVectorsJob = concatmatrices : Concatenates 2 matrices of same cardinality into a single matrix
 
 #Math
 org.apache.mahout.math.hadoop.TransposeJob = transpose : Take the transpose of a matrix