Add support for checksum string generation
Open
enhancement
- Dominant language
- Scala
- Stars
- 6
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Some times it's necessary to verify if a given file is equaled to another file inside hdfs, it could happen when we are trying to verify if the file content is different from an older version.
For that, we have to implement a method to get the string checksum from a file inside hdfs and return the checksum as a String to be used when needed.
For now, this issue doesn't relate to the generation of a cross filesystem checksum.
Contributor guide
Assessment
This issue has not been assessed yet.