-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.1.0, 1.0.0
-
Fix Version/s: None
-
Component/s: conf and scripts
-
Labels:
-
Environment:
current trunk of giraph, after running "mvn compile" (as advised in the quick start guide).
Also Hadoop 1.0.1 was used.
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.