diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java index c07c8ccdd77e..94101eb00380 100644 --- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -5169,7 +5169,7 @@ public static enum ConfVars { LLAP_PLUGIN_ACL("hive.llap.plugin.acl", "*", "The ACL for LLAP plugin AM endpoint."), LLAP_PLUGIN_ACL_DENY("hive.llap.plugin.acl.blocked", "", "The deny ACL for LLAP plugin AM endpoint."), - LLAP_REMOTE_TOKEN_REQUIRES_SIGNING("hive.llap.remote.token.requires.signing", "true", + LLAP_REMOTE_TOKEN_REQUIRES_SIGNING("hive.llap.remote.token.requires.signing", "false", new StringSet("false", "except_llap_owner", "true"), "Whether the token returned from LLAP management API should require fragment signing.\n" + "True by default; can be disabled to allow CLI to get tokens from LLAP in a secure\n" +