That's why I use sbt dependencies to execute the test with more recent
versions. I checked the jvm was using the right classes with
-verbose:class, so ...

El vie, 5 dic 2025, 8:39, FengYu Cao <[email protected]> escribió:

> Hi,
>
> thx for your response.
>
> According to the following documentation, it seems that CDP 7.1.9 uses
> Hadoop 3.1.1:
>
>
> https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/runtime-release-notes/topics/rt-pvc-runtime-component-versions-719sp1-chf12.html
>
>
> I used the command below to extract and install the native libraries in
> our environment. However, when running with Hadoop 3.1.1 I encountered the
> following error:
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> 'java.lang.String
> org.apache.hadoop.io.nativeio.NativeIO$POSIX.getPmdkLibPath()'
>
> tar -xzf /tmp/hadoop-${HADOOP_VERSION}.tar.gz \
>     -C /usr/java/packages/lib \
>     --wildcards \
>     --strip-components=3 \
>     "hadoop-${HADOOP_VERSION}/lib/native/*.so*"
>
> I am using zstd 1.5.7 to generate the compressed files. I am not sure
> whether this may have any impact.
>
> ❯ zstd --version
> *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
>
> I will continue investigating on my side, and will provide further updates if 
> I find anything new.
>
>

Reply via email to