Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suport for checksum string verification #7

Open
regismachado opened this issue Sep 30, 2019 · 2 comments
Open

Add suport for checksum string verification #7

regismachado opened this issue Sep 30, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@regismachado
Copy link
Contributor

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.

@regismachado regismachado added the enhancement New feature or request label Sep 30, 2019
@regismachado regismachado added the good first issue Good for newcomers label Sep 30, 2019
@felipe-sbatista
Copy link
Contributor

hi, good evening. Could you solve a doubt, please? Is the only to implement a method that receive 2 strings and compare them? Or is more like: Given a file and a checksum (that suppose to be correct), generates a new checksum string and compare them? Thank you.

@dmvieira
Copy link
Contributor

No @felipe-sbatista , it's inside HDFS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants