commit | e770ad6fc7ac201294966201f2c930c67b78a048 | [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 | 07b1f4643977421bdf38bd081891bda758367ee6 | |
parent | f2782a85e50f4e31c2047a0f301de2300bf4b575 [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/pregelix-core/src/main/resources/scripts/pregelix b/pregelix/pregelix-core/src/main/resources/scripts/pregelix index 6997078..b1a2f74 100644 --- a/pregelix/pregelix-core/src/main/resources/scripts/pregelix +++ b/pregelix/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