[jira] [Created] (ZEPPELIN-4627) Codegen fails for SparkInterpreter

2020-02-18 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4627: Summary: Codegen fails for SparkInterpreter Key: ZEPPELIN-4627 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4627 Project: Zeppelin Issue Type: Bug

[jira] [Created] (ZEPPELIN-4626) zeppelin.spark.useHiveContext doesn't work

2020-02-18 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4626: Summary: zeppelin.spark.useHiveContext doesn't work Key: ZEPPELIN-4626 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4626 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-4625) Color Code SQL Strings

2020-02-18 Thread Shreyas (Jira)
Shreyas created ZEPPELIN-4625: - Summary: Color Code SQL Strings Key: ZEPPELIN-4625 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4625 Project: Zeppelin Issue Type: Improvement

[GitHub] [zeppelin] Leemoonsoo commented on issue #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty

2020-02-18 Thread GitBox
Leemoonsoo commented on issue #3635: [ZEPPELIN-4568] Fix can not update output when the data is empty URL: https://github.com/apache/zeppelin/pull/3635#issuecomment-587943603 Thanks @hsuanxyz. LGTM This is an automated

[GitHub] [zeppelin] Leemoonsoo commented on a change in pull request #3654: [ZEPPELIN-4619] Run a note from the commandline

2020-02-18 Thread GitBox
Leemoonsoo commented on a change in pull request #3654: [ZEPPELIN-4619] Run a note from the commandline URL: https://github.com/apache/zeppelin/pull/3654#discussion_r380969384 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java ##

[GitHub] [zeppelin] Leemoonsoo commented on a change in pull request #3654: [ZEPPELIN-4619] Run a note from the commandline

2020-02-18 Thread GitBox
Leemoonsoo commented on a change in pull request #3654: [ZEPPELIN-4619] Run a note from the commandline URL: https://github.com/apache/zeppelin/pull/3654#discussion_r380944401 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java ##

[GitHub] [zeppelin] Leemoonsoo commented on issue #3655: [ZEPPELIN-4620]. Exported note json is not pretty print

2020-02-18 Thread GitBox
Leemoonsoo commented on issue #3655: [ZEPPELIN-4620]. Exported note json is not pretty print URL: https://github.com/apache/zeppelin/pull/3655#issuecomment-587608356 LGTM This is an automated message from the Apache Git

[GitHub] [zeppelin] jeff-hammel-leapyear commented on issue #3618: [ZEPPELIN-4580] check the instance type rather than the class name

2020-02-18 Thread GitBox
jeff-hammel-leapyear commented on issue #3618: [ZEPPELIN-4580] check the instance type rather than the class name URL: https://github.com/apache/zeppelin/pull/3618#issuecomment-587559636 Yep. Thanks, @zjffdu ! This is an

[GitHub] [zeppelin] jeff-hammel-leapyear closed pull request #3618: [ZEPPELIN-4580] check the instance type rather than the class name

2020-02-18 Thread GitBox
jeff-hammel-leapyear closed pull request #3618: [ZEPPELIN-4580] check the instance type rather than the class name URL: https://github.com/apache/zeppelin/pull/3618 This is an automated message from the Apache Git Service.

[jira] [Created] (ZEPPELIN-4624) Dead lock in ConnectionManager

2020-02-18 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4624: Summary: Dead lock in ConnectionManager Key: ZEPPELIN-4624 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4624 Project: Zeppelin Issue Type: Bug

[GitHub] [zeppelin] asfgit closed pull request #3653: [ZEPPELIN-4600] Socket connection between zeppelin server and interpreter is not closed properly for master branch

2020-02-18 Thread GitBox
asfgit closed pull request #3653: [ZEPPELIN-4600] Socket connection between zeppelin server and interpreter is not closed properly for master branch URL: https://github.com/apache/zeppelin/pull/3653 This is an automated

[jira] [Created] (ZEPPELIN-4623) Deadlock in Zeppelin during interpreter restart

2020-02-18 Thread Artem Plotnikov (Jira)
Artem Plotnikov created ZEPPELIN-4623: - Summary: Deadlock in Zeppelin during interpreter restart Key: ZEPPELIN-4623 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4623 Project: Zeppelin

Re: Multi-user environment isolation with Zeppelin

2020-02-18 Thread Jeff Zhang
By default the interpreter is shared, but it is easy to make a configuration change for isolated mode. Tien Dat PHAN 于2020年2月18日周二 下午4:11写道: > Hello Jeff, > > Thanks for your advice. > Regarding your solution, it requires extra action from the Zeppelin > deployer to provide the interpreter

Re: Multi-user environment isolation with Zeppelin

2020-02-18 Thread Tien Dat PHAN
Hello Jeff, Regarding your solution, we are thinking of making a script to set up the correct virtualenv when user logging in. We just wonder if there is a way to invoke a script whenever a user just logging in to Zeppelin? With this, we can make the virtualenv switch automatic and users will

[GitHub] [zeppelin] tylerba-f commented on issue #3653: [ZEPPELIN-4600] Socket connection between zeppelin server and interpreter is not closed properly for master branch

2020-02-18 Thread GitBox
tylerba-f commented on issue #3653: [ZEPPELIN-4600] Socket connection between zeppelin server and interpreter is not closed properly for master branch URL: https://github.com/apache/zeppelin/pull/3653#issuecomment-587345269 conflicts was finished

Re: Multi-user environment isolation with Zeppelin

2020-02-18 Thread Tien Dat PHAN
Hello Jeff, Thanks for your advice. Regarding your solution, it requires extra action from the Zeppelin deployer to provide the interpreter isolation per user, since Zeppelin does not support such feature by default (as far as we know). Is that right? Best Tien Dat On 2020/02/17 23:14:07,