alexott opened a new pull request #3699: [ZEPPELIN-4378] porting Cassandra interpreter to new driver URL: https://github.com/apache/zeppelin/pull/3699 ### What is this PR for? This PR refactors Cassandra interpreter to use new DataStax Java driver (4.x) that has new features & new architecture, that caused significant changes in the code base. But as result, we're getting: * We get supported version of the driver (3.x line will only receive critical bug fixes) * We get support for additional functionality of the DSE (DataStax Enterprise) - security, additional data types, etc. * Improvements in the load balancing, etc. ### What type of PR is it? Refactoring ### What is the Jira issue? * ZEPPELIN-4378 ### How should this be tested? * Travis CI build: https://travis-ci.org/github/alexott/zeppelin/builds/667208139. The failing tests are the same as in the existing master * Was tested manually in addition to the unit tests ### Questions: * Does the licenses files need update? Done, minor updates * Is there breaking changes for older versions? There are renames & deletion of the configuration properties, but this doesn't break existing setups * Does this needs documentation? Documentation was updated
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services