Created 05-06-2016 10:02 PM
Does Zeppelin have a Solr interpreter? i am looking for alternative querying/visualization tools outside of banana for solr which may be supported by HWX.
Created 05-07-2016 01:02 AM
There's no Zeppelin interpreter for Solr. List of available interpreters is here.
You can make Solr a Spark RDD and hence access Solr Data with Spark interpreter in Zeppelin.
Another approach (that I didn't test) is to use Solr JDBC connection and Zeppelin JDBC interpreter. A Jira Ticket make me think that some problem may be encountered.
Created 05-06-2016 11:38 PM
The answer is yes, Check out this Meetup with NYC Apache Lucene/Solr Meetup http://meetu.ps/e/zZYFD/F9Zs/d
Created 05-07-2016 01:02 AM
There's no Zeppelin interpreter for Solr. List of available interpreters is here.
You can make Solr a Spark RDD and hence access Solr Data with Spark interpreter in Zeppelin.
Another approach (that I didn't test) is to use Solr JDBC connection and Zeppelin JDBC interpreter. A Jira Ticket make me think that some problem may be encountered.
Created 05-07-2016 04:28 PM
@Abdelkrim Hadjidj that is interesting. I found more info on solr jdbc connection here.
Created 05-10-2016 12:27 PM
@Abdelkrim Hadjidj & @Sunile Manjee - I posted more about the Apache Solr and Apache Zeppelin (incubating) integration here:
There is a whole series about the Solr 6.0 JDBC driver.
Created 05-10-2016 12:32 PM
@Kevin Risden thanks for these links, that's interesting