ammu20-dev commented on code in PR #26378:
URL: https://github.com/apache/flink/pull/26378#discussion_r2059714803


##########
docs/content/docs/dev/table/sqlClient.md:
##########
@@ -69,6 +69,12 @@ In the gateway mode, the CLI submits the SQL to the 
specified remote gateway to
 
 The `<gateway address>` can be provided in two formats: as a `host:port` 
combination or as a full URL.
 
+You can also override the default job manager configuration in SQL client by 
explicitly providing the cluster address while initialising the client as below:
+
+```bash
+./bin/sql-client.sh gateway --endpoint <gateway address> -Drest.address=<flink 
cluster host> -Drest.port=<port>

Review Comment:
   I think gateway address is more suitable. As address indicates the location 
of the gateway, whether it's provided as a host:port combination or a full URL. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to