You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "zouxxyy (Jira)" <ji...@apache.org> on 2022/09/27 15:09:00 UTC

[jira] [Assigned] (HUDI-4839) rocksdbjni is not compatible with apple silicon

     [ https://issues.apache.org/jira/browse/HUDI-4839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zouxxyy reassigned HUDI-4839:
-----------------------------

    Assignee: zouxxyy

> 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
>            Assignee: 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 like this
> {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)