lucidworks / zeppelin-solr

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

Upgrade Solr, Zeppelin, bug fixes #10

Closed kiranchitturi closed 5 years ago

kiranchitturi commented 5 years ago
janhoy commented 5 years ago

Glad to see some movement in this project, I wondered whether it is maintained or not :)

epugh commented 5 years ago

Whats the timeline for this being merged? I suspect that the version of the zeppelin-solr demoed at Activiate was based on this new branch! Is there a maven repo out there?

epugh commented 5 years ago

I found https://oss.sonatype.org/content/repositories/snapshots/com/lucidworks/zeppelin/zeppelin-solr/ has a version of the plugin, but can't figure out how to tell ./bin/install-interpreter.sh to use this as the repository!

epugh commented 5 years ago

Okay, so I finally figured out that the way to go was to install the plugin was to first install if via ./bin/interpreter-install.sh -n solr -t path_to_jar

Then, I took all of the dependencies from the build, which ended up oddly not in /target/ but in /target/../../interpreter/solr and moving them into the newly created /zeppelin/interperter/solr

kiranchitturi commented 5 years ago

Hi,

I just got back from the conference. Will merge this and release a version soon.

Installing the interpreter should be as easy as

./bin/install-interpreter.sh --name solr --artifact com.lucidworks.zeppelin:zeppelin-solr:0.0.1-beta2
epugh commented 5 years ago

Do I want beta2? I thought this branch is beta3....?

epugh commented 5 years ago

Regardless, I'll check it out soon! Thanks for merging.

kiranchitturi commented 5 years ago

@epugh I released 0.1.0 just now. Use this command to install the latest (present in the README too)

./bin/install-interpreter.sh --name solr --artifact com.lucidworks.zeppelin:zeppelin-solr:0.1.0

Just this command should be enough. No need to copy or transfer files. If there is a bug, please create an issue to report