HADOOP-13527. Add Spark to CallerContext LimitedPrivate scope. (Contributed by Weiqing Yang)
(cherry picked from commit 115ecb52a8
)
This commit is contained in:
parent
8628ad0790
commit
9d304822f6
|
@ -33,7 +33,7 @@ import java.util.Arrays;
|
||||||
* This class is immutable.
|
* This class is immutable.
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.LimitedPrivate({"HBase", "HDFS", "Hive", "MapReduce",
|
@InterfaceAudience.LimitedPrivate({"HBase", "HDFS", "Hive", "MapReduce",
|
||||||
"Pig", "YARN"})
|
"Pig", "Spark", "YARN"})
|
||||||
@InterfaceStability.Evolving
|
@InterfaceStability.Evolving
|
||||||
public class CallerContext {
|
public class CallerContext {
|
||||||
public static final Charset SIGNATURE_ENCODING = StandardCharsets.UTF_8;
|
public static final Charset SIGNATURE_ENCODING = StandardCharsets.UTF_8;
|
||||||
|
|
Loading…
Reference in New Issue