Skip to content

Commit 7da6523

Browse files
Update deploy-sql-big-data-aks.py
1 parent d5256c0 commit 7da6523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def executeCmd (cmd):
8181
print("")
8282
print("SQL Server big data cluster connection endpoints: ")
8383
print("SQL Server master instance:")
84-
command="kubectl get service service-master-pool-lb -o=custom-columns=""IP:.status.loadBalancer.ingress[0].ip,PORT:.spec.ports[0].port"" -n "+CLUSTER_NAME
84+
command="kubectl get service endpoint-master-pool -o=custom-columns=""IP:.status.loadBalancer.ingress[0].ip,PORT:.spec.ports[0].port"" -n "+CLUSTER_NAME
8585
executeCmd(command)
8686
print("")
8787
print("HDFS/KNOX:")

0 commit comments

Comments
 (0)