[GitHub] [zeppelin] zjffdu commented on pull request #4151: [Zeppelin-4765] Fix mongodb interpreter: missing dependency

2021-06-23 Thread GitBox
zjffdu commented on pull request #4151: URL: https://github.com/apache/zeppelin/pull/4151#issuecomment-867380966 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For q

[GitHub] [zeppelin] Reamer removed a comment on pull request #4143: [ZEPPELIN-5311] Unable to run list & add hive statement

2021-06-23 Thread GitBox
Reamer removed a comment on pull request #4143: URL: https://github.com/apache/zeppelin/pull/4143#issuecomment-867354438 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [zeppelin] Reamer commented on pull request #4143: [ZEPPELIN-5311] Unable to run list & add hive statement

2021-06-23 Thread GitBox
Reamer commented on pull request #4143: URL: https://github.com/apache/zeppelin/pull/4143#issuecomment-867354438 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For q

[GitHub] [zeppelin] Reamer commented on pull request #4151: [Zeppelin-4765] Fix mongodb interpreter: missing dependency

2021-06-23 Thread GitBox
Reamer commented on pull request #4151: URL: https://github.com/apache/zeppelin/pull/4151#issuecomment-867352120 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For q

[GitHub] [zeppelin] zjffdu opened a new pull request #4155: [ZEPPELIN-5428] Unify flink configuration between different execution modes

2021-06-23 Thread GitBox
zjffdu opened a new pull request #4155: URL: https://github.com/apache/zeppelin/pull/4155 ### What is this PR for? This PR is to unify the configuration of flink interpreter. Due to historical reason, some properties are only available for yarn mode, but not for yarn-application mod

[jira] [Created] (ZEPPELIN-5429) #{user} config value sometimes resolves to anonymous for users correctly logged in with LDAP

2021-06-23 Thread Theo Sardin (Jira)
Theo Sardin created ZEPPELIN-5429: - Summary: #{user} config value sometimes resolves to anonymous for users correctly logged in with LDAP Key: ZEPPELIN-5429 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5429

[GitHub] [zeppelin] zjffdu opened a new pull request #4154: [ZEPPELIN-5423] Running %spark.conf cell seem to break placeholder #{user} from config

2021-06-23 Thread GitBox
zjffdu opened a new pull request #4154: URL: https://github.com/apache/zeppelin/pull/4154 ### What is this PR for? The root cause is that we do context parameter replacement in zeppelin server side (RemoteInterpreter). Actually we should do it in interpreter process side. Also a

[jira] [Created] (ZEPPELIN-5428) yarn-application模式下%flink.conf中的参数不生效

2021-06-23 Thread gaoxianzhu (Jira)
gaoxianzhu created ZEPPELIN-5428: Summary: yarn-application模式下%flink.conf中的参数不生效 Key: ZEPPELIN-5428 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5428 Project: Zeppelin Issue Type: Bug

[GitHub] [zeppelin] cnoelle opened a new pull request #4153: [ZEPPELIN-5427] mongodb interpreter: config by env vars

2021-06-23 Thread GitBox
cnoelle opened a new pull request #4153: URL: https://github.com/apache/zeppelin/pull/4153 ### What is this PR for? Add the possibility to configure the interpreter through env vars ### What type of PR is it? Improvement ### Todos ### What is the Jira issue? htt

[GitHub] [zeppelin] cnoelle opened a new pull request #4152: [ZEPPELIN-5426] mongodb interpreter: support mongosh

2021-06-23 Thread GitBox
cnoelle opened a new pull request #4152: URL: https://github.com/apache/zeppelin/pull/4152 ### What is this PR for? The mongodb interpreter works by calling into the deprecated `mongo` shell (https://docs.mongodb.com/manual/reference/program/mongo/), which is going to be replaced by `mo

[GitHub] [zeppelin] cnoelle opened a new pull request #4151: [Zeppelin-4765] Fix mongodb interpreter: missing dependency

2021-06-23 Thread GitBox
cnoelle opened a new pull request #4151: URL: https://github.com/apache/zeppelin/pull/4151 ### What is this PR for? Adds a missing dependency for the mongodb interpreter. ### What type of PR is it? Bug Fix ### Todos ### What is the Jira issue? https://issues.apa

[jira] [Created] (ZEPPELIN-5427) Mongodb interpreter: config by env vars

2021-06-23 Thread Jira
Christoph Nölle created ZEPPELIN-5427: - Summary: Mongodb interpreter: config by env vars Key: ZEPPELIN-5427 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5427 Project: Zeppelin Issu

[jira] [Created] (ZEPPELIN-5426) Support new mongosh

2021-06-23 Thread Jira
Christoph Nölle created ZEPPELIN-5426: - Summary: Support new mongosh Key: ZEPPELIN-5426 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5426 Project: Zeppelin Issue Type: New Feature

Re: Remote Interpreter

2021-06-23 Thread denny wong
Thanks for the quick reply. In our use case, we only use the python and db interpreters (no yarn, spark, etc).  We would start the Zeppelin server in one node (as a container).  Whenever, user runs a notebook, we would spawn a remote interpreter container (in the same node).  We use the isolate

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4143: [ZEPPELIN-5311] Unable to run list & add hive statement

