SteNicholas commented on PR #3518:
URL: https://github.com/apache/celeborn/pull/3518#issuecomment-3455551227
@pan3793, thanks for review. I have verified the packaging via
`./build/make-distribution.sh -Pspark-3.5`, which checks the native folder for
`celeborn-client-spark-3-shaded_2.12-0.7.0-SNAPSHOT.jar`:
```
$ jar -xvf celeborn-client-spark-3-shaded_2.12-0.7.0-SNAPSHOT.jar
....
$ ls META-INF/native/
libnetty_transport_native_epoll_riscv64.so
liborg_apache_celeborn_shaded_netty_transport_native_epoll_aarch_64.so
liborg_apache_celeborn_shaded_netty_transport_native_kqueue_x86_64.jnilib
liborg_apache_celeborn_shaded_netty_resolver_dns_native_macos_aarch_64.jnilib
liborg_apache_celeborn_shaded_netty_transport_native_epoll_x86_64.so
liborg_apache_celeborn_shaded_netty_resolver_dns_native_macos_x86_64.jnilib
liborg_apache_celeborn_shaded_netty_transport_native_kqueue_aarch_64.jnilib
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]