You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by su...@apache.org on 2015/09/15 19:40:01 UTC

svn commit: r1703263 - in /knox: site/books/knox-0-7-0/user-guide.html trunk/books/0.7.0/service_hive.md

Author: sumit
Date: Tue Sep 15 17:40:01 2015
New Revision: 1703263

URL: http://svn.apache.org/r1703263
Log:
KNOX-570 docs HS2 HA support

Modified:
    knox/site/books/knox-0-7-0/user-guide.html
    knox/trunk/books/0.7.0/service_hive.md

Modified: knox/site/books/knox-0-7-0/user-guide.html
URL: http://svn.apache.org/viewvc/knox/site/books/knox-0-7-0/user-guide.html?rev=1703263&r1=1703262&r2=1703263&view=diff
==============================================================================
--- knox/site/books/knox-0-7-0/user-guide.html (original)
+++ knox/site/books/knox-0-7-0/user-guide.html Tue Sep 15 17:40:01 2015
@@ -3392,7 +3392,7 @@ connection.close();
 2012-02-03 --- 18:35:34 --- SampleClass6 --- [TRACE]
 2012-02-03 --- 18:35:34 --- SampleClass2 --- [DEBUG]
 ...
-</code></pre><h3><a id="HIVE+SERVER2+HA"></a>HIVE SERVER2 HA</h3><p>Knox provides basic failover functionality for calls made to Hive Server when more than one HiveServer2 instance is installed in the cluster and registered with the same Zookeeper ensemble. The HA functionality in this case fetches the HiveServer2 URL information from a Zookeeper ensemble, so the user need only supply the necessary Zookeeper configuration and not the Hive connection URLs.</p><p>To enable HA functionality for Hive in Knox the following configuration has to be added to the topology file.</p>
+</code></pre><h3><a id="HiveServer2+HA"></a>HiveServer2 HA</h3><p>Knox provides basic failover functionality for calls made to Hive Server when more than one HiveServer2 instance is installed in the cluster and registered with the same Zookeeper ensemble. The HA functionality in this case fetches the HiveServer2 URL information from a Zookeeper ensemble, so the user need only supply the necessary Zookeeper configuration and not the Hive connection URLs.</p><p>To enable HA functionality for Hive in Knox the following configuration has to be added to the topology file.</p>
 <pre><code>&lt;provider&gt;
    &lt;role&gt;ha&lt;/role&gt;
    &lt;name&gt;HaProvider&lt;/name&gt;

Modified: knox/trunk/books/0.7.0/service_hive.md
URL: http://svn.apache.org/viewvc/knox/trunk/books/0.7.0/service_hive.md?rev=1703263&r1=1703262&r2=1703263&view=diff
==============================================================================
--- knox/trunk/books/0.7.0/service_hive.md (original)
+++ knox/trunk/books/0.7.0/service_hive.md Tue Sep 15 17:40:01 2015
@@ -267,7 +267,7 @@ Expected output:
     2012-02-03 --- 18:35:34 --- SampleClass2 --- [DEBUG]
     ...
 
-### HIVE SERVER2 HA ###
+### HiveServer2 HA ###
 
 Knox provides basic failover functionality for calls made to Hive Server when more than one HiveServer2 instance is
 installed in the cluster and registered with the same Zookeeper ensemble. The HA functionality in this case fetches the