Description
This ticket aims at adding Tez to the InterfaceAudience.LimitedPrivate list of ClusterStorageCapacityExceededException.
We want to create a feature(TEZ-4110) in tez to fast fail a job if DFS quota limitation is exceeded, the feature is similar to MAPREDUCE-7148.
When DFS quota limitation is exceeded, ClusterStorageCapacityExceededException will be thrown, and we want to catch this exception in tez side and perform fast fail logic, this is why we need to expose ClusterStorageCapacityExceededException class to tez.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-17900 Move ClusterStorageCapacityExceededException to Public from LimitedPrivate
- Resolved
-
TEZ-4110 Make Tez fail fast when DFS quota is exceeded
- Resolved