Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Dec 6, 2023
1 parent c7f3697 commit c81c7cb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here is a list of currently supported and unsupported but possible future featur
- [x] Name Services
- [ ] Observer reads (state ID tracking is supported, but needs improvements on tracking Observer/Active NameNode)
- [x] ViewFS
- [ ] Federated router
- [x] Router based federation
- [x] Erasure coded reads
- RS schema only, no support for RS-Legacy or XOR
- Relies on a fork of https://github.com/rust-rse/reed-solomon-erasure
Expand All @@ -36,11 +36,6 @@ Here is a list of currently supported and unsupported but possible future featur
- [ ] DataNode data transfer encryption
- [ ] Encryption at rest (KMS support)

### Other improvements
- [ ] Better error handling
- [ ] RPC retries
- [x] Async support

## Supported HDFS Settings
The client will attempt to read Hadoop configs `core-site.xml` and `hdfs-site.xml` in the directories `$HADOOP_CONF_DIR` or if that doesn't exist, `$HADOOP_HOME/etc/hadoop`. Currently the supported configs that are used are:
- `fs.defaultFS` - Client::default() support
Expand Down

0 comments on commit c81c7cb

Please sign in to comment.