Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.1.0, 1.0.0
-
None
-
current trunk of giraph, after running "mvn compile" (as advised in the quick start guide).
Also Hadoop 1.0.1 was used.
Description
If no ./lib dir is present, then the bin/giraph script assumes it is running in a "dev environment".
This chooses an execution path through the bin/giraph script, which overwrites the CLASSPATH variable instead of appending to it.
Incidentally, this also removes the name of the jar submitted by the user, which got appended to CLASSPATH earlier in the script.