commit | 98e9a9b2d2d711f867405be6e4d47fd779880449 | [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 | 44bad0b151fc1e27931867e397f40992c6caacba | |
parent | 5efe9f2ae01897a0054627ffd9af2f99ef66850a [diff] [blame] |
update scripts git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_release_cleanup@3079 123451ca-8445-de46-9d55-352943316053
diff --git a/hivesterix/hivesterix-dist/src/main/resources/scripts/stopAllNCs.sh b/hivesterix/hivesterix-dist/src/main/resources/scripts/stopAllNCs.sh new file mode 100644 index 0000000..12367c1 --- /dev/null +++ b/hivesterix/hivesterix-dist/src/main/resources/scripts/stopAllNCs.sh
@@ -0,0 +1,6 @@ +PREGELIX_PATH=`pwd` + +for i in `cat conf/slaves` +do + ssh $i "cd ${PREGELIX_PATH}; bin/stopnc.sh" +done