[GitHub] [zeppelin] Chaho12 opened a new pull request #4253: [ZEPPELIN-533] add support for trino driver for recent versions

2021-10-12 Thread GitBox
Chaho12 opened a new pull request #4253: URL: https://github.com/apache/zeppelin/pull/4253 ### What is this PR for? - Prestosql has changed its name to Trino in 2020.12 and Trino no longer supports the name `io.prestosql.jdbc.PrestoDriver` and has been removed in v358. - Adds

[GitHub] [zeppelin] Reamer opened a new pull request #4249: [ZEPPELIN-5558] Add k8s interpreter user as a label

2021-10-12 Thread GitBox
Reamer opened a new pull request #4249: URL: https://github.com/apache/zeppelin/pull/4249 ### What is this PR for? This PR adds a property for the k8s template that contains the user and uses the information to add an additional label to the interpreter pod. Kubernetes admins can now

[GitHub] [zeppelin] zjffdu opened a new pull request #4251: [ZEPPELIN-5553] Remove support of flink 1.10 & 1.11

2021-10-12 Thread GitBox
zjffdu opened a new pull request #4251: URL: https://github.com/apache/zeppelin/pull/4251 ### What is this PR for? * Remove module `flink1.10-shims` & `flink1.11-shims` * Related tests are also removed ### What type of PR is it? [ Improvement ] ### Todos

[GitHub] [zeppelin] zjffdu commented on pull request #4248: [ZEPPELIN-5557] Dependency convergence errors

2021-10-12 Thread GitBox
zjffdu commented on pull request #4248: URL: https://github.com/apache/zeppelin/pull/4248#issuecomment-940740206 LGTM, let's wait for CI -- 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 the

[jira] [Created] (ZEPPELIN-5558) k8s interpreter user

2021-10-12 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-5558: Summary: k8s interpreter user Key: ZEPPELIN-5558 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5558 Project: Zeppelin Issue Type: Improvement

[GitHub] [zeppelin] zjffdu opened a new pull request #4250: [ZEPPEIN-5555] Remove scala-2.10 & spark 1.x support in spark interpreter

2021-10-12 Thread GitBox
zjffdu opened a new pull request #4250: URL: https://github.com/apache/zeppelin/pull/4250 ### What is this PR for? This PR remove the support of scala-2.10 & spark 1.x in spark interpreter. ### What type of PR is it? [ Improvement ] ### Todos * [ ] - Task

[GitHub] [zeppelin] Reamer commented on pull request #4248: [ZEPPELIN-5557] Dependency convergence errors

2021-10-12 Thread GitBox
Reamer commented on pull request #4248: URL: https://github.com/apache/zeppelin/pull/4248#issuecomment-940734481 Ready for review. -- 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 the specific

[GitHub] [zeppelin] zjffdu commented on pull request #4237: ZEPPELIN-5542 Use headless Firefox instead of PhantomJS

2021-10-12 Thread GitBox
zjffdu commented on pull request #4237: URL: https://github.com/apache/zeppelin/pull/4237#issuecomment-940786784 I will merge this if no more comment -- 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

[GitHub] [zeppelin] Reamer commented on pull request #4249: [ZEPPELIN-5558] Add k8s interpreter user as a label

2021-10-12 Thread GitBox
Reamer commented on pull request #4249: URL: https://github.com/apache/zeppelin/pull/4249#issuecomment-940986484 I will merge this pull request on Thursday if no further comments are received. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [zeppelin] Reamer opened a new pull request #4252: [ZEPPELIN-5559] Add note cache

2021-10-12 Thread GitBox
Reamer opened a new pull request #4252: URL: https://github.com/apache/zeppelin/pull/4252 ### What is this PR for? This pull request adds a note cache that holds only a certain number of notes in memory. To keep the cache clean and consistent across multiple concurrent save

[GitHub] [zeppelin] Reamer commented on pull request #4248: [ZEPPELIN-5557] Dependency convergence errors

2021-10-12 Thread GitBox
Reamer commented on pull request #4248: URL: https://github.com/apache/zeppelin/pull/4248#issuecomment-940912425 I will merge this pull request on Thursday if no further comments are received. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Created] (ZEPPELIN-5559) Memory Leak in NoteManager

2021-10-12 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-5559: Summary: Memory Leak in NoteManager Key: ZEPPELIN-5559 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5559 Project: Zeppelin Issue Type: Bug