Just tested seq2sparse using binary distribution again and received:

11/06/08 21:17:00 INFO mapred.JobClient: Task Id : 
attempt_201106061352_0066_r_000001_1, Status : FAILED
Error: java.lang.ClassNotFoundException: org.apache.lucene.analysis.TokenStream
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)


Confused...

On 6/8/11 6:18 PM, Mark wrote:
I explained in an earlier post that I was having problems running some examples on a cluster when using the binary distribution. My cluster was complaining about missing classes.. ie lucene analyzer and google preconditions. However when I tried the same thing on a src distribution (and after mvn package) I didn't receive those errors.

How do the bin and src distributions differ?

I also noticed that I was able to directly modify the driver.classes.props file using the src distribution and those changes were available immediately. When I tried the same on the binary distribution my changes never appeared??? Is this to be expected?

Thanks for any clarifications.

Reply via email to