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.