Expand description
object_store::ObjectStore implementation for the Native Rust HDFS client
§Usage
use hdfs_native_object_store::HdfsObjectStoreBuilder;
let store = HdfsObjectStoreBuilder::new()
.with_url("hdfs://localhost:9000")
.build()
.unwrap();
Structs§
- Hdfs
Object Store - Interface for Hadoop Distributed File System.
- Hdfs
Object Store Builder - Builder for creating an HdfsObjectStore