[GitHub] [zeppelin] EricGao888 commented on pull request #4160: [ZEPPELIN-5434] Upgrade jetty to 9.4.42.v20210604

2021-07-06 Thread GitBox
EricGao888 commented on pull request #4160: URL: https://github.com/apache/zeppelin/pull/4160#issuecomment-875254401 > My experience is that we can safely upgrade to version 9.4.40.v20210413 (which is also considered insecure). Any version after April causes a JSP startup error stating

[GitHub] [zeppelin] cuspymd commented on pull request #4118: [ZEPPELIN-5370] Polish pom.xml files

2021-07-06 Thread GitBox
cuspymd commented on pull request #4118: URL: https://github.com/apache/zeppelin/pull/4118#issuecomment-875252940 > > > I am very interested in this PR. @cuspymd Thank you for your work. > Should we also backport this to branch-0.9? Are there any benefits to backporting it

[jira] [Created] (ZEPPELIN-5452) 建议升级log4j版本

2021-07-06 Thread wangyuyi (Jira)
wangyuyi created ZEPPELIN-5452: -- Summary: 建议升级log4j版本 Key: ZEPPELIN-5452 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5452 Project: Zeppelin Issue Type: Improvement Components:

[GitHub] [zeppelin] zjffdu commented on pull request #4164: [ZEPPELIN-5451] Fix the repository URL for downloading Pty4J

2021-07-06 Thread GitBox
zjffdu commented on pull request #4164: URL: https://github.com/apache/zeppelin/pull/4164#issuecomment-875227720 I will merge it soon since it block the 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

[GitHub] [zeppelin] zjffdu commented on pull request #4164: [ZEPPELIN-5451] Fix the repository URL for downloading Pty4J

2021-07-06 Thread GitBox
zjffdu commented on pull request #4164: URL: https://github.com/apache/zeppelin/pull/4164#issuecomment-875207399 Thanks @sekikn 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

[GitHub] [zeppelin] sekikn opened a new pull request #4164: [ZEPPELIN-5451] Fix the repository URL for downloading Pty4J

2021-07-06 Thread GitBox
sekikn opened a new pull request #4164: URL: https://github.com/apache/zeppelin/pull/4164 ### What is this PR for? Currently, building Zeppelin fails due to the download problem of Pty4J. This PR changes its repository URL to the officially recommended one so that we can pull it

[jira] [Created] (ZEPPELIN-5451) Fix the repository URL for downloading Pty4J

2021-07-06 Thread Kengo Seki (Jira)
Kengo Seki created ZEPPELIN-5451: Summary: Fix the repository URL for downloading Pty4J Key: ZEPPELIN-5451 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5451 Project: Zeppelin Issue

[GitHub] [zeppelin] asfgit closed pull request #4150: [ZEPPELIN-5425] Polish Interpreter class

2021-07-06 Thread GitBox
asfgit closed pull request #4150: URL: https://github.com/apache/zeppelin/pull/4150 -- 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] EricGao888 edited a comment on pull request #4160: [ZEPPELIN-5434] Upgrade jetty to 9.4.42.v20210604

2021-07-06 Thread GitBox
EricGao888 edited a comment on pull request #4160: URL: https://github.com/apache/zeppelin/pull/4160#issuecomment-874557842 > Please test manually, it seems that the server does not start. Thank you for submitting the PR to close security gaps. Tested again, couldn't start server.

[GitHub] [zeppelin] asfgit closed pull request #4158: [ZEPPELIN-5367] Run flink job as the login user in yarn mode

2021-07-06 Thread GitBox
asfgit closed pull request #4158: URL: https://github.com/apache/zeppelin/pull/4158 -- 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] asfgit closed pull request #4159: [ZEPPELIN-5366] Run spark job as the login user in yarn mode

2021-07-06 Thread GitBox
asfgit closed pull request #4159: URL: https://github.com/apache/zeppelin/pull/4159 -- 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] EricGao888 commented on pull request #4160: [ZEPPELIN-5434] Upgrade jetty to 9.4.42.v20210604

2021-07-06 Thread GitBox
EricGao888 commented on pull request #4160: URL: https://github.com/apache/zeppelin/pull/4160#issuecomment-874557842 > Please test manually, it seems that the server does not start. Thank you for submitting the PR to close security gaps. Tested again, couldn't start server. Got

[jira] [Created] (ZEPPELIN-5450) Inconsistent behavior after "File name too long" when creating note with long name

2021-07-06 Thread Andreas Weise (Jira)
Andreas Weise created ZEPPELIN-5450: --- Summary: Inconsistent behavior after "File name too long" when creating note with long name Key: ZEPPELIN-5450 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5450

[jira] [Created] (ZEPPELIN-5449) Zeppelin currently cannot do the CI under k8s environment

2021-07-06 Thread rickcheng (Jira)
rickcheng created ZEPPELIN-5449: --- Summary: Zeppelin currently cannot do the CI under k8s environment Key: ZEPPELIN-5449 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5449 Project: Zeppelin

[GitHub] [zeppelin] EricGao888 edited a comment on pull request #4160: [ZEPPELIN-5434] Upgrade jetty to 9.4.42.v20210604

2021-07-06 Thread GitBox
EricGao888 edited a comment on pull request #4160: URL: https://github.com/apache/zeppelin/pull/4160#issuecomment-874557842 > Please test manually, it seems that the server does not start. Thank you for submitting the PR to close security gaps. Tested again, couldn't start server.

[GitHub] [zeppelin] zjffdu opened a new pull request #4163: [ZEPPELIN-5448] Hive job runs under anonymous user instead of default.user

2021-07-06 Thread GitBox
zjffdu opened a new pull request #4163: URL: https://github.com/apache/zeppelin/pull/4163 ### What is this PR for? Hive job should run under `default.user` instead of `anonymous`. The root cause of this issue is that we didn't verify it is `anonymous` before passing it to jdbc.

[GitHub] [zeppelin] EricGao888 commented on pull request #4160: [ZEPPELIN-5434] Upgrade jetty to 9.4.42.v20210604

2021-07-06 Thread GitBox
EricGao888 commented on pull request #4160: URL: https://github.com/apache/zeppelin/pull/4160#issuecomment-874557842 > Please test manually, it seems that the server does not start. Thank you for submitting the PR to close security gaps. Tested again, couldn't start server. Got

[jira] [Created] (ZEPPELIN-5448) Hive job runs under anonymous user instead of default.user

2021-07-06 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5448: Summary: Hive job runs under anonymous user instead of default.user Key: ZEPPELIN-5448 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5448 Project: Zeppelin

[GitHub] [zeppelin] EricGao888 commented on a change in pull request #4134: [ZEPPELIN-5398] fix ZEPPELIN-5398, make corrupted notes deletable

2021-07-06 Thread GitBox
EricGao888 commented on a change in pull request #4134: URL: https://github.com/apache/zeppelin/pull/4134#discussion_r664268798 ## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/exception/CorruptedNoteException.java ## @@ -0,0 +1,26 @@ +/* + * Licensed