Philipp Dallig created ZEPPELIN-5819:
----------------------------------------

             Summary: spark-integration-test are broken
                 Key: ZEPPELIN-5819
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5819
             Project: Zeppelin
          Issue Type: Bug
          Components: CI-infra
            Reporter: Philipp Dallig


Currently the spark-integration-test are failing with the following message.
{code}
2022-09-14T10:00:12.2986118Z SLF4J: Class path contains multiple SLF4J bindings.
2022-09-14T10:00:12.2986782Z SLF4J: Found binding in 
[jar:file:/home/runner/work/zeppelin/zeppelin/interpreter/spark/spark-interpreter-0.11.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-09-14T10:00:12.2987615Z SLF4J: Found binding in 
[jar:file:/home/runner/work/zeppelin/zeppelin/zeppelin-zengine/target/test-classes/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-09-14T10:00:12.2988398Z SLF4J: Found binding in 
[jar:file:/home/runner/.cache/spark/spark-3.2.0-bin-hadoop2.7/jars/slf4j-log4j12-1.7.30.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2022-09-14T10:00:12.2988899Z SLF4J: See 
http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2022-09-14T10:00:12.2989338Z SLF4J: Actual binding is of type 
[org.slf4j.impl.Log4jLoggerFactory]
2022-09-14T10:00:12.2989989Z :: loading settings :: url = 
jar:file:/home/runner/.cache/spark/spark-3.2.0-bin-hadoop2.7/jars/ivy-2.5.0.jar!/org/apache/ivy/core/settings/ivysettings.xml
2022-09-14T10:00:12.2990404Z Ivy Default Cache set to: /home/runner/.ivy2/cache
2022-09-14T10:00:12.2990722Z The jars for the packages stored in: 
/home/runner/.ivy2/jars
2022-09-14T10:00:12.2991020Z com.maxmind.geoip2#geoip2 added as a dependency
2022-09-14T10:00:12.2991584Z :: resolving dependencies :: 
org.apache.spark#spark-submit-parent-f9f4d757-7c68-41b4-9028-0ff820116e5a;1.0
2022-09-14T10:00:12.2991948Z    confs: [default]
2022-09-14T10:00:12.2992185Z    found com.maxmind.geoip2#geoip2;2.5.0 in central
2022-09-14T10:00:12.2992544Z    found com.maxmind.db#maxmind-db;1.1.0 in central
2022-09-14T10:00:12.2992965Z    found 
com.fasterxml.jackson.core#jackson-databind;2.6.4 in central
2022-09-14T10:00:12.2993437Z    found 
com.fasterxml.jackson.core#jackson-annotations;2.6.0 in local-m2-cache
2022-09-14T10:00:12.2993895Z    found 
com.fasterxml.jackson.core#jackson-core;2.6.4 in central
2022-09-14T10:00:12.2994330Z    found 
com.google.http-client#google-http-client;1.21.0 in central
2022-09-14T10:00:12.2994763Z    found com.google.code.findbugs#jsr305;1.3.9 in 
local-m2-cache
2022-09-14T10:00:12.2995090Z    found 
org.apache.httpcomponents#httpclient;4.0.1 in central
2022-09-14T10:00:12.2995873Z    found org.apache.httpcomponents#httpcore;4.0.1 
in local-m2-cache
2022-09-14T10:00:12.2996304Z    found commons-logging#commons-logging;1.1.1 in 
local-m2-cache
2022-09-14T10:00:12.2996673Z    found commons-codec#commons-codec;1.6 in central
2022-09-14T10:00:12.2996989Z :: resolution report :: resolve 476ms :: artifacts 
dl 13ms
2022-09-14T10:00:12.2997245Z    :: modules in use:
2022-09-14T10:00:12.2997669Z    
com.fasterxml.jackson.core#jackson-annotations;2.6.0 from local-m2-cache in 
[default]
2022-09-14T10:00:12.2998214Z    com.fasterxml.jackson.core#jackson-core;2.6.4 
from central in [default]
2022-09-14T10:00:12.2998698Z    
com.fasterxml.jackson.core#jackson-databind;2.6.4 from central in [default]
2022-09-14T10:00:12.2999167Z    com.google.code.findbugs#jsr305;1.3.9 from 
local-m2-cache in [default]
2022-09-14T10:00:12.2999619Z    
com.google.http-client#google-http-client;1.21.0 from central in [default]
2022-09-14T10:00:12.3000147Z    com.maxmind.db#maxmind-db;1.1.0 from central in 
[default]
2022-09-14T10:00:12.3000463Z    com.maxmind.geoip2#geoip2;2.5.0 from central in 
[default]
2022-09-14T10:00:12.3000839Z    commons-codec#commons-codec;1.6 from central in 
[default]
2022-09-14T10:00:12.3001268Z    commons-logging#commons-logging;1.1.1 from 
local-m2-cache in [default]
2022-09-14T10:00:12.3001638Z    org.apache.httpcomponents#httpclient;4.0.1 from 
central in [default]
2022-09-14T10:00:12.3002109Z    org.apache.httpcomponents#httpcore;4.0.1 from 
local-m2-cache in [default]
2022-09-14T10:00:12.3002549Z    
---------------------------------------------------------------------
2022-09-14T10:00:12.3002875Z    |                  |            modules         
   ||   artifacts   |
2022-09-14T10:00:12.3003177Z    |       conf       | number| 
search|dwnlded|evicted|| number|dwnlded|
2022-09-14T10:00:12.3003581Z    
---------------------------------------------------------------------
2022-09-14T10:00:12.3003896Z    |      default     |   11  |   0   |   0   |   
0   ||   11  |   0   |
2022-09-14T10:00:12.3004279Z    
---------------------------------------------------------------------
2022-09-14T10:00:12.3004476Z 
2022-09-14T10:00:12.3004580Z :: problems summary ::
2022-09-14T10:00:12.3004777Z :::: WARNINGS
2022-09-14T10:00:12.3005245Z            [NOT FOUND  ] 
com.fasterxml.jackson.core#jackson-annotations;2.6.0!jackson-annotations.jar(bundle)
 (1ms)
2022-09-14T10:00:12.3005509Z 
2022-09-14T10:00:12.3005659Z    ==== local-m2-cache: tried
2022-09-14T10:00:12.3005803Z 
2022-09-14T10:00:12.3006179Z      
file:/home/runner/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar
2022-09-14T10:00:12.3006509Z 
2022-09-14T10:00:12.3006612Z            
::::::::::::::::::::::::::::::::::::::::::::::
2022-09-14T10:00:12.3006748Z 
2022-09-14T10:00:12.3006870Z            ::              FAILED DOWNLOADS        
    ::
2022-09-14T10:00:12.3007021Z 
2022-09-14T10:00:12.3007152Z            :: ^ see resolution messages for 
details  ^ ::
2022-09-14T10:00:12.3007313Z 
2022-09-14T10:00:12.3007413Z            
::::::::::::::::::::::::::::::::::::::::::::::
2022-09-14T10:00:12.3007530Z 
2022-09-14T10:00:12.3007899Z            :: 
com.fasterxml.jackson.core#jackson-annotations;2.6.0!jackson-annotations.jar(bundle)
2022-09-14T10:00:12.3008144Z 
2022-09-14T10:00:12.3008243Z            
::::::::::::::::::::::::::::::::::::::::::::::
2022-09-14T10:00:12.3008375Z 
2022-09-14T10:00:12.3008381Z 
2022-09-14T10:00:12.3008386Z 
2022-09-14T10:00:12.3008525Z :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE 
DETAILS
2022-09-14T10:00:12.3009579Z ##[error]Exception in thread "main" 
java.lang.RuntimeException: [download failed: 
com.fasterxml.jackson.core#jackson-annotations;2.6.0!jackson-annotations.jar(bundle)]
2022-09-14T10:00:12.3010482Z    at 
org.apache.spark.deploy.SparkSubmitUtils$.resolveMavenCoordinates(SparkSubmit.scala:1447)
2022-09-14T10:00:12.3010999Z    at 
org.apache.spark.util.DependencyUtils$.resolveMavenDependencies(DependencyUtils.scala:185)
2022-09-14T10:00:12.3011526Z    at 
org.apache.spark.deploy.SparkSubmit.prepareSubmitEnvironment(SparkSubmit.scala:308)
2022-09-14T10:00:12.3012079Z    at 
org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:898)
2022-09-14T10:00:12.3012570Z    at 
org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:180)
2022-09-14T10:00:12.3013015Z    at 
org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:203)
2022-09-14T10:00:12.3013437Z    at 
org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:90)
2022-09-14T10:00:12.3013877Z    at 
org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:1043)
2022-09-14T10:00:12.3014371Z    at 
org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:1052)
2022-09-14T10:00:12.3014775Z    at 
org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
2022-09-14T10:00:12.3015006Z 
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to