hadoopkandy commented on code in PR #5821:
URL: https://github.com/apache/kyuubi/pull/5821#discussion_r1418244862


##########
docs/configuration/settings.md:
##########
@@ -142,6 +142,7 @@ You can configure the Kyuubi properties in 
`$KYUUBI_HOME/conf/kyuubi-defaults.co
 | kyuubi.engine.flink.extra.classpath                      | <undefined> 
        | The extra classpath for the Flink SQL engine, for configuring the 
location of hadoop client jars, etc. Only effective in yarn session mode.       
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                          
                                                       | string   | 1.6.0 |
 | kyuubi.engine.flink.java.options                         | <undefined> 
        | The extra Java options for the Flink SQL engine. Only effective in 
yarn session mode.                                                              
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                         
                                                       | string   | 1.6.0 |
 | kyuubi.engine.flink.memory                               | 1g                
        | The heap memory for the Flink SQL engine. Only effective in yarn 
session mode.                                                                   
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                           
                                                       | string   | 1.6.0 |
+| kyuubi.engine.flink.initialize.sql                       |                   
        | the initialize sql for flink engine. it fallback to  
`kyuubi.engine.initialize.sql`.                                                 
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                       
                                                       | seq      | 1.8.1 |

Review Comment:
   Thanks, After adopting your suggestion, it passed the related CI test, 
otherwise it won't be able to pass



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