[jira] [Created] (ZEPPELIN-5688) case class doesn't work in spark interpreter

2022-03-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5688: Summary: case class doesn't work in spark interpreter Key: ZEPPELIN-5688 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5688 Project: Zeppelin Issue

[GitHub] [zeppelin] pjfanning edited a comment on pull request #4327: ZEPPELIN-5249 upgrade libthrift due to CVEs

2022-03-21 Thread GitBox
pjfanning edited a comment on pull request #4327: URL: https://github.com/apache/zeppelin/pull/4327#issuecomment-1074052755 @Reamer I see the failing tests. Cassandra jars may need to be upgraded. Also, Hive jars may need to be upgraded - it appears old versions of Hive rely on out of

[GitHub] [zeppelin] pjfanning commented on pull request #4327: ZEPPELIN-5249 upgrade libthrift due to CVEs

2022-03-21 Thread GitBox
pjfanning commented on pull request #4327: URL: https://github.com/apache/zeppelin/pull/4327#issuecomment-1074052755 @Reamer I see the failing tests. Cassandra jars may need to be upgraded. Also, Hive jars may need to be upgraded - it appears old versions of Hive rely on out of date

[GitHub] [zeppelin] Reamer commented on pull request #4327: ZEPPELIN-5249 upgrade libthrift due to CVEs

2022-03-21 Thread GitBox
Reamer commented on pull request #4327: URL: https://github.com/apache/zeppelin/pull/4327#issuecomment-1074014769 We have some problems with a thrift update. Take a look at #4089. Maybe it will work without a maven-shade-plugin update and my approaches in

[GitHub] [zeppelin] asfgit closed pull request #4324: [ZEPPELIN-5421] Cleanup surefire PR

2022-03-21 Thread GitBox
asfgit closed pull request #4324: URL: https://github.com/apache/zeppelin/pull/4324 -- 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 comment. To unsubscribe, e-mail:

[GitHub] [zeppelin] pjfanning opened a new pull request #4327: ZEPPELIN-5249 upgrade thrift due to CVEs

2022-03-21 Thread GitBox
pjfanning opened a new pull request #4327: URL: https://github.com/apache/zeppelin/pull/4327 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

[GitHub] [zeppelin] pjfanning commented on pull request #4326: ZEPPELIN-5630 upgrade atomix due to CVEs

2022-03-21 Thread GitBox
pjfanning commented on pull request #4326: URL: https://github.com/apache/zeppelin/pull/4326#issuecomment-1073903087 atomix 3.1 has a number of changes that will require zeppelin code to change -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [zeppelin] pjfanning closed pull request #4326: ZEPPELIN-5630 upgrade atomix due to CVEs

2022-03-21 Thread GitBox
pjfanning closed pull request #4326: URL: https://github.com/apache/zeppelin/pull/4326 -- 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 comment. To unsubscribe, e-mail:

[GitHub] [zeppelin] pjfanning opened a new pull request #4326: ZEPPELIN-5630 upgrade atomix due to CVEs

2022-03-21 Thread GitBox
pjfanning opened a new pull request #4326: URL: https://github.com/apache/zeppelin/pull/4326 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

[GitHub] [zeppelin] pjfanning opened a new pull request #4325: [ZEPPELIN-5027] upgrade jackson due to CVEs

2022-03-21 Thread GitBox
pjfanning opened a new pull request #4325: URL: https://github.com/apache/zeppelin/pull/4325 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

[GitHub] [zeppelin] pjfanning commented on pull request #4317: [ZEPPELIN-5685] upgrade shiro due to cve

2022-03-21 Thread GitBox
pjfanning commented on pull request #4317: URL: https://github.com/apache/zeppelin/pull/4317#issuecomment-1073797539 @Reamer I did the rebase -- 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

[GitHub] [zeppelin] Reamer commented on a change in pull request #4260: [ZEPPELIN-5569] Implement onError

2022-03-21 Thread GitBox
Reamer commented on a change in pull request #4260: URL: https://github.com/apache/zeppelin/pull/4260#discussion_r830903060 ## File path: zeppelin-server/src/main/java/org/apache/zeppelin/utils/ServerUtils.java ## @@ -0,0 +1,37 @@ +/* + * Licensed to the Apache Software

[GitHub] [zeppelin] Reamer commented on pull request #4317: [ZEPPELIN-5685] upgrade shiro due to cve

2022-03-21 Thread GitBox
Reamer commented on pull request #4317: URL: https://github.com/apache/zeppelin/pull/4317#issuecomment-1073624517 The PR needs a rebase to current master. -- 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

[GitHub] [zeppelin] zjffdu commented on pull request #4319: [ZEPPELIN-5683] further update commons-compress dependency

2022-03-21 Thread GitBox
zjffdu commented on pull request #4319: URL: https://github.com/apache/zeppelin/pull/4319#issuecomment-1073607183 LGTM -- 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 comment. To

[GitHub] [zeppelin] zjffdu merged pull request #4316: [ZEPPELIN-5684] bouncycastle 1.68

2022-03-21 Thread GitBox
zjffdu merged pull request #4316: URL: https://github.com/apache/zeppelin/pull/4316 -- 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 comment. To unsubscribe, e-mail:

[GitHub] [zeppelin] Reamer opened a new pull request #4324: [ZEPPELIN-5421] Cleanup surefire PR

2022-03-21 Thread GitBox
Reamer opened a new pull request #4324: URL: https://github.com/apache/zeppelin/pull/4324 ### What is this PR for? This pull request fixes some of code smells of the last PR. ### What type of PR is it? - Code Smells ### What is the Jira issue? *

[GitHub] [zeppelin] zjffdu opened a new pull request #4323: [ZEPPELIN-5680] Remove spark-dependencies module

2022-03-21 Thread GitBox
zjffdu opened a new pull request #4323: URL: https://github.com/apache/zeppelin/pull/4323 ### What is this PR for? This PR removed module `spark-dependencies` and also update `interpreter.sh` ### What type of PR is it? [Improvement] ### Todos * [ ] - Task