When I deleted a file on HDFS, and then tried to upload an updated version (with the same name) to the HDFS, I got this checksum error:
The error message reads:
org.apache.hadoop.fs.ChecksumException: Checksum error: file:/root/Desktop/test_data/dupli.txt at 0 exp: 1607003671 got: -1788866132
How do I upload an updated version of file on HDFS?