Any way to increase the hdfs disk space quota

My data reached the 4GB limit even replica is set to 1…
Any way to increase that?

Unfortuanltey no, We offer only 4.5GB disk space with the replication factor of 3.

We provide 4.2 GB of storage in HDFS with the replication factor of 3. It means that you can store up to 1.4GB of data. Please decrease replication factor of your home folder in HDFS if you want to store more data.

You can use the below command

hadoop dfs -setrep -w 1 -R /user/your_user_name