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
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
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
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
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
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