[GitHub] [zeppelin] zjffdu opened a new pull request #3895: [ZEPPELIN-5015]. upgrade shiro

2020-08-29 Thread GitBox
zjffdu opened a new pull request #3895: URL: https://github.com/apache/zeppelin/pull/3895 ### What is this PR for? Simple PR which upgrade shiro to 1.6 because the current 1.4 has some security issues. ### What type of PR is it? [Improvement] ### Todos * [ ] - Tas

Re: [Proposal] Zeppelin Client API (Zeppelin SDK)

2020-08-29 Thread Jeff Zhang
Hi Folks, I have created PR for this feature, this is a big PR. But you can just take a look at the examples in new module zeppelin-client-examples to see what this zeppelin client api would look like. Welcome any comment and feedback. https://github.com/apache/zeppelin/pull/3887 Jongyoul Lee

[GitHub] [zeppelin] zjffdu opened a new pull request #3894: [ZEPPELIN-5020]. Unable create temporary view in flink

2020-08-29 Thread GitBox
zjffdu opened a new pull request #3894: URL: https://github.com/apache/zeppelin/pull/3894 ### What is this PR for? This is due to api change in flink 1.11, this PR fix this issue and also add new test for this case. ### What type of PR is it? [Bug Fix] ### Todos

[GitHub] [zeppelin] zjffdu opened a new pull request #3893: [ZEPPELIN-5022]. InterpreterSetting's status is not saved after downloading dependencies

2020-08-29 Thread GitBox
zjffdu opened a new pull request #3893: URL: https://github.com/apache/zeppelin/pull/3893 ### What is this PR for? Straightforward PR which just save interpreter setting file when dependencies downloading are completed. ### What type of PR is it? [Bug Fix ] ###