You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2018/07/23 18:57:08 UTC

impala git commit: IMPALA-7173: [DOCS] Added check options in the load balancer examples

Repository: impala
Updated Branches:
  refs/heads/master 79eef4924 -> 42809cbd1


IMPALA-7173: [DOCS] Added check options in the load balancer examples

Change-Id: Ic5148aecf4605373ea6a28bf032bcfdab4f822fd
Reviewed-on: http://gerrit.cloudera.org:8080/11006
Reviewed-by: Michael Brown <mi...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


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

Branch: refs/heads/master
Commit: 42809cbd11e11eb07f861076b722d80c8fef5a02
Parents: 79eef49
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Fri Jul 20 17:04:20 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Mon Jul 23 17:47:46 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_proxy.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/42809cbd/docs/topics/impala_proxy.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_proxy.xml b/docs/topics/impala_proxy.xml
index ddf63c3..b172535 100644
--- a/docs/topics/impala_proxy.xml
+++ b/docs/topics/impala_proxy.xml
@@ -505,10 +505,10 @@ listen impala :25003
     option tcplog
     balance leastconn
 
-    server <varname>symbolic_name_1</varname> impala-host-1.example.com:21000
-    server <varname>symbolic_name_2</varname> impala-host-2.example.com:21000
-    server <varname>symbolic_name_3</varname> impala-host-3.example.com:21000
-    server <varname>symbolic_name_4</varname> impala-host-4.example.com:21000
+    server <varname>symbolic_name_1</varname> impala-host-1.example.com:21000 check
+    server <varname>symbolic_name_2</varname> impala-host-2.example.com:21000 check
+    server <varname>symbolic_name_3</varname> impala-host-3.example.com:21000 check
+    server <varname>symbolic_name_4</varname> impala-host-4.example.com:21000 check
 
 # Setup for Hue or other JDBC-enabled applications.
 # In particular, Hue requires sticky sessions.