lucidworks / zeppelin-solr

Apache Solr interpreter for Apache Zeppelin
Apache License 2.0
28 stars 4 forks source link

Add jdbc connection params when needed #23

Closed joel-bernstein closed 5 years ago

joel-bernstein commented 5 years ago

The jdbc Streaming Expression requires jdbc connection parameters to be supplied. There are a number of reasons that this is not desirable from inside Zeppelin paragraphs. One reason is it creates noise in the code and needless repetition. The other issues is that sharing notebook code automatically means sharing jdbc connection parameters.

This ticket allows for configuration of the jdbc connection params as part of the interpreter config. The initial release of this is for convenience and improved usability of the jdbc Streaming Expression with the Zeppelin-solr interpreter. Security has not been addressed in this PR and will be addressed in future PR's.

joel-bernstein commented 5 years ago

Sample of jdbc calls made without connection info specified.

Screen Shot 2019-04-04 at 9 33 22 AM
joel-bernstein commented 5 years ago

Screenshot of configuration