Skip to content

Commit 82f021d

Browse files
authored
Added alt text to images
Added alt text to images
1 parent b870e56 commit 82f021d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ This tutorial guides you how to start the SQL Client CLI in gateway mode in Apac
2121
2222
Check sql gateway service in AKS side:
2323

24-
Image
24+
:::image type="image" source="./media/start-sql-client-cli-in-gateway-mode/check-sql-gateway.png" alt-text="Screenshot showing how to check SQL gateway." border="true" lightbox="./media/start-sql-client-cli-in-gateway-mode/check-sql-gateway.png":::
2525

26-
27-
## What is SQL Client in Flink?
26+
## What is SQL Client in Flink?
2827

2928
Flink’s Table & SQL API makes it possible to work with queries that written in the SQL language, but these queries need embed within a table program written in either Java or Scala. Moreover, these programs need to be packaged with a build tool before being submitted to a cluster. This feature limits the usage of Flink to Java/Scala programmers.
3029

@@ -52,9 +51,8 @@ or
5251

5352
Get cluster endpoint(host or fqdn) on Azure portal.
5453

55-
Image
56-
57-
54+
:::image type="image" source="./media/start-sql-client-cli-in-gateway-mode/get-cluster-endpoint.png" alt-text="Screenshot showing cluster endpoint." border="true" lightbox="./media/start-sql-client-cli-in-gateway-mode/get-cluster-endpointy.png":::
55+
5856
## Testing
5957

6058
### Preparation
@@ -92,7 +90,7 @@ rest.port: 443
9290
**Step3:**
9391
Allowlist Local Windows public IP with port 443 with VPN enabled into HDInsight on AKS cluster Subnet's Network security inbound.
9492

95-
Image
93+
:::image type="image" source="./media/start-sql-client-cli-in-gateway-mode/allow-public-ip.png" alt-text="Screenshot showing how to allow public IP address." border="true" lightbox="./media/start-sql-client-cli-in-gateway-mode/allow-public-ip.png":::
9694

9795
**Step4:**
9896
Run the sql-client.sh in gateway mode on Flink-cli to Flink SQL.
@@ -155,7 +153,8 @@ Before querying any table with external source, prepare the related jars.
155153
Following examples query kafka table, mysql table in Flink SQL. Download the jar and put it in Flink cluster attached Azure Data Lake Storage gen2 storage.
156154

157155
Jars in Azure Data Lake Storage gen2 in Azure portal:
158-
Image
156+
157+
:::image type="image" source="./media/start-sql-client-cli-in-gateway-mode/jar-files-in-azure-portal.png" alt-text="Screenshot showing jar files in Azure portal." border="true" lightbox="./media/start-sql-client-cli-in-gateway-mode/jar-files-in-azure-portal.png":::
159158

160159

161160
**Step6:**

0 commit comments

Comments
 (0)