You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2021/11/11 05:17:00 UTC

[jira] [Created] (SPARK-37282) Add ExtendedLevelDBTest and disable LevelDB tests on Apple Silicon

Dongjoon Hyun created SPARK-37282:
-------------------------------------

             Summary: Add ExtendedLevelDBTest and disable LevelDB tests on Apple Silicon
                 Key: SPARK-37282
                 URL: https://issues.apache.org/jira/browse/SPARK-37282
             Project: Spark
          Issue Type: Sub-task
          Components: Spark Core, Tests
    Affects Versions: 3.3.0
            Reporter: Dongjoon Hyun


Java 17 officially support Apple Silicon.
- JEP 391: macOS/AArch64 Port
- https://bugs.openjdk.java.net/browse/JDK-8251280

Oracle Java, Azul Zulu, and Eclipse Temurin Java 17 supports Apple Silicon natively.
{code}
/Users/dongjoon/.jenv/versions/oracle17/bin/java: Mach-O 64-bit executable arm64
/Users/dongjoon/.jenv/versions/zulu17/bin/java: Mach-O 64-bit executable arm64
/Users/dongjoon/.jenv/versions/temurin17/bin/java: Mach-O 64-bit executable arm64
{code}

Since LevelDBJNI still doesn't support Apple Silicon natively, the test cases fail on M1.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org