For the next person, I mounted the interpreter directory, to preserve my changes, and then stopped and started Zeppelin Docker process.

Below is my docker-compose script.


  zeppelin:
    image: apache/zeppelin:0.8.0
    ports:
      - 8080:8080
      - 8081:8081
      - 4040:4040
    volumes:
      - ./notebook:/zeppelin/notebook
      - ./volumes/zeppelin/interpreter:/zeppelin/interpreter
      - ./volumes/zeppelin/conf:/zeppelin/conf

On Oct 19, 2018, at 7:43 AM, Eric Pugh <ep...@opensourceconnections.com> wrote:

I’m using the latest Zeppelin via Docker.   I want to install a interpreter that doesn’t come with Zeppelin (https://github.com/lucidworks/zeppelin-solr) so I need to restart Zeppelin.  

I connect to Dockererized Zeppelin and run: ./bin/zeppelin-daemon.sh restart, however, watching the log it doesn’t seem to stop the old process, and Jetty complains that the port 8080 is already in use.   I tried for fun to kill the Java process, but of course that made the Docker instance quit!

Any thoughts?

Eric


_______________________
Eric Pugh Founder & CEO | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com | My Free/Busy  
This e-mail and all contents, including attachments, is considered to be Company Confidential unless explicitly stated otherwise, regardless of whether attachments are marked as such.


_______________________
Eric Pugh Founder & CEO | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com | My Free/Busy  
This e-mail and all contents, including attachments, is considered to be Company Confidential unless explicitly stated otherwise, regardless of whether attachments are marked as such.

Reply via email to