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 aa...@apache.org on 2019/04/16 02:19:16 UTC

[hadoop] branch trunk updated: HADOOP-16249. Make CallerContext LimitedPrivate scope to Public.

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

aajisaka 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 b1120d2  HADOOP-16249. Make CallerContext LimitedPrivate scope to Public.
b1120d2 is described below

commit b1120d27ab9ddf4fbe281b6b4a3511ded4ba5e73
Author: Kenneth Yang <ke...@gmail.com>
AuthorDate: Mon Apr 15 13:06:13 2019 +0800

    HADOOP-16249. Make CallerContext LimitedPrivate scope to Public.
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
---
 .../src/main/java/org/apache/hadoop/ipc/CallerContext.java             | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java
index 0be5939..dd14ba1 100644
--- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java
+++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/CallerContext.java
@@ -32,8 +32,7 @@ import java.util.Arrays;
  *
  * This class is immutable.
  */
-@InterfaceAudience.LimitedPrivate({"HBase", "HDFS", "Hive", "MapReduce",
-    "Pig", "Spark", "YARN"})
+@InterfaceAudience.Public
 @InterfaceStability.Evolving
 public final class CallerContext {
   public static final Charset SIGNATURE_ENCODING = StandardCharsets.UTF_8;


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