Hello,

I've noticed the above class is not mentioned in driver.classes.props so I've created a patch for this, in case it was not left out intentionally.


Cheers,
--
Ioan Eugen Stan
http://ieugen.blogspot.com
Index: src/conf/driver.classes.props
===================================================================
--- src/conf/driver.classes.props	(revision 1237642)
+++ src/conf/driver.classes.props	(working copy)
@@ -12,6 +12,7 @@
 org.apache.mahout.vectorizer.SparseVectorsFromSequenceFiles = seq2sparse: Sparse Vector generation from Text sequence files
 org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFiles = seq2encoded: Encoded Sparse Vector generation from Text sequence files
 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
 
 #Math
 org.apache.mahout.math.hadoop.TransposeJob = transpose : Take the transpose of a matrix

Reply via email to