[GitHub] [zeppelin] jongyoul commented on pull request #4545: CI broken

2023-01-06 Thread GitBox
jongyoul commented on PR #4545: URL: https://github.com/apache/zeppelin/pull/4545#issuecomment-1374327740 Oh.. Interesting. -- 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.

[GitHub] [zeppelin] jongyoul commented on pull request #4541: [MINOR] Support aarch for frontend plugin

2023-01-06 Thread GitBox
jongyoul commented on PR #4541: URL: https://github.com/apache/zeppelin/pull/4541#issuecomment-1374326089 Thank you for the description. I also checked it and found the latest version is supporting that way. In our current version, the plugin tries to add suffix for arm64 to download

[GitHub] [zeppelin] Reamer commented on pull request #4545: CI broken

2023-01-06 Thread GitBox
Reamer commented on PR #4545: URL: https://github.com/apache/zeppelin/pull/4545#issuecomment-1373918746 Next error ยดยดยด Error: Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.2.2:shade (default) on project zeppelin-jupyter-interpreter-shaded: Error creating

[GitHub] [zeppelin] Reamer commented on pull request #4545: CI broken

2023-01-06 Thread GitBox
Reamer commented on PR #4545: URL: https://github.com/apache/zeppelin/pull/4545#issuecomment-1373780697 ``` Caused by: java.lang.ClassNotFoundException: org/apache/zeppelin/shaded/org.apache.zeppelin.shaded.org.apache.commons.pool2.impl.DefaultEvictionPolicy ``` looks like a

[GitHub] [zeppelin] Reamer commented on pull request #4545: CI broken

2023-01-06 Thread GitBox
Reamer commented on PR #4545: URL: https://github.com/apache/zeppelin/pull/4545#issuecomment-1373762162 Found the following error inside log. Therefore I created [ZEPPELIN-5861](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-5861) ```

[GitHub] [zeppelin] Reamer opened a new pull request, #4545: CI broken

2023-01-06 Thread GitBox
Reamer opened a new pull request, #4545: URL: https://github.com/apache/zeppelin/pull/4545 ### What is this PR for? At the moment the CI is broken. This PullRequest is intended to be a common basis to fix the error quickly. ### What type of PR is it? Bug Fix ### Todos

[GitHub] [zeppelin] pan3793 commented on pull request #4541: [MINOR] Support aarch for frontend plugin

2023-01-06 Thread GitBox
pan3793 commented on PR #4541: URL: https://github.com/apache/zeppelin/pull/4541#issuecomment-1373491658 I roughly remember that NodeJS officially supported Apple Silicon in v16(actually in v15, but it's not an LTS, and was EOL), and eventually, they decided to port this feature to v14 but