You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/09/11 07:27:05 UTC

[GitHub] [solr] markrmiller commented on pull request #74: SOLR-15080: Add 'zeppelin' integration to bin/solr

markrmiller commented on pull request #74:
URL: https://github.com/apache/solr/pull/74#issuecomment-917359003


   This one seems a bit odd ti me as well. Given that Zeppelin is a server type app that is geared towards interfacing with a wide variety of data sources, even within a single notebook, it feels a bit odd to manage it via something out of Solr.
   
   It's also fairly simple to setup and run - kind of feels more like a doc page. It's been a little while, but I believe you can even install the Solr interpreter as a helium plug-in with a few clicks in the UI.
   
   Given it's difficult to test and play and anyone serious would likely just run zeppelin like you normally would, it almost seems simpler to just doc something like (outdated versions):
   
   docker run -p 8080:8080 -d --name zeppelin apache/zeppelin:0.8.1
   $ docker exec zeppelin ./bin/install-interpreter.sh --name solr --artifact com.lucidworks.zeppelin:zeppelin-solr:0.1.5
   $ docker restart zeppelin # to load the interpreter
   
   I don't even know you would have to restart these days, the helium stuff keeps improving. 


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org