[
https://issues.apache.org/jira/browse/HUDI-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zouxxyy updated HUDI-4839:
--------------------------
Description:
rocksdbjni 5.17.2 is not compatible with apple silicon
when set FileSystemViewStorageType.EMBEDDED_KV_STORE) in apple m1 raise error
{code:java}
java.lang.UnsatisfiedLinkError:
/private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib:
dlopen(/private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib,
0x0001): tried:
'/private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib'
(mach-o file, but is an incompatible architecture (have 'x86_64', need
'arm64e')) {code}
After 6.29.4.1, rocksdb can work on M1 macs.
[here|https://github.com/facebook/rocksdb/issues/7720]
was:
rocksdbjni 5.17.2 is not compatible with apple silicon
when set FileSystemViewStorageType.EMBEDDED_KV_STORE) in apple m1 raise error
{code:java}
java.lang.UnsatisfiedLinkError:
/private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib:
dlopen(/private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib,
0x0001): tried:
'/private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib'
(mach-o file, but is an incompatible architecture (have 'x86_64', need
'arm64e')) {code}
After 6.29.4.1, rocksdb can work on M1 macs.
[here|https://github.com/facebook/rocksdb/issues/7720]
> rocksdbjni is not compatible with apple silicon
> -----------------------------------------------
>
> Key: HUDI-4839
> URL: https://issues.apache.org/jira/browse/HUDI-4839
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: zouxxyy
> Priority: Major
> Labels: pull-request-available
>
> rocksdbjni 5.17.2 is not compatible with apple silicon
> when set FileSystemViewStorageType.EMBEDDED_KV_STORE) in apple m1 raise error
> {code:java}
> java.lang.UnsatisfiedLinkError:
> /private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib:
>
> dlopen(/private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib,
> 0x0001): tried:
> '/private/var/folders/px/y3gybll50ggctcjp2t4r2b500000gp/T/librocksdbjni1847223031371241574.jnilib'
> (mach-o file, but is an incompatible architecture (have 'x86_64', need
> 'arm64e')) {code}
> After 6.29.4.1, rocksdb can work on M1 macs.
> [here|https://github.com/facebook/rocksdb/issues/7720]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)