j143 / systemds

An opensource ML system for end-to-end data science lifecycle
Apache License 2.0
0 stars 1 forks source link

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" #306

Open j143 opened 1 year ago

j143 commented 1 year ago

Error Details:

$ python
Python 3.8.13 (default, Jul 19 2022, 03:14:36) 
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import logging
>>> 
>>> import numpy as np
>>> from systemds.context import SystemDSContext
>>> 
>>> # create a random array
>>> m1 = np.array(np.random.randint(100, size=5 * 5) + 1.01, dtype=np.double)
>>> m1.shape = (5, 5)
>>> # create another random array
>>> m2 = np.array(np.random.randint(5, size=5 * 5) + 1, dtype=np.double)
>>> m2.shape = (5, 5)
>>> 
>>> # Create a context
>>> with SystemDSContext() as sds:
...     # element-wise matrix multiplication, note that nothing is executed yet!
...     m_res = sds.from_numpy(m1) * sds.from_numpy(m2)
...     # lets do the actual computation in SystemDS! The result is an numpy array
...     m_res_np = m_res.compute()
...     logging.info(m_res_np)
... 
Picked up JAVA_TOOL_OPTIONS:  -Xmx3489m
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

Steps to resolve this issue;

j143 commented 1 year ago

https://www.slf4j.org/codes.html#StaticLoggerBinder

j143 commented 8 months ago

[ERROR] org.apache.sysds.test.usertest.UserInterfaceTest.testStop Time elapsed: 6.44 s <<< FAILURE! org.junit.ComparisonFailure: expected:<[]> but was:<[SLF4J: Class path contains multiple SLF4J providers. SLF4J: Found provider [org.apache.logging.slf4j.SLF4JServiceProvider@775c01c1] SLF4J: Found provider [org.slf4j.reload4j.Reload4jServiceProvider@27644ef7] SLF4J: See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual provider is of type [org.apache.logging.slf4j.SLF4JServiceProvider@775c01c1] ]> at org.apache.sysds.test.usertest.UserInterfaceTest.testStop(UserInterfaceTest.java:40)

j143 commented 8 months ago
-              <slf4j.version>1.7.36</slf4j.version>
+             <slf4j.version>2.0.11</slf4j.version>
-              <log4j.version>2.17.2</log4j.version>
+       <log4j.version>2.22.1</log4j.version>

