commit | cf71f5d4d5a0bc2be27e5422ce99d37c0995049f | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sat Mar 23 19:06:21 2013 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sat Mar 23 19:06:21 2013 +0000 |
tree | c837093e846e6c1552cc220570ef57b8883a012d | |
parent | ea617774b13daa72b975d454424e9564ff98a1ac [diff] |
fix the pregelix script to add CDH hadoop conf path into the classpath git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_release_candidate@3186 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix-core/src/main/resources/scripts/pregelix b/pregelix-core/src/main/resources/scripts/pregelix index 6997078..b1a2f74 100644 --- a/pregelix-core/src/main/resources/scripts/pregelix +++ b/pregelix-core/src/main/resources/scripts/pregelix
@@ -91,7 +91,7 @@ REPO="$BASEDIR"/lib fi -CLASSPATH=$CLASSPATH_PREFIX:"$HADOOP_HOME"/conf:"$BASEDIR"/etc:$1 +CLASSPATH=$CLASSPATH_PREFIX:"$HADOOP_HOME"/conf:/etc/hadoop/conf:"$BASEDIR"/etc:$1 # For Cygwin, switch paths to Windows format before running java if $cygwin; then