[jira] [Created] (ZEPPELIN-4622) Html is not displayed properly in R interpreter

2020-02-17 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4622: Summary: Html is not displayed properly in R interpreter Key: ZEPPELIN-4622 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4622 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-4621) Setting up JDBC password dynamically

2020-02-17 Thread Chang Yong Lik (Jira)
Chang Yong Lik created ZEPPELIN-4621: Summary: Setting up JDBC password dynamically Key: ZEPPELIN-4621 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4621 Project: Zeppelin Issue Typ

[GitHub] [zeppelin] zjffdu opened a new pull request #3655: [ZEPPELIN-4620]. Exported note json is not pretty print

2020-02-17 Thread GitBox
zjffdu opened a new pull request #3655: [ZEPPELIN-4620]. Exported note json is not pretty print URL: https://github.com/apache/zeppelin/pull/3655 ### What is this PR for? The exported note (both zpln and ipynb) are not pretty print. This PR fix this is straightforward. For zpln, it i

[GitHub] [zeppelin] asfgit closed pull request #3652: [ZEPPELIN-4614]. Dead lock in ZeppelinServer

2020-02-17 Thread GitBox
asfgit closed pull request #3652: [ZEPPELIN-4614]. Dead lock in ZeppelinServer URL: https://github.com/apache/zeppelin/pull/3652 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [zeppelin] asfgit closed pull request #3651: [ZEPPELIN-4617]. Clean ParagraphJobListener

2020-02-17 Thread GitBox
asfgit closed pull request #3651: [ZEPPELIN-4617]. Clean ParagraphJobListener URL: https://github.com/apache/zeppelin/pull/3651 This is an automated message from the Apache Git Service. To respond to the message, please log o

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

2020-02-17 Thread GitBox
zjffdu 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-587238795 @tylerba-f Could you resolve the conflicts ? ---

[GitHub] [zeppelin] zjffdu commented on issue #3650: [ZEPPELIN-4600] Socket connection between zeppelin server and interpreter is not closed properly for branch 0.8

2020-02-17 Thread GitBox
zjffdu commented on issue #3650: [ZEPPELIN-4600] Socket connection between zeppelin server and interpreter is not closed properly for branch 0.8 URL: https://github.com/apache/zeppelin/pull/3650#issuecomment-587234123 Thanks, will merge it if no more comment ---

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

2020-02-17 Thread GitBox
zjffdu commented on issue #3618: [ZEPPELIN-4580] check the instance type rather than the class name URL: https://github.com/apache/zeppelin/pull/3618#issuecomment-587234060 I have merged this PR, could you close it ? @jeff-hammel-leapyear --

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

2020-02-17 Thread GitBox
zjffdu 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_r380417760 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java ## @@ -

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

2020-02-17 Thread GitBox
zjffdu 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_r380417269 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java ## @@ -32

Re: Multi-user environment isolation with Zeppelin

2020-02-17 Thread Jeff Zhang
In you case, you need to configure different python interpreters for each user. So that they won't conflict with each other. e.g. you can create virtualenv python_a for user a and virtualenv python_b for user b. Then you can create 2 python interpreters and each interpreter have different setting

[GitHub] [zeppelin] Leemoonsoo opened a new pull request #3654: [ZEPPELIN-4619] Run a note from the commandline

2020-02-17 Thread GitBox
Leemoonsoo opened a new pull request #3654: [ZEPPELIN-4619] Run a note from the commandline URL: https://github.com/apache/zeppelin/pull/3654 ### What is this PR for? This PR adds a command-line option to run a single note. The code is pickled from https://github.com/apache/zeppelin/p

Multi-user environment isolation with Zeppelin

2020-02-17 Thread Tien Dat PHAN
Dear experts, In our use case, multiple users will work on the same Notebook. They, of course, each have their own user to login. This is managed smoothly with Zeppelin + Shiro. However, we notice that the users share the same environment. This means if user A logins and install a Python library

[GitHub] [zeppelin] asfgit closed pull request #3648: [ZEPPELIN-4618] Zeppelin on Kubernetes does not automatically configure Spark on Kubernetes

2020-02-17 Thread GitBox
asfgit closed pull request #3648: [ZEPPELIN-4618] Zeppelin on Kubernetes does not automatically configure Spark on Kubernetes URL: https://github.com/apache/zeppelin/pull/3648 This is an automated message from the Apache Git

[GitHub] [zeppelin] Leemoonsoo commented on issue #3648: [ZEPPELIN-4618] Zeppelin on Kubernetes does not automatically configure Spark on Kubernetes

2020-02-17 Thread GitBox
Leemoonsoo commented on issue #3648: [ZEPPELIN-4618] Zeppelin on Kubernetes does not automatically configure Spark on Kubernetes URL: https://github.com/apache/zeppelin/pull/3648#issuecomment-587098274 Thanks @zjffdu for review. Merge to master.

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

2020-02-17 Thread GitBox
tylerba-f commented on issue #3650: [ZEPPELIN-4600] Socket connection between zeppelin server and interpreter is not closed properly for branch 0.8 URL: https://github.com/apache/zeppelin/pull/3650#issuecomment-586953518 master branch PR was commited ---

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

2020-02-17 Thread GitBox
tylerba-f opened a new 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 ### What is this PR for? Fix the stability problem of zengin for long time (7day