HDFS Native Object Store
An object_store implementation for HDFS based on the native Rust hdfs-native library.
Compatibility
Each release supports a certain minor release of both the object_store crate and the underlying hdfs-native client.
| hdfs-native-object-store | object_store | hdfs-native |
|---|---|---|
| 0.9.x | 0.9 | 0.9 |
| 0.10.x | 0.10 | 0.9 |
Usage
use HdfsObjectStore;
let store = with_url?;
Feature Flags
kerberos - Enables Kerberos authentication support via the libgssapi crate
Documentation
See Documentation.