QuotaExceededException (Apache Hadoop Main 3.4.1 API) (original) (raw)


@InterfaceAudience.Public
@InterfaceStability.Evolving
public class QuotaExceededException
extends ClusterStorageCapacityExceededException
This exception is thrown when modification to HDFS results in violation of a directory quota. A directory quota might be namespace quota (limit on number of files and directories) or a diskspace quota (limit on space taken by all the file under the directory tree).
The message for the exception specifies the directory where the quota was violated and actual quotas. Specific message is generated in the corresponding Exception class: DSQuotaExceededException or NSQuotaExceededException
See Also:
Serialized Form