blob: f3d3505cb2255135d6265e80f1c314254426b4f6 [file] [log] [blame]
bin/startcc.sh
sleep 5
bin/startAllNCs.sh
. conf/cluster.properties
# do we need to specify the version somewhere?
hyrackcmd=`ls ${HYRACKS_HOME}/hyracks-cli/target/hyracks-cli-*-binary-assembly/bin/hyrackscli`
# find zip file
appzip=`ls ../genomix-*-binary-assembly.zip`
[ -f $hyrackcmd ] || { echo "Hyracks commandline is missing"; exit -1;}
[ -f $appzip ] || { echo "Genomix binary-assembly.zip is missing"; exit -1;}
CCHOST_NAME=`cat conf/master`
echo "connect to \"${CCHOST_NAME}:${CC_CLIENTPORT}\"; create application text \"$appzip\";" | $hyrackcmd