[GitHub] [zeppelin] zjffdu commented on a change in pull request #4214: [ZEPPELIN-5499] NPE in IPySparkInterpreter

2021-09-09 Thread GitBox
zjffdu commented on a change in pull request #4214: URL: https://github.com/apache/zeppelin/pull/4214#discussion_r705864562 ## File path: spark/interpreter/src/main/java/org/apache/zeppelin/spark/PySparkInterpreter.java ## @@ -172,6 +172,10 @@ public void setInterpreterContext

[GitHub] [zeppelin] Reamer commented on a change in pull request #4210: [ZEPPELIN-5501] Interpreter shade

2021-09-09 Thread GitBox
Reamer commented on a change in pull request #4210: URL: https://github.com/apache/zeppelin/pull/4210#discussion_r705464590 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java ## @@ -16,10 +16,9 @@ */ package org.apache.zeppelin.socket

[GitHub] [zeppelin] Reamer commented on a change in pull request #4210: [ZEPPELIN-5501] Interpreter shade

2021-09-09 Thread GitBox
Reamer commented on a change in pull request #4210: URL: https://github.com/apache/zeppelin/pull/4210#discussion_r705422303 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java ## @@ -16,10 +16,9 @@ */ package org.apache.zeppelin.socket

[GitHub] [zeppelin] Reamer opened a new pull request #4217: [ZEPPELIN-5514] Use java8

2021-09-09 Thread GitBox
Reamer opened a new pull request #4217: URL: https://github.com/apache/zeppelin/pull/4217 ### What is this PR for? This PR is using normal java 8 features to reduce the usage of thrid-party dependecies. examples: guava Joiner -> String.join guava Lists.newArrayList(...) -> A

[jira] [Created] (ZEPPELIN-5514) Reduce third-party dependencies usage

2021-09-09 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-5514: Summary: Reduce third-party dependencies usage Key: ZEPPELIN-5514 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5514 Project: Zeppelin Issue Ty

[GitHub] [zeppelin] BradyYue commented on pull request #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

2021-09-09 Thread GitBox
BradyYue commented on pull request #2373: URL: https://github.com/apache/zeppelin/pull/2373#issuecomment-915911334 > @alexott I have done so [here](https://issues.apache.org/jira/browse/ZEPPELIN-4901) but haven't received any response Hello this I encountered the same problem as