[GitHub] zeppelin issue #2983: ZEPPELIN-3496 Notebook title not visible in simple and...

2018-05-27 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2983 will merge this if there are no more discussions ---

[GitHub] zeppelin pull request #2977: ZEPPELIN-3482 Incorrect user is picked up by Ze...

2018-05-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2977 ---

Re: [CANCELED][VOTE] Release Apache Zeppelin 0.8.0 (RC3)

2018-05-27 Thread Jeff Zhang
Hi Folks, One bug of DepInterpreter is found, I will cancel this RC and would propose another RC after this bug is fixed. Sanjay Dasgupta 于2018年5月27日周日 下午9:31写道: > 0 > > I downloaded zeppelin-0.8.0-bin-all.tgz, and was able to successfully test > the following: > >

[GitHub] zeppelin pull request #2988: ZEPPELIN-3506. DepInterpreter is broken

2018-05-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2988 ---

[jira] [Created] (ZEPPELIN-3507) Restart interpreter setting may cause lock contention and lead to ZeppelinServer return 503 code

2018-05-27 Thread bruce xu (JIRA)
bruce xu created ZEPPELIN-3507: -- Summary: Restart interpreter setting may cause lock contention and lead to ZeppelinServer return 503 code Key: ZEPPELIN-3507 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3507

[GitHub] zeppelin pull request #2988: ZEPPELIN-3506. DepInterpreter is broken

2018-05-27 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2988 ZEPPELIN-3506. DepInterpreter is broken ### What is this PR for? The bug is due to getInterpreterInTheSameSessionByClassName doesn't find the correct DepInterpreter. This PR fix this issue.

Re: %dep in Zeppelin 0.8.0

2018-05-27 Thread Jeff Zhang
%spark.dep is only for spark interpreter. Although we could introduce the same thing for jdbc interpreter, but I don't see much benefit compared to setting driver in interpreter setting page. Because jdbc interpreter is different from spark interpreter, the driver jar for jdbc is not adhoc

Re: %dep in Zeppelin 0.8.0

2018-05-27 Thread Sanjay Dasgupta
Hi Jeff, Apologies for raising a somewhat unrelated issue: Should the JDBC interpreter also be able to find a driver if the JAR file containing the driver is loaded using the dep interpreter (instead of defining it as an "artifact" at the bottom of the interpreter configuration page)? Thanks,

[GitHub] zeppelin pull request #2975: ZEPPELIN-3475: Bump up version of Apache Thrift

2018-05-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2975 ---

Re: %dep in Zeppelin 0.8.0

2018-05-27 Thread Jeff Zhang
And this seems a bug in the DepInterpreter, I have created ticket https://issues.apache.org/jira/browse/ZEPPELIN-3506 Jeff Zhang 于2018年5月28日周一 上午8:24写道: > > You can use %spark.conf to add custom jars to spark interpreter. > %spark.conf is more powerful that it could not

[jira] [Created] (ZEPPELIN-3506) DepInterpreter is broken

2018-05-27 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3506: Summary: DepInterpreter is broken Key: ZEPPELIN-3506 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3506 Project: Zeppelin Issue Type: Bug

Re: %dep in Zeppelin 0.8.0

2018-05-27 Thread Jeff Zhang
You can use %spark.conf to add custom jars to spark interpreter. %spark.conf is more powerful that it could not customize jars and also other spark configurations. e.g. %spark.conf spark.jars /tmp/product.jar See the Generic ConfInterpeter Section of this article

%dep in Zeppelin 0.8.0

2018-05-27 Thread Yohana Khoury
Hi, I am trying to run the following on Zeppelin 0.8.0-RC2, Spark 2.3: *%dep* *z.load("/tmp/product.jar")* and then *%spark* *import model.v1._* The result is: *:25: error: not found: value model* * import model.v1._* * ^* It appears that Zeppelin does not load the jar

Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC3)

2018-05-27 Thread Sanjay Dasgupta
0 I downloaded zeppelin-0.8.0-bin-all.tgz, and was able to successfully test the following: 1) Notebook export and import (which was failing earlier). 2) z variable interpolation for spark (ZEPPELIN-1967 ) and shell ( ZEPPELIN-2849

[GitHub] zeppelin issue #2978: [ZEPPELIN-3467] two-step, atomic configuration file wr...

2018-05-27 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2978 @felixcheung have made the suggested changes. But am not sure how to add tests for this. Any hints will be useful. @zjffdu, @Tagar do you recommend similar treatment for