Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
Description
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.
/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
Since LevelDBJNI still doesn't support Apple Silicon natively, the test cases fail on M1.
Attachments
Issue Links
- causes
-
SPARK-47021 Fix `kvstore` module to have explicit `commons-lang3` test dependency
- Resolved
- links to