[jira] [Created] (ZEPPELIN-4692) zeppelin pyspark call custom jar not working while it works well in pyspark shell

2020-03-23 Thread Shuai Ma (Jira)
Shuai Ma created ZEPPELIN-4692: -- Summary: zeppelin pyspark call custom jar not working while it works well in pyspark shell Key: ZEPPELIN-4692 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4692

[VOTE] Release Apache Zeppelin 0.9.0-preview1 (RC1)

2020-03-23 Thread Jeff Zhang
Hi folks, I propose the following RC to be released for the Apache Zeppelin 0.9.0-preview1 release. The commit id is a74365c0813b451db1bc78def7d1ad1279429224 : https://gitbox.apache.org/repos/asf?p=zeppelin.git;a=commit;h=a74365c0813b451db1bc78def7d1ad1279429224 This corresponds to the tag:

[GitHub] [zeppelin] zjffdu opened a new pull request #3696: [ZEPPELIN-4692]. zeppelin pyspark doesn't print java output

2020-03-23 Thread GitBox
zjffdu opened a new pull request #3696: [ZEPPELIN-4692]. zeppelin pyspark doesn't print java output URL: https://github.com/apache/zeppelin/pull/3696 ### What is this PR for? The root cause of this issue is that we didn't redirect java output to interpreter output. This PR fix it