Crate hdfs_native

Source
Expand description

Native HDFS client implementation in Rust

§Usage

Create a client to a single NameNode

use hdfs_native::Client;
let client = Client::new("hdfs://localhost:9000")?;

Create a client for a Name Service

use hdfs_native::Client;
let client = Client::new("hdfs://ns")?;

Re-exports§

Modules§

Enums§

Type Aliases§