87337/how-to-find-hdfs-free-space-from-command-line
Hi Guys,
I have configured Hadoop Cluster in the local system and uploaded some files as well. Now I want to see how much free space available in the Cluster. How can I get that?
Hi@akhtar,
You can find the free space from the command line as well. Hadoop provides the report of the cluster. You can use the below command to see the report.
$ hadoop dfsadmin -report
It's a bit non-intuitive, but it turns ...READ MORE
You can see the free available space ...READ MORE
Yes, you check the free space using ...READ MORE
Read operation on HDFS In order to read ...READ MORE
You can use dfsadmin which runs a ...READ MORE
hdfs dfsadmin -report This command tells fs ...READ MORE
du command is used for to see ...READ MORE
Hadoop put & appendToFile only reads standard ...READ MORE
Hi@akhtar, You can see the report of Hadoop Cluster ...READ MORE
Hi, You can use ToDate() and SubtractDuration() function ...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.