Ayush Saxena created HADOOP-17900:
-------------------------------------
Summary: Move ClusterStorageCapacityExceededException to Public
from LimitedPrivate
Key: HADOOP-17900
URL: https://issues.apache.org/jira/browse/HADOOP-17900
Project: Hadoop Common
Issue Type: Improvement
Reporter: Ayush Saxena
Assignee: Ayush Saxena
As of now the exception is marked limited private
{code:java}
@InterfaceAudience.LimitedPrivate({ "HDFS", "MapReduce", "Tez" })
{code}
Doesn't allow other projects, Rather than individually adding project, Make it
Public itself.
This exception can be used to act as a fail-fast marker for different
operations.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]