[jira] [Created] (ZEPPELIN-5268) Markdown content is not displayed by default

2021-02-26 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5268: Summary: Markdown content is not displayed by default Key: ZEPPELIN-5268 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5268 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-5267) Use environment variable FLINK_HOME if it is not specified in flink interpreter

2021-02-26 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5267: Summary: Use environment variable FLINK_HOME if it is not specified in flink interpreter Key: ZEPPELIN-5267 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5267

[GitHub] [zeppelin] ngrewe opened a new pull request #4062: [ZEPPELIN-5192]: Don't try to decrypt a non-existent credentials file

2021-02-26 Thread GitBox
ngrewe opened a new pull request #4062: URL: https://github.com/apache/zeppelin/pull/4062 ### What is this PR for? This is a very simple fix for the issue described in [ZEPPELIN-5192](https://github.com/ngrewe/zeppelin/pull/new/bugfix/ZEPPELIN-5192): Zeppelin will currently fail to

[GitHub] [zeppelin] asfgit closed pull request #4060: [ZEPPELIN-5259] Use RemoteInterpreterManagedProcess for K8sRemoteInterpreterProcess

2021-02-26 Thread GitBox
asfgit closed pull request #4060: URL: https://github.com/apache/zeppelin/pull/4060 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

[GitHub] [zeppelin] Reamer edited a comment on pull request #4060: [ZEPPELIN-5259] Use RemoteInterpreterManagedProcess for K8sRemoteInterpreterProcess

2021-02-26 Thread GitBox
Reamer edited a comment on pull request #4060: URL: https://github.com/apache/zeppelin/pull/4060#issuecomment-785662187 I will include this PR in master and branch-0.9 on Friday (26/02/2021) if no further comments are received.

[GitHub] [zeppelin] zjffdu commented on pull request #4059: [ZEPPELIN-5258] Add Knox realm group lookup to shiro auth service

2021-02-26 Thread GitBox
zjffdu commented on pull request #4059: URL: https://github.com/apache/zeppelin/pull/4059#issuecomment-786540816 Will merge if no more comment This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] zjffdu commented on pull request #4057: [ZEPPELIN-4843] - Fix search in Elasticsearch interpreter

2021-02-26 Thread GitBox
zjffdu commented on pull request #4057: URL: https://github.com/apache/zeppelin/pull/4057#issuecomment-786540179 LGTM, will merge if no more comment This is an automated message from the Apache Git Service. To respond to the

Re: Java Interpreter NullPointerException

2021-02-26 Thread Jeff Zhang
Please file a jira ticket, you can just build image by yourself if you want to use preview1 Andrea Santurbano 于2021年2月26日周五 下午5:40写道: > Hi guys, > we're using the latest Docker image and if we use write this simple > paragraph: > > ```java > %java > import java.lang.System; > public class Test

Java Interpreter NullPointerException

2021-02-26 Thread Andrea Santurbano
Hi guys, we're using the latest Docker image and if we use write this simple paragraph: ```java %java import java.lang.System; public class Test { public static void main (String[] args) { System.out.println("Test"); } } ``` We get the following error: ``` java.lang.NullPointerException

[GitHub] [zeppelin] zjffdu commented on a change in pull request #4061: [ZEPPELIN-5262] Add feature 'rename note' for Zeppelin Client

2021-02-26 Thread GitBox
zjffdu commented on a change in pull request #4061: URL: https://github.com/apache/zeppelin/pull/4061#discussion_r583434365 ## File path: zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/ZeppelinClientExample.java ## @@ -41,6 +42,13 @@ public static

[GitHub] [zeppelin] Reamer commented on a change in pull request #4061: [ZEPPELIN-5262] Add feature 'rename note' for Zeppelin Client

2021-02-26 Thread GitBox
Reamer commented on a change in pull request #4061: URL: https://github.com/apache/zeppelin/pull/4061#discussion_r583450426 ## File path: zeppelin-client-examples/src/main/java/org/apache/zeppelin/client/examples/ZeppelinClientExample.java ## @@ -41,6 +41,10 @@ public static