webhdfs 0.1.0

Hadoop WebHDFS client library
Documentation

webhdfs

Hadoop webhdfs client library for Rust.

  • Built on Tokio and Hyper.
  • Provides both synchronous and asynchronous APIs.

See tests/it.rs for usage examples.

NOTE: This is a work in progress. Currently some basic functionality is implemented.

NOTE: This is an Alpha phase software. APIs will change towards version 1.0.

Building and testing

cargo test --lib -- --nocapture

Integration tests

See Integration tests