Re: SparseVectorsFromSequenceFiles StandardAnalyzer ClassNotFoundException issue

2014-06-03 Thread Suneel Marthi
Not sure what u r trying, but if you r not seeing any compilation errors then u r definitely missing the lucene jars during runtime execution. On Wed, Jun 4, 2014 at 1:16 AM, Terry Blankers wrote: > Hi Suneel, can you please provide a little more detail since I still can't > get this to work. >

Re: SparseVectorsFromSequenceFiles StandardAnalyzer ClassNotFoundException issue

2014-06-03 Thread Terry Blankers
Hi Suneel, can you please provide a little more detail since I still can't get this to work. Which classpath are the Lucene jars supposed to be added to? my java project? or the Hadoop instance? Thanks, Terry On 6/3/14, 5:35 PM, Terry Blankers wrote: Thanks Suneel. I thought having the jar

Re: SparseVectorsFromSequenceFiles StandardAnalyzer ClassNotFoundException issue

2014-06-03 Thread Terry Blankers
Thanks Suneel. I thought having the jar as a dependency and the class imported was enough. On 6/3/14, 4:18 PM, Suneel Marthi wrote: You r missing the Lucene jars from ur classpath. Mahout's presently at Lucene 4.6.1 that's what u should be including. On Tuesday, June 3, 2014 3:40 PM, Terry

Re: SparseVectorsFromSequenceFiles StandardAnalyzer ClassNotFoundException issue

2014-06-03 Thread Suneel Marthi
You r missing the Lucene jars from ur classpath. Mahout's presently at Lucene 4.6.1 that's what u should be including. On Tuesday, June 3, 2014 3:40 PM, Terry Blankers wrote: Hello, can anyone please give me a clue as to what I may be missing here? I'm trying to run a SparseVectorsFromSe

SparseVectorsFromSequenceFiles StandardAnalyzer ClassNotFoundException issue

2014-06-03 Thread Terry Blankers
Hello, can anyone please give me a clue as to what I may be missing here? I'm trying to run a SparseVectorsFromSequenceFiles job via ToolRunner from a java project and I'm getting the following exception: Error: java.lang.ClassNotFoundException: org.apache.lucene.analysis.standard.StandardAna