GitHub - datafusion-contrib/hdfs-native-object-store: Native rust implementation of object_store HDFS (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
Explore - Why GitHub
- All features
- Documentation
- GitHub Skills
- Blog
- By company size
- Topics
- Pricing
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
datafusion-contrib / hdfs-native-object-store Public
- Notifications You must be signed in to change notification settings
- Fork10
- Star 6
Native rust implementation of object_store HDFS
License
6 stars 10 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
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
License
Stars
Watchers
Forks
Releases8
Packages
No packages published