davidradl commented on code in PR #25784:
URL: https://github.com/apache/flink/pull/25784#discussion_r1882167903


##########
docs/content.zh/docs/dev/table/sql-gateway/overview.md:
##########
@@ -116,6 +116,34 @@ $ curl --request GET 
http://localhost:8083/v1/sessions/${sessionHandle}/operatio
 
 结果中的 `nextResultUri` 不是null时,用于获取下一批结果。
 
+### Deploy Script
+
+SQL Gateway supports to deploy a script in [Application Mode]({{< ref 
"docs/deployment/overview" >}}). In application mode, Job Master is responsible 
for the script compiling.
+If you want to use custom resources in the script, e.g. Kafka Source, please 
use [ADD JAR]({{< ref "docs/dev/table/sql/jar">}}) command to download the 
required sources.
+
+Here is an example to deploy script to Flink native K8S Cluster with cluster 
id `CLUSTER_ID`.

Review Comment:
   nit: 
   deploy script -> deploy a script
   to Flink native -> to a Flink native



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to