dnskr opened a new pull request, #4776:
URL: https://github.com/apache/kyuubi/pull/4776

   ### _Why are the changes needed?_
   The PR is needed to configure default properties to be used by Apache Spark 
as query engine.
   
   The PR also changes `values.yaml` file structure:
   ```yaml
   # APIs for connectivity and interoperation between supported clients and 
Kyuubi server
   api:
     # Thrift Binary protocol (HiveServer2 compatible)
     thriftBinary:
       ...
   
   # Kyuubi server configuration
   server:
     replicas: 2
     ...
   
   # Query engines
   engine:
     # Apache Spark default configuration
     spark:
       ...
   ```
   
   ### _How was this patch tested?_
   - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
   
   - [ ] Add screenshots for manual tests if appropriate
   
   - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
   


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