Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu committed Feb 9, 2024
1 parent d3bbb90 commit 6db073d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions core/src/services/hdfs_native/docs.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
A distributed file system that provides high-throughput access to application data.
Using [Native Rust HDFS client](https://github.com/Kimahriman/hdfs-native).

## Capabilities

This service can be used to:

- [x] stat
- [x] read
- [x] write
- [x] create_dir
- [x] delete
- [x] rename
- [x] list
- [x] blocking
- [x] append

## Differences with webhdfs

[Webhdfs][crate::services::Webhdfs] is powered by hdfs's RESTful HTTP API.

## Differences with hdfs

[hdfs][crate::services::Hdfs] is powered by libhdfs and require the Java dependencies

## Features

HDFS-native support needs to enable feature `services-hdfs-native`.

## Configuration

- `root`: Set the work dir for backend.
- `url`: Set the url for backend.
- `enable_append`: enable the append capacity. Default is false.

0 comments on commit 6db073d

Please sign in to comment.