[jira] [Created] (ZEPPELIN-5563) Alternative approach to get NoteJobInfo

2021-10-14 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5563: Summary: Alternative approach to get NoteJobInfo Key: ZEPPELIN-5563 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5563 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] martin-g commented on pull request #4243: ZEPPELIN-5543 Use TravisCI for testing on Linux ARM64

2021-10-14 Thread GitBox
martin-g commented on pull request #4243: URL: https://github.com/apache/zeppelin/pull/4243#issuecomment-943350256 Apache Infra team enabled it: https://issues.apache.org/jira/browse/INFRA-22411 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [zeppelin] zjffdu opened a new pull request #4255: [ZEPPELIN-5560] spark yarn app end with failed status in yarn-cluster mode

2021-10-14 Thread GitBox
zjffdu opened a new pull request #4255: URL: https://github.com/apache/zeppelin/pull/4255 ### What is this PR for? The root cause is that `RemoteInterpreterServer` would call System.exit to forceShutdown spark driver in yarn-cluster mode. This PR would disable forceShutdown

[GitHub] [zeppelin] zjffdu commented on pull request #4253: [ZEPPELIN-5551] add support for trino driver for recent versions

2021-10-14 Thread GitBox
zjffdu commented on pull request #4253: URL: https://github.com/apache/zeppelin/pull/4253#issuecomment-943304268 Thanks for the contribution @Chaho12 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

[GitHub] [zeppelin] asfgit closed pull request #4239: [ZEPPELIN-5545] Support multiple maven repo in zeppelin.interpreter.d…

2021-10-14 Thread GitBox
asfgit closed pull request #4239: URL: https://github.com/apache/zeppelin/pull/4239 -- 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:

[jira] [Created] (ZEPPELIN-5562) Recovered remote interpreter instance does not update correct resource pool

2021-10-14 Thread Jira
Marvin Rösch created ZEPPELIN-5562: -- Summary: Recovered remote interpreter instance does not update correct resource pool Key: ZEPPELIN-5562 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5562

[GitHub] [zeppelin] Reamer commented on pull request #4250: [ZEPPEIN-5555] Remove scala-2.10 & spark 1.x support in spark interpreter

2021-10-14 Thread GitBox
Reamer commented on pull request #4250: URL: https://github.com/apache/zeppelin/pull/4250#issuecomment-943126012 Maybe it's also time to remove old [Spark profiles](https://github.com/apache/zeppelin/blob/ec33eb5af5e1033a9371e033521f70e9703abc25/spark/pom.xml#L207-L246). At least we

[GitHub] [zeppelin] asfgit closed pull request #4248: [ZEPPELIN-5557] Dependency convergence errors

2021-10-14 Thread GitBox
asfgit closed pull request #4248: URL: https://github.com/apache/zeppelin/pull/4248 -- 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 #4249: [ZEPPELIN-5558] Add k8s interpreter user as a label

2021-10-14 Thread GitBox
asfgit closed pull request #4249: URL: https://github.com/apache/zeppelin/pull/4249 -- 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] zjffdu commented on pull request #4250: [ZEPPEIN-5555] Remove scala-2.10 & spark 1.x support in spark interpreter

2021-10-14 Thread GitBox
zjffdu commented on pull request #4250: URL: https://github.com/apache/zeppelin/pull/4250#issuecomment-943045605 Thanks for the review @Reamer Let me update the doc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [zeppelin] Reamer commented on pull request #4250: [ZEPPEIN-5555] Remove scala-2.10 & spark 1.x support in spark interpreter

2021-10-14 Thread GitBox
Reamer commented on pull request #4250: URL: https://github.com/apache/zeppelin/pull/4250#issuecomment-943032895 @zjffdu I found parts in the documentation that also refer to the old Spark configuration. Please adjust

[GitHub] [zeppelin] martin-g commented on pull request #4243: ZEPPELIN-5543 Use TravisCI for testing on Linux ARM64

2021-10-14 Thread GitBox
martin-g commented on pull request #4243: URL: https://github.com/apache/zeppelin/pull/4243#issuecomment-943033007 Yes! It works fine on my fork! Let me investigate! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [zeppelin] zjffdu edited a comment on pull request #4243: ZEPPELIN-5543 Use TravisCI for testing on Linux ARM64

2021-10-14 Thread GitBox
zjffdu edited a comment on pull request #4243: URL: https://github.com/apache/zeppelin/pull/4243#issuecomment-943025657 @martin-g Have you tried use travis CI for your forked zeppelin repo first ? https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github --

[GitHub] [zeppelin] zjffdu commented on pull request #4243: ZEPPELIN-5543 Use TravisCI for testing on Linux ARM64

2021-10-14 Thread GitBox
zjffdu commented on pull request #4243: URL: https://github.com/apache/zeppelin/pull/4243#issuecomment-943025657 @martin-g Have you tried use travis CI for your own repo first ? https://docs.travis-ci.com/user/tutorial/#to-get-started-with-travis-ci-using-github -- This is an

[GitHub] [zeppelin] martin-g commented on pull request #4243: ZEPPELIN-5543 Use TravisCI for testing on Linux ARM64

2021-10-14 Thread GitBox
martin-g commented on pull request #4243: URL: https://github.com/apache/zeppelin/pull/4243#issuecomment-943008904 @zjffdu I've rebased the branch but I don't see the TravisCI check. Should it be enabled manually via GitHub UI ?! -- This is an automated message from the Apache Git

[GitHub] [zeppelin] jongyoul commented on pull request #4254: [ZEPPELIN-5535] Remove jetty websocket libs

2021-10-14 Thread GitBox
jongyoul commented on pull request #4254: URL: https://github.com/apache/zeppelin/pull/4254#issuecomment-943008506 I like this PR then I'll merge it and I'll make another PR with the same number of the issue :-) Thank you for taking care of it. -- This is an automated message from the

[GitHub] [zeppelin] Reamer commented on pull request #4254: [ZEPPELIN-5535] Remove jetty websocket libs

2021-10-14 Thread GitBox
Reamer commented on pull request #4254: URL: https://github.com/apache/zeppelin/pull/4254#issuecomment-943006971 > BTW, I thought more changes like deleting `NotebookSocket` itself. So I'll change more :-) I leave the pull request open, you can merge it and base your changes on it