Till Westmann | 276bbc2 | 2013-06-05 18:56:27 -0700 | [diff] [blame] | 1 | #/* |
| 2 | # Copyright 2009-2013 by The Regents of the University of California |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # you may obtain a copy of the License from |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | #*/ |
buyingyi | c73348c | 2012-11-02 00:31:31 +0000 | [diff] [blame] | 15 | ssh asterix-master './hivesterix/target/appassembler/asterix/startcc.sh'& |
| 16 | sleep 20 |
| 17 | ssh asterix-001 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 18 | ssh asterix-002 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 19 | ssh asterix-003 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 20 | ssh asterix-004 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 21 | ssh asterix-005 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 22 | ssh asterix-006 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 23 | ssh asterix-007 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 24 | ssh asterix-008 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 25 | ssh asterix-009 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 26 | ssh asterix-010 './hivesterix/target/appassembler/asterix/startnc.sh'& |
| 27 | |
| 28 | sleep 30 |
| 29 | export HYRACKS_HOME=/home/yingyib/hyracks_asterix_stabilization |
| 30 | $HYRACKS_HOME/hyracks-cli/target/appassembler/bin/hyrackscli < ~/hivesterix/target/appassembler/asterix/hivedeploy.hcli |