turboFei commented on code in PR #4395:
URL: https://github.com/apache/kyuubi/pull/4395#discussion_r1113930064


##########
docs/deployment/settings.md:
##########
@@ -431,6 +431,7 @@ You can configure the Kyuubi properties in 
`$KYUUBI_HOME/conf/kyuubi-defaults.co
 
 |                       Key                       |                            
         Default                                     |                          
                                                                                
                                                                                
                                                       Meaning                  
                                                                                
                                                                                
                                                                |   Type   | 
Since |
 
|-------------------------------------------------|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-------|
+| kyuubi.operation.client.fetch.max.rows          | 5000                       
                                                     | Max rows limit for 
getting result row set operation. If the max rows specified by client-side is 
larger than the limit, request will fail directly.                              
                                                                                
                                                                                
                                                                                
                                                                        | int   
   | 1.7.0 |

Review Comment:
   refer the config:
   
     val SERVER_LIMIT_CONNECTIONS_PER_USER_IPADDRESS: OptionalConfigEntry[Int] =
       buildConf("kyuubi.server.limit.connections.per.user.ipaddress")
         .doc("Maximum kyuubi server connections per user:ipaddress 
combination." +
           " Any user-ipaddress exceeding this limit will not be allowed to 
connect.")
         .version("1.6.0")
         .serverOnly
         .intConf
         .createOptional



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