Repository: hive
Updated Branches:
  refs/heads/branch-2.1 18db6aca9 -> 84627689e


HIVE-13800. Disable LLAP UI auth by default. (Siddharth Seth, reviewed by 
Sergey Shelukhin)
(cherry picked from commit d52131d763b8b8d26b6ee81ebac68f8ee9ffdb47)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/4082d701
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/4082d701
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/4082d701

Branch: refs/heads/branch-2.1
Commit: 4082d7015e0da16a10988379d693b4f495d7122f
Parents: 18db6ac
Author: Siddharth Seth <ss...@apache.org>
Authored: Wed May 25 14:57:26 2016 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Wed May 25 14:59:42 2016 -0700

----------------------------------------------------------------------
 common/src/java/org/apache/hadoop/hive/conf/HiveConf.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/4082d701/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
----------------------------------------------------------------------
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 3e295fe..b1f37ff 100644
--- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -2720,7 +2720,7 @@ public class HiveConf extends Configuration {
         "LLAP delegation token lifetime, in seconds if specified without a 
unit."),
     LLAP_MANAGEMENT_RPC_PORT("hive.llap.management.rpc.port", 15004,
         "RPC port for LLAP daemon management service."),
-    LLAP_WEB_AUTO_AUTH("hive.llap.auto.auth", true,
+    LLAP_WEB_AUTO_AUTH("hive.llap.auto.auth", false,
         "Whether or not to set Hadoop configs to enable auth in LLAP web 
app."),
     LLAP_CREATE_TOKEN_LOCALLY("hive.llap.create.token.locally", "hs2",
         new StringSet("true", "hs2", "false"),

Reply via email to