HADOOP-13527. Add Spark to CallerContext LimitedPrivate scope. (Contributed by Weiqing Yang)
This commit is contained in:
parent
4ba8dbf00e
commit
50a8b0eb6b
@ -33,7 +33,7 @@
|
|||||||
* 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…
x
Reference in New Issue
Block a user