HADOOP-16777. Add Tez to LimitedPrivate of ClusterStorageCapacityExceededException

Contributed by Wang Yan.

Change-Id: I92dfe7079ba8ebe89d70255bb845309be0603a8e
This commit is contained in:
Steve Loughran 2020-01-02 15:48:54 +00:00
parent b6dc00f481
commit 958764479d
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0

View File

@ -27,7 +27,7 @@
* cluster filesystem is exceeded. See also
* https://issues.apache.org/jira/browse/MAPREDUCE-7148.
*/
@InterfaceAudience.LimitedPrivate({ "HDFS", "MapReduce" })
@InterfaceAudience.LimitedPrivate({ "HDFS", "MapReduce", "Tez" })
@InterfaceStability.Evolving
public class ClusterStorageCapacityExceededException extends IOException {
private static final long serialVersionUID = 1L;