Thanks Robin, the .job file seems actually is a jar file, so why name it like that. Why not let it have another name with .jar extension?
On Tue, Mar 9, 2010 at 6:10 PM, Robin Anil <[email protected]> wrote: > the jar to be used on hadoop is > > mahout-examples-0.3-SNAPSHOT.job under the examples/target directory > it contains all deps > > Robin > > On Tue, Mar 9, 2010 at 3:37 PM, Jeff Zhang <[email protected]> wrote: > > > Hi all, > > > > When I run the 20_news_group example in trunk, it complains to me that > > *"java.lang.NoClassDefFoundError: > > org/apache/lucene/analysis/TokenStream"*. > > It seems the jar of lucene is not contained in > > mahout-core-0.3-SNAPSHOT.jar. > > Is this a bug? > > One solution is to upload the lucene jar by using DistributedCache. > > > > -- > > Best Regards > > > > Jeff Zhang > > > -- Best Regards Jeff Zhang
