alexott opened a new pull request #3815: URL: https://github.com/apache/zeppelin/pull/3815
### What is this PR for? New DataStax Java Driver allows to override configuration options by different ways - via config file, system properties, etc. This PR implements following: * Allow to override any option of the Java driver by putting additional options into interpreter's configuration. For example, this allows to use DataStax Astra (Cassandra as a Service) without need to make any changes in the code of the interpreter. It also allows to configure any additional parameter not exposed directly by interpreter * Upgrades driver to latest released version * Configures embedded Cassandra for faster startup when executing unit tests ### What type of PR is it? Improvement ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4818 ### How should this be tested? * https://travis-ci.org/github/alexott/zeppelin/builds/700594918 * tested manually ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
