Skip to content

Commit 947f40e

Browse files
Merge pull request #272476 from sreekzz/patch-34
Updated FQDN as https://fqdn/sql-gateway
2 parents 28bf0c9 + f474d96 commit 947f40e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight-aks/flink/start-sql-client-cli-gateway-mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Start SQL Client CLI in gateway mode in Apache Flink Cluster 1.17.0 on H
33
description: Learn how to start SQL Client CLI in gateway mode in Apache Flink Cluster 1.17.0 on HDInsight on AKS.
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 03/07/2024
6+
ms.date: 04/17/2024
77
---
88

99
# Start SQL Client CLI in gateway mode
@@ -46,7 +46,7 @@ In Apache Flink Cluster on HDInsight on AKS, start the SQL Client CLI in gateway
4646
4747
or
4848
49-
./bin/sql-client.sh gateway --endpoint fqdn:443
49+
./bin/sql-client.sh gateway --endpoint https://fqdn/sql-gateway
5050
```
5151

5252
Get cluster endpoint(host or fqdn) on Azure portal.
@@ -92,12 +92,12 @@ Get cluster endpoint(host or fqdn) on Azure portal.
9292
1. Run the sql-client.sh in gateway mode on Flink-cli to Flink SQL.
9393
9494
```
95-
bin/sql-client.sh gateway --endpoint <fqdn>:443
95+
bin/sql-client.sh gateway --endpoint https://fqdn/sql-gateway
9696
```
9797
9898
Example
9999
```
100-
user@MININT-481C9TJ:/mnt/c/Users/user/flink-cli$ bin/sql-client.sh gateway --endpoint <fqdn:443>
100+
user@MININT-481C9TJ:/mnt/c/Users/user/flink-cli$ bin/sql-client.sh gateway --endpoint https://fqdn/sql-gateway
101101
102102
▒▓██▓██▒
103103
▓████▒▒█▓▒▓███▓▒

0 commit comments

Comments
 (0)