Expand description
object_store::ObjectStore implementation for the Native Rust HDFS client
§Usage
use hdfs_native_object_store::HdfsObjectStore;
let store = HdfsObjectStore::with_url("hdfs://localhost:9000")?;
object_store::ObjectStore implementation for the Native Rust HDFS client
use hdfs_native_object_store::HdfsObjectStore;
let store = HdfsObjectStore::with_url("hdfs://localhost:9000")?;