Author: more
Date: Wed Nov  1 18:57:28 2017
New Revision: 1813984

URL: http://svn.apache.org/viewvc?rev=1813984&view=rev
Log:
KNOX-1092 - Fix carriage return in the hiveserver2 ha documentation

Modified:
    knox/site/books/knox-0-14-0/user-guide.html
    knox/site/index.html
    knox/site/issue-tracking.html
    knox/site/license.html
    knox/site/mail-lists.html
    knox/site/project-info.html
    knox/site/team-list.html
    knox/trunk/books/0.14.0/service_hive.md

Modified: knox/site/books/knox-0-14-0/user-guide.html
URL: 
http://svn.apache.org/viewvc/knox/site/books/knox-0-14-0/user-guide.html?rev=1813984&r1=1813983&r2=1813984&view=diff
==============================================================================
--- knox/site/books/knox-0-14-0/user-guide.html (original)
+++ knox/site/books/knox-0-14-0/user-guide.html Wed Nov  1 18:57:28 2017
@@ -4720,7 +4720,23 @@ session.shutdown(10, SECONDS)
 <pre><code>&lt;service&gt;
     &lt;role&gt;WEBHBASE&lt;/role&gt;
 &lt;/service&gt;
-</code></pre><p>Please note that there is no <code>&lt;url&gt;</code> tag 
specified here as the URLs for the Kafka servers are obtained from 
ZooKeeper.</p><h3><a id="Hive">Hive</a> <a href="#Hive"><img 
src="markbook-section-link.png"/></a></h3><p>The <a 
href="https://cwiki.apache.org/confluence/display/Hive/Home";>Hive wiki 
pages</a> describe Hive installation and configuration processes. In sandbox 
configuration file for Hive is located at <code>/etc/hive/hive-site.xml</code>. 
Hive Server has to be started in HTTP mode. Note the properties shown below as 
they are related to configuration required by the gateway.</p>
+</code></pre><p>Please note that there is no <code>&lt;url&gt;</code> tag 
specified here as the URLs for the Kafka servers are obtained from 
ZooKeeper.</p>
+<!---
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--><h3><a id="Hive">Hive</a> <a href="#Hive"><img 
src="markbook-section-link.png"/></a></h3><p>The <a 
href="https://cwiki.apache.org/confluence/display/Hive/Home";>Hive wiki 
pages</a> describe Hive installation and configuration processes. In sandbox 
configuration file for Hive is located at <code>/etc/hive/hive-site.xml</code>. 
Hive Server has to be started in HTTP mode. Note the properties shown below as 
they are related to configuration required by the gateway.</p>
 <pre><code>&lt;property&gt;
     &lt;name&gt;hive.server2.thrift.http.port&lt;/name&gt;
     &lt;value&gt;10001&lt;/value&gt;
@@ -4942,8 +4958,7 @@ connection.close();
     &lt;enabled&gt;true&lt;/enabled&gt;
     &lt;param&gt;
         &lt;name&gt;HIVE&lt;/name&gt;
-        
&lt;value&gt;maxFailoverAttempts=3;failoverSleep=1000;enabled=true;zookeeperEnsemble=machine1:2181,machine2:2181,machine3:2181;
-       zookeeperNamespace=hiveserver2&lt;/value&gt;
+        
&lt;value&gt;maxFailoverAttempts=3;failoverSleep=1000;enabled=true;zookeeperEnsemble=machine1:2181,machine2:2181,machine3:2181;zookeeperNamespace=hiveserver2&lt;/value&gt;
    &lt;/param&gt;
 &lt;/provider&gt;
 </code></pre><p>The role and name of the provider above must be as shown. The 
name in the &lsquo;param&rsquo; section must match that of the service role 
name that is being configured for HA and the value in the &lsquo;param&rsquo; 
section is the configuration for that particular service in HA mode. In this 
case the name is &lsquo;HIVE&rsquo;.</p><p>The various configuration parameters 
are described below:</p>

Modified: knox/site/index.html
URL: 
http://svn.apache.org/viewvc/knox/site/index.html?rev=1813984&r1=1813983&r2=1813984&view=diff
==============================================================================
--- knox/site/index.html (original)
+++ knox/site/index.html Wed Nov  1 18:57:28 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-10-20
+ | Generated by Apache Maven Doxia at 2017-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171020" />
+    <meta name="Date-Revision-yyyymmdd" content="20171101" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; REST API and Application Gateway for the 
Apache Hadoop Ecosystem</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2017-10-20</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2017-11-01</li> 
             
                             </ul>
       </div>