[INFO] Building Apache SystemDS 3.3.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.pom (2.8 kB at 2.2 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-parent/2.0.11/slf4j-parent-2.0.11.pom (15 kB at 56 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-bom/2.0.11/slf4j-bom-2.0.11.pom (7.3 kB at 31 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.pom Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.pom (2.2 kB at 10 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.pom (1.1 kB at 5.0 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/2.0.11/jcl-over-slf4j-2.0.11.pom Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/2.0.11/jcl-over-slf4j-2.0.11.pom (1.7 kB at 7.8 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.pom Downloaded from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.pom (3.9 kB at 17 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.22.1/log4j-2.22.1.pom Downloaded from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j/2.22.1/log4j-2.22.1.pom (37 kB at 118 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.22.1/log4j-bom-2.22.1.pom Downloaded from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-bom/2.22.1/log4j-bom-2.22.1.pom (12 kB at 52 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/logging/logging-parent/10.5.0/logging-parent-10.5.0.pom Downloaded from central: https://repo1.maven.org/maven2/org/apache/logging/logging-parent/10.5.0/logging-parent-10.5.0.pom (52 kB at 179 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom Downloaded from central: https://repo1.maven.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 98 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.19/groovy-bom-3.0.19.pom Downloaded from central: https://repo1.maven.org/maven2/org/codehaus/groovy/groovy-bom/3.0.19/groovy-bom-3.0.19.pom (26 kB at 108 kB/s) Downloading from central: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom Downloaded from central: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom (18 kB at 77 kB/s) Downloading from central: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom Downloaded from central: https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 29 kB/s) Downloading from central: https://repo1.maven.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom Downloaded from central: https://repo1.maven.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 97 kB/s) Downloading from central: https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom Downloaded from central: https://repo1.maven.org/maven2/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom (9.6 kB at 40 kB/s) Downloading from central: https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom Downloaded from central: https://repo1.maven.org/maven2/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom (15 kB at 63 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom Downloaded from central: https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom (18 kB at 75 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom Downloaded from central: https://repo1.maven.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 25 kB/s) Downloading from central: https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom Downloaded from central: https://repo1.maven.org/maven2/io/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom (26 kB at 106 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom Downloaded from central: https://repo1.maven.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 14 kB/s) Downloading from central: https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.104.Final/netty-bom-4.1.104.Final.pom Downloaded from central: https://repo1.maven.org/maven2/io/netty/netty-bom/4.1.104.Final/netty-bom-4.1.104.Final.pom (14 kB at 59 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.pom Downloaded from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.pom (10 kB at 40 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.11/slf4j-api-2.0.11.jar (68 kB at 239 kB/s) Downloading from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.jar Downloading from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar Downloading from central: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/2.0.11/jcl-over-slf4j-2.0.11.jar Downloading from central: https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar Downloading from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/2.0.11/jcl-over-slf4j-2.0.11.jar (18 kB at 70 kB/s) Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/slf4j-reload4j/2.0.11/slf4j-reload4j-2.0.11.jar (11 kB at 16 kB/s) Downloaded from central: https://repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/2.0.11/jul-to-slf4j-2.0.11.jar (6.3 kB at 9.3 kB/s) Downloaded from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar (335 kB at 244 kB/s) Downloaded from central: https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.22.1/log4j-core-2.22.1.jar (1.9 MB at 1.0 MB/s) [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ systemds --- [INFO]

j143 commented 8 months ago

Still I am seeing this;

[INFO] Running org.apache.sysds.test.usertest.pythonapi.StartupTest SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [org.apache.logging.slf4j.SLF4JServiceProvider@4c9e3cf1] SLF4J(W): Found provider [org.slf4j.reload4j.Reload4jServiceProvider@6fb4d907] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J(I): Actual provider is of type [org.apache.logging.slf4j.SLF4JServiceProvider@4c9e3cf1] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.443 s - in org.apache.sysds.test.usertest.pythonapi.StartupTest [INFO] Running org.apache.sysds.test.usertest.UserInterfaceTest [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.985 s <<< FAILURE! - in org.apache.sysds.test.usertest.UserInterfaceTest [ERROR] org.apache.sysds.test.usertest.UserInterfaceTest.testStop Time elapsed: 5.921 s <<< FAILURE! org.junit.ComparisonFailure: expected:<[]> but was:<[SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [org.apache.logging.slf4j.SLF4JServiceProvider@4e134ddd] SLF4J(W): Found provider [org.slf4j.reload4j.Reload4jServiceProvider@286ded29] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J(I): Actual provider is of type [org.apache.logging.slf4j.SLF4JServiceProvider@4e134ddd] ]> at org.apache.sysds.test.usertest.UserInterfaceTest.testStop(UserInterfaceTest.java:40)

[INFO] Running org.apache.sysds.test.usertest.UserInterfaceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.apache.sysds.test.usertest.UserInterfaceTest [INFO] [INFO] Results: [INFO] [WARNING] Flakes: [WARNING] org.apache.sysds.test.usertest.UserInterfaceTest.testStop [ERROR] Run 1: UserInterfaceTest.testStop:40 expected:<[]> but was:<[SLF4J(W): Class path contains multiple SLF4J providers. SLF4J(W): Found provider [org.apache.logging.slf4j.SLF4JServiceProvider@4e134ddd] SLF4J(W): Found provider [org.slf4j.reload4j.Reload4jServiceProvider@286ded29] SLF4J(W): See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J(I): Actual provider is of type [org.apache.logging.slf4j.SLF4JServiceProvider@4e134ddd] ]>

j143 commented 8 months ago

check the dependency tree;

j143 ➜ /workspaces/systemds-pom (SYSTEMDS-3673) $ mvn dependency:tree
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< org.apache.systemds:systemds >--------------------
[INFO] Building Apache SystemDS 3.3.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- dependency:3.5.0:tree (default-cli) @ systemds ---
[INFO] org.apache.systemds:systemds:jar:3.3.0-SNAPSHOT
[INFO] +- org.jcuda:jcuda:jar:10.2.0:provided
[INFO] +- org.jcuda:jcublas:jar:10.2.0:provided
[INFO] +- org.jcuda:jcusparse:jar:10.2.0:provided
[INFO] +- org.jcuda:jcusolver:jar:10.2.0:provided
[INFO] +- org.jcuda:jcudnn:jar:10.2.0:provided
[INFO] +- org.jcuda:jcuda-natives:jar:windows-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcublas-natives:jar:windows-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcusparse-natives:jar:windows-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcusolver-natives:jar:windows-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcudnn-natives:jar:windows-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcuda-natives:jar:linux-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcublas-natives:jar:linux-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcusparse-natives:jar:linux-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcusolver-natives:jar:linux-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcudnn-natives:jar:linux-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcuda-natives:jar:apple-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcublas-natives:jar:apple-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcusparse-natives:jar:apple-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcusolver-natives:jar:apple-x86_64:10.2.0:provided
[INFO] +- org.jcuda:jcudnn-natives:jar:apple-x86_64:10.2.0:provided
[INFO] +- org.apache.spark:spark-core_2.12:jar:3.5.0:compile
[INFO] |  +- org.apache.avro:avro:jar:1.11.2:compile
[INFO] |  +- org.apache.avro:avro-mapred:jar:1.11.2:compile
[INFO] |  |  \- org.apache.avro:avro-ipc:jar:1.11.2:compile
[INFO] |  |     \- org.tukaani:xz:jar:1.9:compile
[INFO] |  +- com.twitter:chill_2.12:jar:0.10.0:compile
[INFO] |  |  \- com.esotericsoftware:kryo-shaded:jar:4.0.2:compile
[INFO] |  |     \- com.esotericsoftware:minlog:jar:1.3.0:compile
[INFO] |  +- com.twitter:chill-java:jar:0.10.0:compile
[INFO] |  +- org.apache.xbean:xbean-asm9-shaded:jar:4.23:compile
[INFO] |  +- org.apache.spark:spark-launcher_2.12:jar:3.5.0:compile
[INFO] |  +- org.apache.spark:spark-kvstore_2.12:jar:3.5.0:compile
[INFO] |  +- org.apache.spark:spark-network-common_2.12:jar:3.5.0:compile
[INFO] |  |  \- com.google.crypto.tink:tink:jar:1.9.0:compile
[INFO] |  |     \- joda-time:joda-time:jar:2.12.5:compile
[INFO] |  +- org.apache.spark:spark-network-shuffle_2.12:jar:3.5.0:compile
[INFO] |  +- org.apache.spark:spark-unsafe_2.12:jar:3.5.0:compile
[INFO] |  +- org.apache.spark:spark-common-utils_2.12:jar:3.5.0:compile
[INFO] |  |  \- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.20.0:compile
[INFO] |  +- javax.activation:activation:jar:1.1.1:compile
[INFO] |  +- org.apache.curator:curator-recipes:jar:2.13.0:compile
[INFO] |  |  \- org.apache.curator:curator-framework:jar:2.13.0:compile
[INFO] |  +- org.apache.zookeeper:zookeeper:jar:3.6.3:compile
[INFO] |  |  +- org.apache.zookeeper:zookeeper-jute:jar:3.6.3:compile
[INFO] |  |  \- org.apache.yetus:audience-annotations:jar:0.5.0:compile
[INFO] |  +- jakarta.servlet:jakarta.servlet-api:jar:4.0.3:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.16.0:compile
[INFO] |  +- org.apache.commons:commons-compress:jar:1.23.0:compile
[INFO] |  +- org.apache.commons:commons-lang3:jar:3.12.0:compile
[INFO] |  +- org.apache.commons:commons-text:jar:1.10.0:compile
[INFO] |  +- commons-io:commons-io:jar:2.13.0:compile
[INFO] |  +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] |  +- org.apache.commons:commons-collections4:jar:4.4:compile
[INFO] |  +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] |  +- com.ning:compress-lzf:jar:1.1.2:compile
[INFO] |  +- org.xerial.snappy:snappy-java:jar:1.1.10.3:compile
[INFO] |  +- org.lz4:lz4-java:jar:1.8.0:compile
[INFO] |  +- com.github.luben:zstd-jni:jar:1.5.5-4:compile
[INFO] |  +- org.roaringbitmap:RoaringBitmap:jar:0.9.45:compile
[INFO] |  |  \- org.roaringbitmap:shims:jar:0.9.45:runtime
[INFO] |  +- org.scala-lang.modules:scala-xml_2.12:jar:2.1.0:compile
[INFO] |  +- org.scala-lang:scala-library:jar:2.12.18:compile
[INFO] |  +- org.scala-lang:scala-reflect:jar:2.12.18:compile
[INFO] |  +- org.json4s:json4s-jackson_2.12:jar:3.7.0-M11:compile
[INFO] |  |  \- org.json4s:json4s-core_2.12:jar:3.7.0-M11:compile
[INFO] |  |     +- org.json4s:json4s-ast_2.12:jar:3.7.0-M11:compile
[INFO] |  |     \- org.json4s:json4s-scalap_2.12:jar:3.7.0-M11:compile
[INFO] |  +- org.glassfish.jersey.core:jersey-client:jar:2.40:compile
[INFO] |  |  +- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile
[INFO] |  |  \- org.glassfish.hk2.external:jakarta.inject:jar:2.6.1:compile
[INFO] |  +- org.glassfish.jersey.core:jersey-common:jar:2.40:compile
[INFO] |  |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] |  |  \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.3:compile
[INFO] |  +- org.glassfish.jersey.core:jersey-server:jar:2.40:compile
[INFO] |  |  \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  +- org.glassfish.jersey.containers:jersey-container-servlet:jar:2.40:compile
[INFO] |  +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.40:compile
[INFO] |  +- org.glassfish.jersey.inject:jersey-hk2:jar:2.40:compile
[INFO] |  |  +- org.glassfish.hk2:hk2-locator:jar:2.6.1:compile
[INFO] |  |  |  +- org.glassfish.hk2.external:aopalliance-repackaged:jar:2.6.1:compile
[INFO] |  |  |  +- org.glassfish.hk2:hk2-api:jar:2.6.1:compile
[INFO] |  |  |  \- org.glassfish.hk2:hk2-utils:jar:2.6.1:compile
[INFO] |  |  \- org.javassist:javassist:jar:3.29.2-GA:compile
[INFO] |  +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-native-epoll:jar:linux-aarch_64:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-native-kqueue:jar:osx-aarch_64:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.96.Final:compile
[INFO] |  +- com.clearspring.analytics:stream:jar:2.9.6:compile
[INFO] |  +- io.dropwizard.metrics:metrics-core:jar:4.2.19:compile
[INFO] |  +- io.dropwizard.metrics:metrics-jvm:jar:4.2.19:compile
[INFO] |  +- io.dropwizard.metrics:metrics-json:jar:4.2.19:compile
[INFO] |  +- io.dropwizard.metrics:metrics-graphite:jar:4.2.19:compile
[INFO] |  +- io.dropwizard.metrics:metrics-jmx:jar:4.2.19:compile
[INFO] |  +- com.fasterxml.jackson.module:jackson-module-scala_2.12:jar:2.15.2:compile
[INFO] |  |  \- com.thoughtworks.paranamer:paranamer:jar:2.8:compile
[INFO] |  +- org.apache.ivy:ivy:jar:2.5.1:compile
[INFO] |  +- oro:oro:jar:2.0.8:compile
[INFO] |  +- net.razorvine:pickle:jar:1.3:compile
[INFO] |  +- org.apache.spark:spark-tags_2.12:jar:3.5.0:compile
[INFO] |  \- org.apache.commons:commons-crypto:jar:1.1.0:compile
[INFO] +- org.apache.spark:spark-sql_2.12:jar:3.5.0:compile
[INFO] |  +- org.rocksdb:rocksdbjni:jar:8.3.2:compile
[INFO] |  +- com.univocity:univocity-parsers:jar:2.9.1:compile
[INFO] |  +- org.apache.spark:spark-sketch_2.12:jar:3.5.0:compile
[INFO] |  +- org.apache.spark:spark-catalyst_2.12:jar:3.5.0:compile
[INFO] |  |  +- org.apache.spark:spark-sql-api_2.12:jar:3.5.0:compile
[INFO] |  |  |  +- org.apache.arrow:arrow-vector:jar:12.0.1:compile
[INFO] |  |  |  |  +- org.apache.arrow:arrow-format:jar:12.0.1:compile
[INFO] |  |  |  |  +- org.apache.arrow:arrow-memory-core:jar:12.0.1:compile
[INFO] |  |  |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.15.1:compile
[INFO] |  |  |  |  \- com.google.flatbuffers:flatbuffers-java:jar:1.12.0:compile
[INFO] |  |  |  \- org.apache.arrow:arrow-memory-netty:jar:12.0.1:compile
[INFO] |  |  \- org.apache.datasketches:datasketches-java:jar:3.3.0:compile
[INFO] |  |     \- org.apache.datasketches:datasketches-memory:jar:2.1.0:compile
[INFO] |  +- org.apache.orc:orc-core:jar:shaded-protobuf:1.9.1:compile
[INFO] |  |  +- org.apache.orc:orc-shims:jar:1.9.1:compile
[INFO] |  |  +- io.airlift:aircompressor:jar:0.25:compile
[INFO] |  |  +- org.jetbrains:annotations:jar:17.0.0:compile
[INFO] |  |  \- org.threeten:threeten-extra:jar:1.7.1:compile
[INFO] |  +- org.apache.orc:orc-mapreduce:jar:shaded-protobuf:1.9.1:compile
[INFO] |  +- org.apache.hive:hive-storage-api:jar:2.8.1:compile
[INFO] |  +- org.apache.parquet:parquet-column:jar:1.13.1:compile
[INFO] |  |  +- org.apache.parquet:parquet-common:jar:1.13.1:compile
[INFO] |  |  \- org.apache.parquet:parquet-encoding:jar:1.13.1:compile
[INFO] |  \- org.apache.parquet:parquet-hadoop:jar:1.13.1:compile
[INFO] |     +- org.apache.parquet:parquet-format-structures:jar:1.13.1:compile
[INFO] |     \- org.apache.parquet:parquet-jackson:jar:1.13.1:runtime
[INFO] +- org.apache.spark:spark-mllib_2.12:jar:3.5.0:compile
[INFO] |  +- org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.3.0:compile
[INFO] |  +- org.apache.spark:spark-streaming_2.12:jar:3.5.0:compile
[INFO] |  +- org.apache.spark:spark-graphx_2.12:jar:3.5.0:compile
[INFO] |  |  \- net.sourceforge.f2j:arpack_combined_all:jar:0.1:compile
[INFO] |  +- org.apache.spark:spark-mllib-local_2.12:jar:3.5.0:compile
[INFO] |  +- org.scalanlp:breeze_2.12:jar:2.1.0:compile
[INFO] |  |  +- org.scalanlp:breeze-macros_2.12:jar:2.1.0:compile
[INFO] |  |  +- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] |  |  +- com.github.wendykierp:JTransforms:jar:3.1:compile
[INFO] |  |  |  \- pl.edu.icm:JLargeArrays:jar:1.5:compile
[INFO] |  |  +- org.scala-lang.modules:scala-collection-compat_2.12:jar:2.7.0:compile
[INFO] |  |  \- org.typelevel:spire_2.12:jar:0.17.0:compile
[INFO] |  |     +- org.typelevel:spire-macros_2.12:jar:0.17.0:compile
[INFO] |  |     +- org.typelevel:spire-platform_2.12:jar:0.17.0:compile
[INFO] |  |     +- org.typelevel:spire-util_2.12:jar:0.17.0:compile
[INFO] |  |     \- org.typelevel:algebra_2.12:jar:2.0.1:compile
[INFO] |  |        \- org.typelevel:cats-kernel_2.12:jar:2.1.1:compile
[INFO] |  +- org.glassfish.jaxb:jaxb-runtime:jar:2.3.2:compile
[INFO] |  |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:compile
[INFO] |  |  \- com.sun.istack:istack-commons-runtime:jar:3.0.8:compile
[INFO] |  +- dev.ludovic.netlib:blas:jar:3.0.3:compile
[INFO] |  +- dev.ludovic.netlib:lapack:jar:3.0.3:compile
[INFO] |  \- dev.ludovic.netlib:arpack:jar:3.0.3:compile
[INFO] +- org.apache.hadoop:hadoop-common:jar:3.3.6:compile
[INFO] |  +- org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile
[INFO] |  +- org.apache.hadoop:hadoop-annotations:jar:3.3.6:compile
[INFO] |  +- org.apache.hadoop.thirdparty:hadoop-shaded-guava:jar:1.1.1:compile
[INFO] |  +- com.google.guava:guava:jar:27.0-jre:compile
[INFO] |  |  +- com.google.guava:failureaccess:jar:1.0:compile
[INFO] |  |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO] |  |  +- org.checkerframework:checker-qual:jar:2.5.2:compile
[INFO] |  |  \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
[INFO] |  +- commons-cli:commons-cli:jar:1.2:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.13:compile
[INFO] |  +- commons-net:commons-net:jar:3.9.0:compile
[INFO] |  +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] |  +- jakarta.activation:jakarta.activation-api:jar:1.2.1:compile
[INFO] |  +- org.eclipse.jetty:jetty-server:jar:9.4.51.v20230217:compile
[INFO] |  |  +- org.eclipse.jetty:jetty-http:jar:9.4.51.v20230217:compile
[INFO] |  |  \- org.eclipse.jetty:jetty-io:jar:9.4.51.v20230217:compile
[INFO] |  +- org.eclipse.jetty:jetty-util:jar:9.4.51.v20230217:compile
[INFO] |  +- org.eclipse.jetty:jetty-servlet:jar:9.4.51.v20230217:compile
[INFO] |  |  \- org.eclipse.jetty:jetty-security:jar:9.4.51.v20230217:compile
[INFO] |  +- org.eclipse.jetty:jetty-webapp:jar:9.4.51.v20230217:compile
[INFO] |  |  \- org.eclipse.jetty:jetty-xml:jar:9.4.51.v20230217:compile
[INFO] |  +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] |  +- com.sun.jersey:jersey-core:jar:1.19.4:compile
[INFO] |  |  \- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] |  +- com.sun.jersey:jersey-servlet:jar:1.19.4:compile
[INFO] |  +- com.github.pjfanning:jersey-json:jar:1.20:compile
[INFO] |  |  +- org.codehaus.jettison:jettison:jar:1.1:compile
[INFO] |  |  \- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
[INFO] |  +- com.sun.jersey:jersey-server:jar:1.19.4:compile
[INFO] |  +- ch.qos.reload4j:reload4j:jar:1.2.22:compile
[INFO] |  +- commons-beanutils:commons-beanutils:jar:1.9.4:compile
[INFO] |  +- org.apache.commons:commons-configuration2:jar:2.8.0:compile
[INFO] |  +- com.google.re2j:re2j:jar:1.1:compile
[INFO] |  +- com.google.code.gson:gson:jar:2.9.0:compile
[INFO] |  +- org.apache.hadoop:hadoop-auth:jar:3.3.6:compile
[INFO] |  |  +- com.nimbusds:nimbus-jose-jwt:jar:9.8.1:compile
[INFO] |  |  \- org.apache.kerby:kerb-simplekdc:jar:1.0.1:compile
[INFO] |  |     +- org.apache.kerby:kerb-client:jar:1.0.1:compile
[INFO] |  |     |  +- org.apache.kerby:kerby-config:jar:1.0.1:compile
[INFO] |  |     |  +- org.apache.kerby:kerb-common:jar:1.0.1:compile
[INFO] |  |     |  |  \- org.apache.kerby:kerb-crypto:jar:1.0.1:compile
[INFO] |  |     |  +- org.apache.kerby:kerb-util:jar:1.0.1:compile
[INFO] |  |     |  \- org.apache.kerby:token-provider:jar:1.0.1:compile
[INFO] |  |     \- org.apache.kerby:kerb-admin:jar:1.0.1:compile
[INFO] |  |        +- org.apache.kerby:kerb-server:jar:1.0.1:compile
[INFO] |  |        |  \- org.apache.kerby:kerb-identity:jar:1.0.1:compile
[INFO] |  |        \- org.apache.kerby:kerby-xdr:jar:1.0.1:compile
[INFO] |  +- com.jcraft:jsch:jar:0.1.55:compile
[INFO] |  +- org.apache.curator:curator-client:jar:5.2.0:compile
[INFO] |  +- org.apache.kerby:kerb-core:jar:1.0.1:compile
[INFO] |  |  \- org.apache.kerby:kerby-pkix:jar:1.0.1:compile
[INFO] |  |     +- org.apache.kerby:kerby-asn1:jar:1.0.1:compile
[INFO] |  |     \- org.apache.kerby:kerby-util:jar:1.0.1:compile
[INFO] |  +- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile
[INFO] |  +- com.fasterxml.woodstox:woodstox-core:jar:5.4.0:compile
[INFO] |  \- dnsjava:dnsjava:jar:2.1.7:compile
[INFO] +- org.apache.hadoop:hadoop-hdfs:jar:3.3.6:compile
[INFO] |  +- org.eclipse.jetty:jetty-util-ajax:jar:9.4.51.v20230217:compile
[INFO] |  +- commons-daemon:commons-daemon:jar:1.0.13:compile
[INFO] |  +- io.netty:netty:jar:3.10.6.Final:compile
[INFO] |  \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] +- org.apache.hadoop:hadoop-client:jar:3.3.6:compile
[INFO] |  +- org.apache.hadoop:hadoop-hdfs-client:jar:3.3.6:compile
[INFO] |  +- org.apache.hadoop:hadoop-yarn-api:jar:3.3.6:compile
[INFO] |  |  \- javax.xml.bind:jaxb-api:jar:2.2.11:compile
[INFO] |  +- org.apache.hadoop:hadoop-yarn-client:jar:3.3.6:compile
[INFO] |  |  +- org.eclipse.jetty.websocket:websocket-client:jar:9.4.51.v20230217:compile
[INFO] |  |  |  +- org.eclipse.jetty:jetty-client:jar:9.4.51.v20230217:compile
[INFO] |  |  |  \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.51.v20230217:compile
[INFO] |  |  |     \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.51.v20230217:compile
[INFO] |  |  \- org.jline:jline:jar:3.9.0:compile
[INFO] |  +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:3.3.6:compile
[INFO] |  |  \- org.apache.hadoop:hadoop-yarn-common:jar:3.3.6:compile
[INFO] |  |     +- com.sun.jersey:jersey-client:jar:1.19.4:compile
[INFO] |  |     +- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.12.7:compile
[INFO] |  |     \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.12.7:compile
[INFO] |  |        \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.12.7:compile
[INFO] |  \- org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:3.3.6:compile
[INFO] |     \- org.apache.hadoop:hadoop-mapreduce-client-common:jar:3.3.6:compile
[INFO] +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] +- org.apache.wink:wink-json4j:jar:1.4:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.2:compile
[INFO] |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.2:compile
[INFO] |  \- com.fasterxml.jackson.core:jackson-core:jar:2.15.2:compile
[INFO] +- junit:junit:jar:4.13.1:provided
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:provided
[INFO] +- org.openjdk.jol:jol-core:jar:0.10:test
[INFO] +- org.mockito:mockito-core:jar:5.1.0:test
[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.12.22:test
[INFO] |  +- net.bytebuddy:byte-buddy-agent:jar:1.12.22:test
[INFO] |  \- org.objenesis:objenesis:jar:3.3:compile
[INFO] +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:test
[INFO] +- org.codehaus.janino:janino:jar:3.1.9:provided
[INFO] |  \- org.codehaus.janino:commons-compiler:jar:3.1.9:compile
[INFO] +- org.antlr:antlr4:jar:4.8:provided
[INFO] |  +- org.antlr:ST4:jar:4.3:provided
[INFO] |  +- org.abego.treelayout:org.abego.treelayout.core:jar:1.0.3:provided
[INFO] |  +- org.glassfish:javax.json:jar:1.0.4:provided
[INFO] |  \- com.ibm.icu:icu4j:jar:61.1:provided
[INFO] +- org.antlr:antlr4-runtime:jar:4.8:compile
[INFO] +- org.apache.derby:derby:jar:10.14.2.0:provided
[INFO] +- io.netty:netty-all:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-buffer:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-dns:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-haproxy:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-http:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-http2:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-memcache:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-mqtt:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-redis:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-smtp:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-socks:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-stomp:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-codec-xml:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-common:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-handler:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-native-unix-common:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-handler-proxy:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-handler-ssl-ocsp:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-resolver:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-resolver-dns:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-rxtx:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-sctp:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-udt:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-classes-epoll:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-transport-classes-kqueue:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-resolver-dns-classes-macos:jar:4.1.96.Final:compile
[INFO] |  +- io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.96.Final:runtime
[INFO] |  \- io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.96.Final:runtime
[INFO] +- net.sf.py4j:py4j:jar:0.10.9:compile
[INFO] +- com.google.protobuf:protobuf-java:jar:3.23.4:compile
[INFO] +- com.google.protobuf:protobuf-java-util:jar:3.23.4:compile
[INFO] |  +- com.google.errorprone:error_prone_annotations:jar:2.18.0:compile
[INFO] |  \- com.google.j2objc:j2objc-annotations:jar:2.8:compile
[INFO] +- org.slf4j:slf4j-api:jar:2.0.11:compile
[INFO] +- org.slf4j:slf4j-reload4j:jar:2.0.11:compile
[INFO] +- org.slf4j:jul-to-slf4j:jar:2.0.11:compile
[INFO] +- org.slf4j:jcl-over-slf4j:jar:2.0.11:compile
[INFO] +- org.apache.logging.log4j:log4j-api:jar:2.22.1:compile
[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.22.1:compile
[INFO] \- ch.randelshofer:fastdoubleparser:jar:0.9.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.400 s
[INFO] Finished at: 2024-02-24T16:35:15Z
[INFO] ------------------------------------------------------------------------