Add suport for checksum string verification
Open
enhancement
good first issue
- 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 of this file.
For that, we have to implement a method to check if a given string checksum is equaled to the checksum of a file inside hdfs and return a boolean.
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.