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.

HDFS quota set: change in configure files? And set quota as percentage of total space?

avatar
Visitor

Hi, I am trying to set the space quotas for directories in HDFS. I have read the article,

https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html, about how to set the space quota using command line. But still have two questions:

(1) Is there a way I can set the space quota in a configuration file? Or cluster configure file, e.g. .yml file?

(2) Is there a way I can set the space quota as the performance of total storage, while the total storage may change in future and the quota also changes (so I donot need change the space quota for each directory again)?

Thank you

1 ACCEPTED SOLUTION

avatar

Hi @JJ Tsien,

1. We don't support setting quotas via a configuration file. Quotas must be set using the setQuota command issued by an administrator.

2. There is no way to specify quotas as a percentage of total storage either, sorry.

View solution in original post

2 REPLIES 2

avatar

Hi @JJ Tsien,

1. We don't support setting quotas via a configuration file. Quotas must be set using the setQuota command issued by an administrator.

2. There is no way to specify quotas as a percentage of total storage either, sorry.

avatar
Visitor

Hi @Arpit Agarwal, thank you for quick help!