You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by lm...@apache.org on 2014/03/27 19:08:29 UTC

svn commit: r1582429 - in /knox/site/books/knox-incubating-0-4-0: knox-incubating-0-4-0-new.html knox-incubating-0-4-0.html

Author: lmccay
Date: Thu Mar 27 18:08:29 2014
New Revision: 1582429

URL: http://svn.apache.org/r1582429
Log:
updated hive section to include user substitution property

Modified:
    knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html
    knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html

Modified: knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html
URL: http://svn.apache.org/viewvc/knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html?rev=1582429&r1=1582428&r2=1582429&view=diff
==============================================================================
--- knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html (original)
+++ knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0-new.html Thu Mar 27 18:08:29 2014
@@ -2510,12 +2510,17 @@ session.shutdown(10, SECONDS)
     <value>http</value>
     <description>Server transport mode. "binary" or "http".</description>
 </property>
-</code></pre><p>Also current version of Hive doesn&rsquo;t not support impersonation in HTTP mode, so a following property has to be present in a Hive configuration.</p>
+</code></pre><p>Also current version of Hive doesn&rsquo;t not support impersonation in HTTP mode, so the following properties have to be present in a Hive configuration.</p>
 <pre><code>&lt;property&gt;
     &lt;name&gt;hive.server2.enable.doAs&lt;/name&gt;
     &lt;value&gt;false&lt;/value&gt;
     &lt;description&gt;Set this property to enable impersonation in Hive Server 2&lt;/description&gt;
 &lt;/property&gt;
+
+&lt;property&gt;
+    &lt;name&gt;hive.server2.allow.user.substitution&lt;/name&gt;
+    &lt;value&gt;true&lt;/value&gt;
+&lt;/property&gt;
 </code></pre><p>The gateway by default includes a sample topology descriptor file <code>{GATEWAY_HOME}/deployments/sandbox.xml</code>. The value in this sample is configured to work with an installed Sandbox VM.</p>
 <pre><code>&lt;service&gt;
     &lt;role&gt;HIVE&lt;/role&gt;

Modified: knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html
URL: http://svn.apache.org/viewvc/knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html?rev=1582429&r1=1582428&r2=1582429&view=diff
==============================================================================
--- knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html (original)
+++ knox/site/books/knox-incubating-0-4-0/knox-incubating-0-4-0.html Thu Mar 27 18:08:29 2014
@@ -2510,12 +2510,17 @@ session.shutdown(10, SECONDS)
     &lt;value&gt;http&lt;/value&gt;
     &lt;description&gt;Server transport mode. &quot;binary&quot; or &quot;http&quot;.&lt;/description&gt;
 &lt;/property&gt;
-</code></pre><p>Also current version of Hive doesn&rsquo;t not support impersonation in HTTP mode, so a following property has to be present in a Hive configuration.</p>
+</code></pre><p>Also current version of Hive doesn&rsquo;t not support impersonation in HTTP mode, so the following properties have to be present in a Hive configuration.</p>
 <pre><code>&lt;property&gt;
     &lt;name&gt;hive.server2.enable.doAs&lt;/name&gt;
     &lt;value&gt;false&lt;/value&gt;
     &lt;description&gt;Set this property to enable impersonation in Hive Server 2&lt;/description&gt;
 &lt;/property&gt;
+
+&lt;property&gt;
+    &lt;name&gt;hive.server2.allow.user.substitution&lt;/name&gt;
+    &lt;value&gt;true&lt;/value&gt;
+&lt;/property&gt;
 </code></pre><p>The gateway by default includes a sample topology descriptor file <code>{GATEWAY_HOME}/deployments/sandbox.xml</code>. The value in this sample is configured to work with an installed Sandbox VM.</p>
 <pre><code>&lt;service&gt;
     &lt;role&gt;HIVE&lt;/role&gt;