lucidworks / zeppelin-solr

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

LUCENESOLR-1811: Remove jdbc.url, .driver defaults #37

Open gerlowskija opened 3 years ago

gerlowskija commented 3 years ago

The interpreter settings included a JDBC url which assumed a local Fusion4 install. This was convenient for developers at the time, but

  1. Fusion 5 has made this value incorrect now anyways, and
  2. It makes little sense in an open source interpreter not aimed specifically at Fusion.

This commit replaces the default values for these properties with empty-string, forcing users to provide a value themselves.