apache / incubator-gluten

Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
https://gluten.apache.org/
Apache License 2.0
1.22k stars 437 forks source link

Remove the libhdfs3 installation script required for static linking #8020

Open JkSelf opened 15 hours ago

JkSelf commented 15 hours ago

Description

We will only retain the dynamic libraries libhdfs.so or libhdfs3.so at runtime based on this benchmark https://github.com/apache/incubator-gluten/issues/7746#issuecomment-2482406467. So there is no need to keep the libhdfs3 installation script required for static linking.