[jira] [Created] (ZEPPELIN-3437) Add support for a SparkJulia Interpreter

2018-04-29 Thread Josh Goldsborough (JIRA)
Josh Goldsborough created ZEPPELIN-3437: --- Summary: Add support for a SparkJulia Interpreter Key: ZEPPELIN-3437 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3437 Project: Zeppelin

[GitHub] zeppelin issue #2950: ZEPPELIN-3432 Fix results object when throwing excepti...

2018-04-29 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2950 @zjffdu Thanks. I've fixed tests for adopting changes. I'll merge it after CI finishes. ---

Re: Zeppelin 0.8.0 ignoring %dep JAR loading

2018-04-29 Thread Jean-Francis Roy
This workaround works, thanks for sharing it! I prefer this one than editing the configuration each time. I'll wait un til 0.8.0 is out, and if the documented %deps method still fails with the real package, I'll file a bug. From: Satoshi Iijima Sent: Saturday

[GitHub] zeppelin issue #2951: ZEPPELIN-3435. Interpreter timeout lifecycle leads to ...

2018-04-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2951 Thanks @felixcheung Unit test is added ---

[GitHub] zeppelin pull request #2953: [Zeppelin 3388] Refactor documentation for Zepp...

2018-04-29 Thread sanjaydasgupta
GitHub user sanjaydasgupta opened a pull request: https://github.com/apache/zeppelin/pull/2953 [Zeppelin 3388] Refactor documentation for ZeppelinContext ### What is this PR for? This PR is a refactoring of the `ZepplinContext` documentation. The description of `ZepplinC

[GitHub] zeppelin issue #2953: [Zeppelin 3388] Refactor documentation for ZeppelinCon...

2018-04-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2953 Thanks @sanjaydasgupta LGTM will merge it to branch-0.8 and master ---

RE: pspark interpreter not working for matplot library

2018-04-29 Thread Panchappanavar, Naveenakumar Gurushantap (Nokia - IN/Bangalore)
The zeppelin version is 0.9.0 Snapshot Regards Naveen -Original Message- From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Sunday, April 29, 2018 8:00 AM To: dev@zeppelin.apache.org Subject: Re: pspark interpreter not working for matplot library Which version of zeppelin do you use ?

[GitHub] zeppelin issue #2950: ZEPPELIN-3432 Fix results object when throwing excepti...

2018-04-29 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2950 @zjffdu I've changed not to unwrap `InterpreterException` as I've found some problems when I run an unavailable script at the first time. I need to check it finally and will tell you the results