File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
test/test-tool/openmldb-deploy Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22export OPENMLDB_VERSION=0.8.3
33# openmldb mode: standalone / cluster
4- export OPENMLDB_MODE=${OPENMLDB_MODE:= standalone }
4+ export OPENMLDB_MODE=${OPENMLDB_MODE:= cluster }
55# tablet port
66export OPENMLDB_TABLET_PORT=10921
77# nameserver port
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ cp -f ../release/bin/*.sh bin/
3232
3333mv ../hosts conf/hosts
3434sed -i" " -e " s/OPENMLDB_VERSION=[0-9]\.[0-9]\.[0-9]/OPENMLDB_VERSION=${VERSION} /g" conf/openmldb-env.sh
35- sed -i" " -e " s/OPENMLDB_MODE:=standalone/OPENMLDB_MODE:=cluster/g" conf/openmldb-env.sh
3635sed -i" " -e " s/CLEAR_OPENMLDB_INSTALL_DIR=false/CLEAR_OPENMLDB_INSTALL_DIR=true/g" conf/openmldb-env.sh
3736sh sbin/stop-all.sh
3837sh sbin/clear-all.sh
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ rm -f bin/*.sh
3232
3333/bin/cp -f ../test/test-tool/openmldb-deploy/hosts conf/hosts
3434sed -i" " -e " s/OPENMLDB_VERSION=[0-9]\.[0-9]\.[0-9]/OPENMLDB_VERSION=${VERSION} /g" conf/openmldb-env.sh
35- sed -i" " -e " s/OPENMLDB_MODE:=standalone/OPENMLDB_MODE:=cluster/g" conf/openmldb-env.sh
3635sh sbin/deploy-all.sh
3736
3837for (( i= 0 ; i<= 2 ; i++ ))
You can’t perform that action at this time.
0 commit comments