[
https://issues.apache.org/jira/browse/HBASE-29914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18061642#comment-18061642
]
Duo Zhang commented on HBASE-29914:
-----------------------------------
When running with hadoop 3.2.4 shaded client, we got this error
{noformat}
/usr/lib/jvm/java-17/bin/java -cp
/hbase/output-integration/hadoop-3.2.4-shaded/hbase-conf/:/hbase/hbase-hadoop3-client/lib/shaded-clients/hbase-shaded-client-byo-hadoop-2.5.14-hadoop3-SNAPSHOT.jar:/hbase/hbase-hadoop3-client/bin/../lib/shaded-clients/hbase-shaded-mapreduce-2.5.14-hadoop3-SNAPSHOT.jar:/hbase/hbase-hadoop3-client/bin/../lib/client-facing-thirdparty/audience-annotations-0.13.0.jar:/hbase/hbase-hadoop3-client/bin/../lib/client-facing-thirdparty/commons-logging-1.2.jar:/hbase/hbase-hadoop3-client/bin/../lib/client-facing-thirdparty/jcl-over-slf4j-1.7.33.jar:/hbase/hbase-hadoop3-client/bin/../lib/client-facing-thirdparty/jul-to-slf4j-1.7.33.jar:/hbase/hbase-hadoop3-client/bin/../lib/client-facing-thirdparty/opentelemetry-api-1.49.0.jar:/hbase/hbase-hadoop3-client/bin/../lib/client-facing-thirdparty/opentelemetry-context-1.49.0.jar:/hbase/hbase-hadoop3-client/bin/../lib/client-facing-thirdparty/opentelemetry-semconv-1.29.0-alpha.jar:/hbase/hbase-hadoop3-client/bin/../lib/client-facing-thirdparty/slf4j-api-1.7.33.jar:/hbase/output-integration/hadoop-3.2.4-shaded:/hbase/hadoop-3/share/hadoop/client/hadoop-client-api-3.2.4.jar:/hbase/hadoop-3/share/hadoop/client/hadoop-client-runtime-3.2.4.jar
HBaseClientReadWriteExample
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.
SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder".
SLF4J: Defaulting to no-operation MDCAdapter implementation.
SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further
details.
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/htrace/core/Tracer$Builder
at org.apache.hadoop.fs.FsTracer.get(FsTracer.java:42)
at
org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3370)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:125)
at
org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3424)
at org.apache.hadoop.fs.FileSystem$Cache.getUnique(FileSystem.java:3398)
at org.apache.hadoop.fs.FileSystem.newInstance(FileSystem.java:538)
at org.apache.hadoop.fs.FileSystem.newInstance(FileSystem.java:550)
at HBaseClientReadWriteExample.main(HBaseClientReadWriteExample.java:46)
Caused by: java.lang.ClassNotFoundException:
org.apache.htrace.core.Tracer$Builder
at
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 8 more
{noformat}
> Client integration tests fails with 'mvn not found'
> ---------------------------------------------------
>
> Key: HBASE-29914
> URL: https://issues.apache.org/jira/browse/HBASE-29914
> Project: HBase
> Issue Type: Sub-task
> Components: jenkins, scripts
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
>
> {noformat}
> component/dev-support/hbase_nightly_source-artifact.sh: line 128: mvn:
> command not found
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)