Skip to content

Commit 954fb3c

Browse files
committed
Updated default knox port number
1 parent e44edd7 commit 954fb3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-big-data-cluster/bootstrap-sample-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ AW_WWI_SAMPLES=${AW_WWI_SAMPLES:=no}
3131

3232
# Use default ports if not specified
3333
SQL_MASTER_PORT=${SQL_MASTER_PORT:=31433}
34-
KNOX_PORT=${KNOX_PORT:=30433}
34+
KNOX_PORT=${KNOX_PORT:=30443}
3535
SQL_MASTER_INSTANCE=$SQL_MASTER_IP,$SQL_MASTER_PORT
3636
KNOX_ENDPOINT=$KNOX_IP:$KNOX_PORT
3737

0 commit comments

Comments
 (0)