commit | ef9ecbb34a446663a991575a1dfc610f03a5a2d4 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sun Mar 10 21:24:35 2013 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Sun Mar 10 21:24:35 2013 +0000 |
tree | e318148712f0163fe7bcc373a6e9d9f3a351eca0 | |
parent | fca9826e5a332845e2a4edd18579c73b65221e05 [diff] |
update scripts git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_release_cleanup@3079 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix-core/src/main/resources/scripts/startAllNCs.sh b/pregelix-core/src/main/resources/scripts/startAllNCs.sh index 629bd90..d30da26 100644 --- a/pregelix-core/src/main/resources/scripts/startAllNCs.sh +++ b/pregelix-core/src/main/resources/scripts/startAllNCs.sh
@@ -2,5 +2,5 @@ for i in `cat conf/slaves` do - ssh $i "cd ${PREGELIX_PATH}; bin/startnc.sh" + ssh $i "cd ${PREGELIX_PATH}; export JAVA_HOME=${JAVA_HOME}; bin/startnc.sh" done