HDFS目录配额(quota)不足导致写文件失败
本文分享自天翼云开发者社区《HDFS目录配额(quota)不足导致写文件失败》,作者:5****m问题背景与现象给某目录设置quota后,往目录中写文件失败,出现如下问题“The DiskSpace quota of /tmp/tquota2 is exceeded”。[omm@189-39-150-115 client]$ hdfs dfs -put switchuser.py /tmp/tquota2put: The DiskSpace quota of /tmp/tquota2 is e...阅读全文