We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1cccf commit 9025f1bCopy full SHA for 9025f1b
1 file changed
samples/features/sql-big-data-cluster/bootstrap-sample-db.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
set -e
3
set -o pipefail
4
+
5
STARTUP_PATH=$(pwd)
6
TMP_DIR_NAME=$(basename $0)
7
USAGE_MESSAGE="USAGE: $0 <CLUSTER_NAMESPACE> <SQL_MASTER_IP> <SQL_MASTER_SA_PASSWORD> <KNOX_IP> [<KNOX_PASSWORD>] [--install-extra-samples] [SQL_MASTER_PORT] [KNOX_PORT]"
0 commit comments