You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2020/01/02 15:50:02 UTC

[hadoop] branch trunk updated: HADOOP-16777. Add Tez to LimitedPrivate of ClusterStorageCapacityExceededException

This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9587644  HADOOP-16777. Add Tez to LimitedPrivate of ClusterStorageCapacityExceededException
9587644 is described below

commit 958764479d80fb37507d27aa9eba54f7530aba1c
Author: Steve Loughran <st...@cloudera.com>
AuthorDate: Thu Jan 2 15:48:54 2020 +0000

    HADOOP-16777. Add Tez to LimitedPrivate of ClusterStorageCapacityExceededException
    
    Contributed by Wang Yan.
    
    Change-Id: I92dfe7079ba8ebe89d70255bb845309be0603a8e
---
 .../org/apache/hadoop/fs/ClusterStorageCapacityExceededException.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ClusterStorageCapacityExceededException.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ClusterStorageCapacityExceededException.java
index bbbf073..908d677 100644
--- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ClusterStorageCapacityExceededException.java
+++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ClusterStorageCapacityExceededException.java
@@ -27,7 +27,7 @@ import org.apache.hadoop.classification.InterfaceStability;
  * 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;


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org