commit | e56c69c9cc66a4aceba7e00ae291404095974748 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Fri Oct 19 18:15:43 2012 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Fri Oct 19 18:15:43 2012 +0000 |
tree | e5c2b481b0bcb04715946d3d8680411a540fe7cc | |
parent | 18ac30d9d38a86db8c1424768f12b9cea19ae312 [diff] |
fix the pregelix script to imporve the app deployment time git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_staging@2144 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 01a0333..31df24b 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:$1:"$HADOOP_HOME"/conf:"$BASEDIR"/etc:$(echo ${REPO}/*.jar | tr ' ' ':') +CLASSPATH=$CLASSPATH_PREFIX:$1:"$HADOOP_HOME"/conf:"$BASEDIR"/etc # For Cygwin, switch paths to Windows format before running java if $cygwin; then @@ -110,4 +110,4 @@ -Dapp.home="$BASEDIR" \ -Dbasedir="$BASEDIR" \ org.apache.hadoop.util.RunJar \ - "$@" \ No newline at end of file + "$@"