GIRAPH-783. giraph bin script should pick up giraph-core jar to pass to hadoop
Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/5251864a Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/5251864a Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/5251864a Branch: refs/heads/trunk Commit: 5251864a2c26d8797b5833d247deda82dae672c7 Parents: f13c148 Author: Roman Shaposhnik <[email protected]> Authored: Tue Oct 15 16:27:35 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Tue Nov 12 16:09:46 2013 -0800 ---------------------------------------------------------------------- bin/giraph-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/5251864a/bin/giraph-env ---------------------------------------------------------------------- diff --git a/bin/giraph-env b/bin/giraph-env index 34ff91f..46852a6 100644 --- a/bin/giraph-env +++ b/bin/giraph-env @@ -61,7 +61,7 @@ if [ -d "$GIRAPH_HOME/lib" ]; then CLASSPATH=${CLASSPATH}:$f done - for f in $GIRAPH_HOME/giraph*.jar ; do + for f in $GIRAPH_HOME/giraph-core*.jar ; do if [ -e "$f" ]; then JAR=$f CLASSPATH=${CLASSPATH}:$f
