globocom / ghdfs

Works with HDFS for common operations and Scala compatibility.
MIT License
5 stars 9 forks source link

Expand the support of the hdfs filesystem api #10

Open regismachado opened 5 years ago

regismachado commented 5 years ago

It's necessary to expand the actual hdfs filesystem support, with new overloading methods and utilities to turn the usage of the hdfs more simple and fast for commons operations.

This issue doesn't expect the creation of method utilities or overloading that extrapolate the original filesystem api, for example, read and write in the same method or write and generate the checksum.