Repository: hive
Updated Branches:
  refs/heads/master e862ff80b -> c37b0f581


HIVE-12711 : Document howto disable web ui in config of hive.server2.webui.port 
(Thejas Nair, reviewed by Szehon Ho, Jimmy Xiang)


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

Branch: refs/heads/master
Commit: c37b0f5819b7b287db42318340c4d34ee7277485
Parents: e862ff8
Author: Thejas Nair <[email protected]>
Authored: Mon Dec 21 10:52:23 2015 -0800
Committer: Thejas Nair <[email protected]>
Committed: Mon Dec 21 10:54:14 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/hive/blob/c37b0f58/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 9e8e2f5..0251a6f 100644
--- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -1858,7 +1858,8 @@ public class HiveConf extends Configuration {
         "Setting it to 0s disables the timeout."),
     // HiveServer2 WebUI
     HIVE_SERVER2_WEBUI_BIND_HOST("hive.server2.webui.host", "0.0.0.0", "The 
host address the HiveServer2 WebUI will listen on"),
-    HIVE_SERVER2_WEBUI_PORT("hive.server2.webui.port", 10002, "The port the 
HiveServer2 WebUI will listen on"),
+    HIVE_SERVER2_WEBUI_PORT("hive.server2.webui.port", 10002, "The port the 
HiveServer2 WebUI will listen on. This can be"
+        + "set to 0 or a negative integer to disable the web UI"),
     HIVE_SERVER2_WEBUI_MAX_THREADS("hive.server2.webui.max.threads", 50, "The 
max HiveServer2 WebUI threads"),
     HIVE_SERVER2_WEBUI_USE_SSL("hive.server2.webui.use.ssl", false,
         "Set this to true for using SSL encryption for HiveServer2 WebUI."),

Reply via email to