Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Remaining capacity of HDFS : 0

avatar
New Member

Hi,

I am facing an alert while starting my services on ambari : HDFS tells me that it has no more disk space available, even though I haven't right anything on HDFS yet.

The alert is the following :

Capacity Used:[100%, 36864], Capacity Remaining:[0]

The thing is that I have set 300000000000 bytes of capacity for HDFS (property "Reserved space for HDFS"), so I can't see where my problem is ...

Thanks in advance for your answer !

Sylvain.

1 ACCEPTED SOLUTION

avatar
New Member

@Sylvain:

Configured capacity of HDFS is calculated as

Configured Capacity = Total Disk Space - Reserved Space

Reserved space is the space which is allocated for OS level operations and set using the parameter dfs.datanode.du.reserved .

Can you please let me know whats the total disk space in your scenario? Also is there any specific reason why dfs.datanode.du.reserved is set to a huge value?

View solution in original post

2 REPLIES 2

avatar
New Member

@Sylvain:

Configured capacity of HDFS is calculated as

Configured Capacity = Total Disk Space - Reserved Space

Reserved space is the space which is allocated for OS level operations and set using the parameter dfs.datanode.du.reserved .

Can you please let me know whats the total disk space in your scenario? Also is there any specific reason why dfs.datanode.du.reserved is set to a huge value?

avatar
New Member

Thanks. I was just misunderstanding the meaning of the property "Reserved space for HDFS". I actually thought it was the disk space we set for file storage ...