[
https://issues.apache.org/jira/browse/HDDS-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sammi Chen updated HDDS-15559:
------------------------------
Description:
Currently, three platform hadoop native library is supported,
- linux, x86_64
- linux, aarch64
- Mac, arm64(aarch64)
1. download all three platform native library during mvn build
2. create libhadoop.so pointing to linux x86_64 native library file during mvn
build
3. create libhadoop.dylib pointing to mac arm64 native library file during mvn
build
4. at runtime, if it's linux aarch64 platform, recreate the libhadoop.so
pointing to linux aarch64 native library file
5. add libhadoop to DYLD_LIBRARY_PATH or LD_LIBRARY_PATH, so that libhadoop can
be found and loaded during Ozone service and client startup if short-circuit is
enabled.
was:
1. add libhadoop to DYLD_LIBRARY_PATH or LD_LIBRARY_PATH, so that libhadoop can
be found during Ozone service and client startup.
2. during the build time, create
> Add libhadoop to DYLD_LIBRARY_PATH or LD_LIBRARY_PATH
> ------------------------------------------------------
>
> Key: HDDS-15559
> URL: https://issues.apache.org/jira/browse/HDDS-15559
> Project: Apache Ozone
> Issue Type: Sub-task
> Reporter: Sammi Chen
> Assignee: Sammi Chen
> Priority: Major
> Labels: pull-request-available
>
> Currently, three platform hadoop native library is supported,
> - linux, x86_64
> - linux, aarch64
> - Mac, arm64(aarch64)
> 1. download all three platform native library during mvn build
> 2. create libhadoop.so pointing to linux x86_64 native library file during
> mvn build
> 3. create libhadoop.dylib pointing to mac arm64 native library file during
> mvn build
> 4. at runtime, if it's linux aarch64 platform, recreate the libhadoop.so
> pointing to linux aarch64 native library file
> 5. add libhadoop to DYLD_LIBRARY_PATH or LD_LIBRARY_PATH, so that libhadoop
> can be found and loaded during Ozone service and client startup if
> short-circuit is enabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]