deadwind4 commented on a change in pull request #2215:
URL: https://github.com/apache/incubator-kyuubi/pull/2215#discussion_r836988298



##########
File path: docs/deployment/settings.md
##########
@@ -396,6 +396,32 @@ Setting them in the JDBC Connection URL supplies 
session-specific for each SQL e
 
 Please refer to the Spark official online documentation for [SET 
Command](http://spark.apache.org/docs/latest/sql-ref-syntax-aux-conf-mgmt-set.html)
 
+## Flink Configurations
+
+### Via flink-conf.yaml
+
+Setting them in `$FLINK_HOME/conf/flink-conf.yaml` supplies with default 
values for SQL engine application. Available properties can be found at Flink 
official online documentation for [Flink 
Configurations](https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/)
+
+### Via kyuubi-defaults.conf
+
+Setting them in `$KYUUBI_HOME/conf/kyuubi-defaults.conf` supplies with default 
values for SQL engine application too. You can use properties with the 
additional prefix `flink.` to override settings in 
`$FLINK_HOME/conf/flink-conf.yaml`.
+
+For example:
+```
+flink.parallelism.default 2
+flink.taskmanager.memory.process.size 5g

Review comment:
       this is a kyuubi conf no ':'




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to