blob: f3d3505cb2255135d6265e80f1c314254426b4f6 [file] [log] [blame]
jianfeng.jia@gmail.com71e4fce2013-01-10 03:20:55 +00001bin/startcc.sh
2sleep 5
3bin/startAllNCs.sh
jianfeng.jia@gmail.comf8af7882013-01-25 23:16:30 +00004
5. conf/cluster.properties
6# do we need to specify the version somewhere?
7hyrackcmd=`ls ${HYRACKS_HOME}/hyracks-cli/target/hyracks-cli-*-binary-assembly/bin/hyrackscli`
8# find zip file
9appzip=`ls ../genomix-*-binary-assembly.zip`
10
11[ -f $hyrackcmd ] || { echo "Hyracks commandline is missing"; exit -1;}
12[ -f $appzip ] || { echo "Genomix binary-assembly.zip is missing"; exit -1;}
13
14CCHOST_NAME=`cat conf/master`
15
16echo "connect to \"${CCHOST_NAME}:${CC_CLIENTPORT}\"; create application text \"$appzip\";" | $hyrackcmd
17