You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hdfs-native is a Rust package I made that implements an HDFS client in pure* Rust. This can be used to add HDFS support to delta-rs without any Java or JVM dependencies.
*Kerberos support uses dynamic loading of libgssapi_krb5 via libloading
Use Case
Using delta-rs with HDFS without requiring Java
Related Issue(s)
The text was updated successfully, but these errors were encountered:
# Description
Add support for HDFS using
[hdfs-native](https://github.com/Kimahriman/hdfs-native), a pure* Rust
client for interacting with HDFS. Creates a new `hdfs` sub-crate, adds
it as a feature to `deltalake` meta crate, and includes it in Python
wheels by default. There is a Rust integration test that requires Hadoop
and Java to be installed, and makes use of a small Maven program I ship
under the `integration-test` feature flag to run a MiniDFS server.
*Dynamically loads `libgssapi_krb5` using `libloading` for Kerberos
support
# Related Issue(s)
<!---
For example:
- closes#106
--->
Resolves#2611
# Documentation
<!---
Share links to useful documentation
--->
Description
hdfs-native is a Rust package I made that implements an HDFS client in pure* Rust. This can be used to add HDFS support to delta-rs without any Java or JVM dependencies.
*Kerberos support uses dynamic loading of
libgssapi_krb5
vialibloading
Use Case
Using delta-rs with HDFS without requiring Java
Related Issue(s)
The text was updated successfully, but these errors were encountered: