diff options
| author | wangchengcheng <[email protected]> | 2023-07-27 15:43:51 +0800 |
|---|---|---|
| committer | wangchengcheng <[email protected]> | 2023-07-27 15:43:51 +0800 |
| commit | 124f687daace8b85e5c74abac04bcd0a92744a8d (patch) | |
| tree | 4f563326b1be67cfb51bf6a04f1ca4d953536e76 /TWA-PIC/phoenix-hbase/bin/startsql.sh | |
| parent | 08686ae87f9efe7a590f48db74ed133b481c85b1 (diff) | |
P19 23.07 online-configP19
Diffstat (limited to 'TWA-PIC/phoenix-hbase/bin/startsql.sh')
| -rw-r--r-- | TWA-PIC/phoenix-hbase/bin/startsql.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TWA-PIC/phoenix-hbase/bin/startsql.sh b/TWA-PIC/phoenix-hbase/bin/startsql.sh new file mode 100644 index 0000000..25ec47c --- /dev/null +++ b/TWA-PIC/phoenix-hbase/bin/startsql.sh @@ -0,0 +1,12 @@ +#!/bin/bash +source /etc/profile + +BASE_DIR=$(cd $(dirname $0); pwd) + +cd $BASE_DIR + +exec python sqlline.py 192.168.30.193,192.168.30.194,192.168.30.195 <<EOF + +!quit + +EOF |
