hdrs icon indicating copy to clipboard operation
hdrs copied to clipboard

HDFS Native Client in Rust via HDFS C API libhdfs

Results 7 hdrs issues
Sort by recently updated
recently updated
newest added

Change `async_open` back to `open` massively reduce memory usage. Invesigating. - updated (2024.03.23) Setting log level to `TRACE`, I found`hdrs::File` instances correctly dropped. And I tried offload hdrs file reading...

It seems like OpenOption::create_new has the same behavior with OpenOption::create?

This adds the ability to set some configs (client domain only) which are described in this [official table](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml). It will also override the ones specified in `hdfs-site.xml`, which is really...