Skip to content

Commit f1e503e

Browse files
committed
Added STARTUP_PATH
1 parent 3d3968a commit f1e503e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad

samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/setup-bdc-ad.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if [ "$EUID" -ne 0 ]
66
exit
77
fi
88

9+
STARTUP_PATH=$(pwd)
10+
911
# This is a script to create single-node Kubernetes cluster and deploy BDC on it.
1012
#
1113
export BDCDEPLOY_DIR=bdcdeploy

0 commit comments

Comments
 (0)