GitHub user robertdkmarshall opened a pull request: https://github.com/apache/zeppelin/pull/1466
Add SSL Cassandra support ### What is this PR for? The Cassandra Interpreter does not support talking to clusters that use SSL/client to node encryption. It does not have the properties needed to configure the SSL Context. This PR adds the properties to the driver config and sets up the ssl options when they are requested. ### What type of PR is it? Improvement ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1501 ### How should this be tested? Using CQL interpreter connect to a Cassandra cluster that uses client to node encryption. ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this need documentation? Yes. Should add the new properties to the list (cassandra.ssl.enabled, cassandra.ssl.truststore.path and cassandra.ssl.truststore.password). You can merge this pull request into a Git repository by running: $ git pull https://github.com/instaclustr/zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1466.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1466 ---- commit df82ecc8a2d181d9f92dca81357b4400a8c7ba58 Author: Robert Marshall <robertmarshall@instaclustrs-macbook-pro.local> Date: 2016-09-18T23:41:23Z Add SSL Cassandra support ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---