Modified: knox/site/issue-tracking.html
URL: 
http://svn.apache.org/viewvc/knox/site/issue-tracking.html?rev=1813984&r1=1813983&r2=1813984&view=diff
==============================================================================
--- knox/site/issue-tracking.html (original)
+++ knox/site/issue-tracking.html Wed Nov  1 18:57:28 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-10-20
+ | Generated by Apache Maven Doxia at 2017-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171020" />
+    <meta name="Date-Revision-yyyymmdd" content="20171101" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2017-10-20</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2017-11-01</li> 
             
                             </ul>
       </div>

Modified: knox/site/license.html
URL: 
http://svn.apache.org/viewvc/knox/site/license.html?rev=1813984&r1=1813983&r2=1813984&view=diff
==============================================================================
--- knox/site/license.html (original)
+++ knox/site/license.html Wed Nov  1 18:57:28 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-10-20
+ | Generated by Apache Maven Doxia at 2017-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171020" />
+    <meta name="Date-Revision-yyyymmdd" content="20171101" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2017-10-20</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2017-11-01</li> 
             
                             </ul>
       </div>

Modified: knox/site/mail-lists.html
URL: 
http://svn.apache.org/viewvc/knox/site/mail-lists.html?rev=1813984&r1=1813983&r2=1813984&view=diff
==============================================================================
--- knox/site/mail-lists.html (original)
+++ knox/site/mail-lists.html Wed Nov  1 18:57:28 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-10-20
+ | Generated by Apache Maven Doxia at 2017-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171020" />
+    <meta name="Date-Revision-yyyymmdd" content="20171101" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2017-10-20</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2017-11-01</li> 
             
                             </ul>
       </div>

Modified: knox/site/project-info.html
URL: 
http://svn.apache.org/viewvc/knox/site/project-info.html?rev=1813984&r1=1813983&r2=1813984&view=diff
==============================================================================
--- knox/site/project-info.html (original)
+++ knox/site/project-info.html Wed Nov  1 18:57:28 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-10-20
+ | Generated by Apache Maven Doxia at 2017-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171020" />
+    <meta name="Date-Revision-yyyymmdd" content="20171101" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2017-10-20</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2017-11-01</li> 
             
                             </ul>
       </div>

Modified: knox/site/team-list.html
URL: 
http://svn.apache.org/viewvc/knox/site/team-list.html?rev=1813984&r1=1813983&r2=1813984&view=diff
==============================================================================
--- knox/site/team-list.html (original)
+++ knox/site/team-list.html Wed Nov  1 18:57:28 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-10-20
+ | Generated by Apache Maven Doxia at 2017-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20171020" />
+    <meta name="Date-Revision-yyyymmdd" content="20171101" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Knox Gateway &#x2013; Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -58,7 +58,7 @@
               
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2017-10-20</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2017-11-01</li> 
             
                             </ul>
       </div>

Modified: knox/trunk/books/0.14.0/service_hive.md
URL: 
http://svn.apache.org/viewvc/knox/trunk/books/0.14.0/service_hive.md?rev=1813984&r1=1813983&r2=1813984&view=diff
==============================================================================
--- knox/trunk/books/0.14.0/service_hive.md (original)
+++ knox/trunk/books/0.14.0/service_hive.md Wed Nov  1 18:57:28 2017
@@ -13,7 +13,7 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
---->
+-->
 
 ### Hive ###
 
@@ -282,8 +282,7 @@ To enable HA functionality for Hive in K
         <enabled>true</enabled>
         <param>
             <name>HIVE</name>
-            
<value>maxFailoverAttempts=3;failoverSleep=1000;enabled=true;zookeeperEnsemble=machine1:2181,machine2:2181,machine3:2181;
-           zookeeperNamespace=hiveserver2</value>
+            
<value>maxFailoverAttempts=3;failoverSleep=1000;enabled=true;zookeeperEnsemble=machine1:2181,machine2:2181,machine3:2181;zookeeperNamespace=hiveserver2</value>
        </param>
     </provider>
 


Reply via email to