hdfs-native-object-store

Crates.iohdfs-native-object-store
lib.rshdfs-native-object-store
version0.12.1
sourcesrc
created_at2024-01-07 19:00:15.251609
updated_at2024-09-28 19:54:20.863425
descriptionobject_store implementation for Native HDFS client
homepagehttps://github.com/datafusion-contrib/hdfs-native-object-store
repositoryhttps://github.com/datafusion-contrib/hdfs-native-object-store
max_upload_size
id1091962
size49,372
Adam Binford (Kimahriman)

documentation

README

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
0.11.x 0.10 0.10
0.12.0 >=0.10, <0.12 0.10

Usage

use hdfs_native_object_store::HdfsObjectStore;
let store = HdfsObjectStore::with_url("hdfs://localhost:9000")?;

Documentation

See Documentation.

Commit count: 10

cargo fmt