2021-06-23 Thread GitBox
zjffdu commented on a change in pull request #4143: URL: https://github.com/apache/zeppelin/pull/4143#discussion_r657230968 ## File path: jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java ## @@ -727,12 +727,14 @@ private InterpreterResult executeSql(String dbPref

Re: Remote Interpreter

2021-06-23 Thread Jeff Zhang
Yes,it is supported. You can either k8s mode (interpreter runs in pod ) or yarn mode (interpreter runs in yarn container) http://zeppelin.apache.org/docs/0.9.0/quickstart/kubernetes.html http://zeppelin.apache.org/docs/0.9.0/quickstart/yarn.html denny wong 于2021年6月23日周三 下午10:14写道: > Hi > We ar

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4149: [ZEPPELIN-5424] Clarify LDAPRealm Bug/Limit

2021-06-23 Thread GitBox
zjffdu commented on a change in pull request #4149: URL: https://github.com/apache/zeppelin/pull/4149#discussion_r657183820 ## File path: docs/setup/security/shiro_authentication.md ## @@ -195,6 +195,7 @@ Add the following line in the `shiro.ini` file: ``` ldapRealm.hadoopSe

[GitHub] [zeppelin] cuspymd opened a new pull request #4150: [ZEPPELIN-5425] Polish Interpreter class

2021-06-23 Thread GitBox
cuspymd opened a new pull request #4150: URL: https://github.com/apache/zeppelin/pull/4150 ### What is this PR for? - Move `interpolate()` function into `AbstractInterpreter` class which is only one caller of this function - Fix IDE warning messages ### What type of PR is i

[jira] [Created] (ZEPPELIN-5425) Polish Interpreter class

2021-06-23 Thread Myoungdo Park (Jira)
Myoungdo Park created ZEPPELIN-5425: --- Summary: Polish Interpreter class Key: ZEPPELIN-5425 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5425 Project: Zeppelin Issue Type: Sub-task

Re: Remote Interpreter

2021-06-23 Thread denny wong
Hi We are using Zeppelin 0.9 and running the remote interpreter as a docker container.  Currently, the Zeppelin server and the remote interpreter are running on the same machine.  We would like to know if the remote interpreter can be run on a different machine than the Zeppelin server.  Is this

[GitHub] [zeppelin] Reamer commented on pull request #4145: [ZEPPELIN-5420] Remove deprecated R module

2021-06-23 Thread GitBox
Reamer commented on pull request #4145: URL: https://github.com/apache/zeppelin/pull/4145#issuecomment-866852182 I will merge this into the Master on Friday (25/06/2021) if no further comments are received. -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [zeppelin] asfgit closed pull request #4144: [ZEPPELIN-5419] Update parent image to ubuntu:20.04

2021-06-23 Thread GitBox
asfgit closed pull request #4144: URL: https://github.com/apache/zeppelin/pull/4144 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [zeppelin] asfgit closed pull request #4126: [ZEPPELIN-5393] Polish rest, socket package of zeppelin-server

2021-06-23 Thread GitBox
asfgit closed pull request #4126: URL: https://github.com/apache/zeppelin/pull/4126 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [zeppelin] chillinger opened a new pull request #4149: [ZEPPELIN-5424] Clarify LDAPRealm Bug/Limit

2021-06-23 Thread GitBox
chillinger opened a new pull request #4149: URL: https://github.com/apache/zeppelin/pull/4149 Inform Users of Zeppelin 0.9 of a limitation in LDAPRealm ### What is this PR for? As I spent a lot of Time figuring out this Problem with LDAPRealm I would like to inform other Users of

[jira] [Created] (ZEPPELIN-5424) LdapRealm does not fetch more than $pagingSize Groups

2021-06-23 Thread Johannes Schillinger (Jira)
Johannes Schillinger created ZEPPELIN-5424: -- Summary: LdapRealm does not fetch more than $pagingSize Groups Key: ZEPPELIN-5424 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5424 Project:

[GitHub] [zeppelin] cuspymd commented on a change in pull request #4126: [ZEPPELIN-5393] Polish rest, socket package of zeppelin-server

2021-06-23 Thread GitBox
cuspymd commented on a change in pull request #4126: URL: https://github.com/apache/zeppelin/pull/4126#discussion_r656891541 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java ## @@ -251,27 +250,27 @@ public void onOpen(NotebookSocket co

[GitHub] [zeppelin] asfgit closed pull request #4140: [ZEPPELIN-5413] Throw proper error message when user set execution.runtime-mode in flink sql

2021-06-23 Thread GitBox
asfgit closed pull request #4140: URL: https://github.com/apache/zeppelin/pull/4140 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [zeppelin] asfgit closed pull request #4137: [ZEPPELIN-5392] Timezone is not applied in the timestamp field in flink interpreter

2021-06-23 Thread GitBox
asfgit closed pull request #4137: URL: https://github.com/apache/zeppelin/pull/4137 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [zeppelin] zjffdu opened a new pull request #4148: [ZEPPELIN-5422] Add test for quoted local property in ZSession

2021-06-23 Thread GitBox
zjffdu opened a new pull request #4148: URL: https://github.com/apache/zeppelin/pull/4148 ### What is this PR for? This PR add test for quoted local property in ZSession. Besides that it also add method `execute(code, localProperties)` ### What type of PR is it? [ Improveme