You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
Newly added tests are failing only for Windows / Spark 3.1.
The exception is: java.lang.UnsatisfiedLinkError: org.apache.hadoop.io.nativeio.NativeIO$POSIX.stat(Ljava/lang/String;)Lorg/apache/hadoop/io/nativeio/NativeIO$POSIX$Stat;
I suspect this is because Spark 3.1 depends on Hadoop 3.2.0 but we use 2.8.1 for testing.
The text was updated successfully, but these errors were encountered:
clee704
pushed a commit
to clee704/hyperspace
that referenced
this issue
Jul 28, 2021
Here's the logs: https://dev.azure.com/ossspark/78bda1b1-2d15-4e6d-8327-a916f6cb1f9f/_apis/build/builds/2223/logs/48
Newly added tests are failing only for Windows / Spark 3.1.
The exception is:
java.lang.UnsatisfiedLinkError: org.apache.hadoop.io.nativeio.NativeIO$POSIX.stat(Ljava/lang/String;)Lorg/apache/hadoop/io/nativeio/NativeIO$POSIX$Stat;
I suspect this is because Spark 3.1 depends on Hadoop 3.2.0 but we use 2.8.1 for testing.
The text was updated successfully, but these errors were encountered: