88828/checksum-verification-in-hadoop
Hi Team,
I have moved files to Hadoop (HDFS) from a Linux server. I would like to make sure the files on the HDFS have no corruption after they are copied by checking the checksum. How can I do that?
Hi@akhtar,
Hadoop filesystem has Command to check the checksum of an uploaded file in HDFS. You can use the below command to do that.
$ hadoop fs -checksum /project1/file.txt
Actually there are many other frameworks, one of ...READ MORE
I used this command to run my ...READ MORE
ZooKeeper is a centralized service for maintaining ...READ MORE
You have to start JobHistoryServer process specifically ...READ MORE
You can use dfsadmin which runs a ...READ MORE
hdfs dfsadmin -report This command tells fs ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can run Hadoop in Docker container. Follow ...READ MORE
It allows to run dfs commands more ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.