Created 03-07-2016 05:18 AM
Hi,
we are planning to implement max 10 GB space restriction for each user on /home/user/ directory.
Can you suggest me the easy way to achieve this?
Created 03-07-2016 05:19 AM
is this on local filesystem or hdfs? On hdfs consider using space quotas https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html
Created 03-07-2016 05:19 AM
is this on local filesystem or hdfs? On hdfs consider using space quotas https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsQuotaAdminGuide.html
Created 03-07-2016 05:23 AM
For local filesystem refer to your OS vendor documentation or search internet http://stackoverflow.com/questions/8148715/how-to-set-limit-on-directory-size-in-linux
Created 03-07-2016 05:23 AM
it is in local file system
Created 03-07-2016 05:48 AM
See this http://www.thegeekstuff.com/2010/07/disk-quota/
The above answer is for HDFS quota.