[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.

To unsubscribe, e-mail: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 proper node binary but in the latest version, it 
checks if the our node version is below 16 or not. 


-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 shaded jar: duplicate 
entry: 
META-INF/services/org.apache.zeppelin.jupyter.io.grpc.NameResolverProvider -> 
[Help 1]
   Error:  
   Error:  To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   Error:  Re-run Maven using the -X switch to enable full debug logging.
   Error:  
   Error:  For more information about the errors and possible solutions, please 
read the following articles:
   Error:  [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   Error:  
   Error:  After correcting the problems, you can resume the build with the 
command
   Error:mvn  -rf :zeppelin-jupyter-interpreter-shaded
   Error: Process completed with exit code 1.
   ```
   
   Looks like the following issue 
[MSHADE-425](https://issues.apache.org/jira/browse/MSHADE-425)


-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 shading issue. I was doing a little reading about shading and 
came across the following comment.  Therefore the shading prefix change.
   
   > Please avoid shading a package into a subpackage of its own like com.fake 
to com.fake.shaded. You could potentially be getting some kind of recursive 
problem and depending on the algorithm used for replacing package and path 
names you could be lucky and it works or not. In your case it works for 
binaries because Maven Shade uses an ASM utility class for relocating binaries, 
which seems to do a good job.
   
   
https://issues.apache.org/jira/browse/MSHADE-252?focusedCommentId=17314377&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17314377


-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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)
 
   
   ```
   2023-01-06T14:50:16.2093997Z [INFO] Interpreter launch command: 
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.352-8/x64/bin/java 
-Dfile.encoding=UTF-8 
-Dlog4j.configuration=file:///home/runner/work/zeppelin/zeppelin/conf/log4j.properties
 
-Dlog4j.configurationFile=file:///home/runner/work/zeppelin/zeppelin/conf/log4j2.properties
 
-Dzeppelin.log.file=/home/runner/work/zeppelin/zeppelin/logs/zeppelin-interpreter-test-shared_process--fv-az335-610.log
 -Xmx1024m -cp 
:/home/runner/work/zeppelin/zeppelin/zeppelin-zengine/../local-repo/test/*:/home/runner/work/zeppelin/zeppelin/zeppelin-zengine/../interpreter_RemoteAngularObjectTest/test/*:/home/runner/work/zeppelin/zeppelin/zeppelin-interpreter-shaded/target/*:/home/runner/work/zeppelin/zeppelin/zeppelin-zengine/target/test-classes/*:::/home/runner/work/zeppelin/zeppelin/interpreter/zeppelin-interpreter-shaded-0.11.0-SNAPSHOT.jar:/home/runner/work/zeppelin/zeppelin/zeppelin-interpreter/target/classes:/home/runner/work/zeppelin/zeppelin
 /zeppelin-zengine/target/test-classes 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer 127.0.0.1 42277 
test-shared_process :
   2023-01-06T14:50:16.2095863Z 
   2023-01-06T14:50:16.2096005Z ---
   2023-01-06T14:50:16.2096480Z at 
org.apache.zeppelin.interpreter.remote.RemoteAngularObjectTest.setUp(RemoteAngularObjectTest.java:72)
   2023-01-06T14:50:16.2096958Z Caused by: java.io.IOException: 
   2023-01-06T14:50:16.2097229Z Fail to launch interpreter process:
   2023-01-06T14:50:16.2097501Z ---
   2023-01-06T14:50:16.2100576Z Interpreter download command: 
/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.352-8/x64/bin/java 
-Dfile.encoding=UTF-8 
-Dlog4j.configuration=file:///home/runner/work/zeppelin/zeppelin/conf/log4j.properties
 
-Dlog4j.configurationFile=file:///home/runner/work/zeppelin/zeppelin/conf/log4j2.properties
 
-Dzeppelin.log.file=/home/runner/work/zeppelin/zeppelin/logs/zeppelin-interpreter-test-shared_process--fv-az335-610.log
 -cp 
:/home/runner/work/zeppelin/zeppelin/zeppelin-zengine/../interpreter_RemoteAngularObjectTest/test/*:/home/runner/work/zeppelin/zeppelin/zeppelin-interpreter-shaded/target/*:/home/runner/work/zeppelin/zeppelin/zeppelin-zengine/target/test-classes/*:::/home/runner/work/zeppelin/zeppelin/interpreter/zeppelin-interpreter-shaded-0.11.0-SNAPSHOT.jar:/home/runner/work/zeppelin/zeppelin/zeppelin-interpreter/target/classes:/home/runner/work/zeppelin/zeppelin/zeppelin-zengine/target/test-classes
 org.apache.zeppelin.interpreter.remote.RemoteInterp
 reterDownloader 127.0.0.1 42277 test 
/home/runner/work/zeppelin/zeppelin/zeppelin-zengine/../local-repo/test
   2023-01-06T14:50:16.2113231Z ##[error]Exception in thread "main" 
java.lang.IllegalArgumentException: Unable to create EvictionPolicy instance of 
type 
org/apache/zeppelin/shaded/org.apache.zeppelin.shaded.org.apache.commons.pool2.impl.DefaultEvictionPolicy
   2023-01-06T14:50:16.2114631Z at 
org.apache.zeppelin.shaded.org.apache.commons.pool2.impl.BaseGenericObjectPool.setEvictionPolicyClassName(BaseGenericObjectPool.java:607)
   2023-01-06T14:50:16.2115551Z at 
org.apache.zeppelin.shaded.org.apache.commons.pool2.impl.GenericObjectPool.setConfig(GenericObjectPool.java:321)
   2023-01-06T14:50:16.2116321Z at 
org.apache.zeppelin.shaded.org.apache.commons.pool2.impl.GenericObjectPool.(GenericObjectPool.java:117)
   2023-01-06T14:50:16.2116986Z at 
org.apache.zeppelin.interpreter.remote.PooledRemoteClient.(PooledRemoteClient.java:47)
   2023-01-06T14:50:16.2117647Z at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterEventClient.(RemoteInterpreterEventClient.java:67)
   2023-01-06T14:50:16.2118381Z at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterDownloader.main(RemoteInterpreterDownloader.java:58)
   2023-01-06T14:50:16.2119172Z Caused by: java.lang.ClassNotFoundException: 
org/apache/zeppelin/shaded/org.apache.zeppelin.shaded.org.apache.commons.pool2.impl.DefaultEvictionPolicy
   2023-01-06T14:50:16.2119735Z at java.lang.Class.forName0(Native 
Method)
   2023-01-06T14:50:16.2120042Z at 
java.lang.Class.forName(Class.java:348)
   2023-01-06T14:50:16.2120715Z at 
org.apache.zeppelin.shaded.org.apache.commons.pool2.impl.BaseGenericObjectPool.setEvictionPolicyClassName(BaseGenericObjectPool.java:598)
   2023-01-06T14:50:16.2121304Z ... 5 more
   ```


-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please

[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
   * [ ] - Fix CI
   
   ### How should this be tested?
   * via current CI
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[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 does not publish the binary artifacts.
   
   So I suppose upgrading NodeJS v16 is necessary.
   
   Sorry I can not take this because I don't have much knowledge in frontend 
stacks.


-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org