GitHub - datafusion-contrib/hdfs-native-object-store: Native rust implementation of object_store HDFS (original) (raw)

Skip to content

Sign in

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

datafusion-contrib / hdfs-native-object-store Public

Native rust implementation of object_store HDFS

License

Apache-2.0 license

6 stars 10 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory18 Commits
.github/workflows .github/workflows
src src
tests tests
.gitignore .gitignore
Cargo.lock Cargo.lock
Cargo.toml Cargo.toml
LICENSE LICENSE
README.md README.md

Repository files navigation

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

Usage

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

Documentation

See Documentation.

About

Native rust implementation of object_store HDFS

Resources

Readme

License

Apache-2.0 license

Activity

Custom properties

Stars

6 stars

Watchers

6 watching

Forks

10 forks

Report repository

Releases8

v0.14.1 Latest Apr 16, 2025

+ 7 releases

Packages

No packages published

Contributors4

Languages