Re: Dependency jars not refreshed after interpreter restart in Zeppelin 0.6.1

2016-09-24 Thread tolomaus
Thanks Mina, will wait for 0.6.2! -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Dependency-jars-not-refreshed-after-interpreter-restart-in-Zeppelin-0-6-1-tp4035p4213.html Sent from the Apache Zeppelin Users (incubating) mailing list ma

Re: Dependency jars not refreshed after interpreter restart in Zeppelin 0.6.1

2016-09-24 Thread Mina Lee
Hey Niek, I could reproduce the issue with your description. I created [1] jira ticket and [2] pull request to fix it. This patch is going to be included in Zeppelin 0.6.2. Thanks for reporting the issue. [1] https://issues.apache.org/jira/browse/ZEPPELIN-1482 [2] https://github.com/apache/zeppeli

Re: Dependency jars not refreshed after interpreter restart in Zeppelin 0.6.1

2016-09-21 Thread tolomaus
Hi Mina, Thanks a lot for digging into it. See here my work flow: I have two jar files: one with my code (A) and one with all dependencies (B). The one with the code is rebuilt regularly. 1. build jar file A v1 2. start zeppelin 3. remove dependencies for A and B in the spark interpreter, save,

Re: Dependency jars not refreshed after interpreter restart in Zeppelin 0.6.1

2016-09-20 Thread Mina Lee
Hi Niek, I tried to dig into the problem here, but I couldn't reproduce with following step: 1. Add dependency '/my/path/a.jar' in GUI 2. Update '/my/path/a.jar' contents 3. go to interpreter page and click edit -> save It would be helpful if you can point out what I missed to reproduce the issue