Author: prabhjyotsingh Date: Mon May 8 07:25:59 2017 New Revision: 1794290
URL: http://svn.apache.org/viewvc?rev=1794290&view=rev Log: changes realted to PR#2314 (https://github.com/apache/zeppelin/pull/2314) Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html Modified: zeppelin/site/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html?rev=1794290&r1=1794289&r2=1794290&view=diff ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html (original) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html Mon May 8 07:25:59 2017 @@ -370,7 +370,7 @@ the JDBC interpreter will get the accoun </tr> <tr> <td>zeppelin.jdbc.auth.kerberos.proxy.enable</td> - Â Â Â <td>When auth type is Kerberos, enable/disable Kerberos proxy with the login user to get the connection. Default value is true.</td> + <td>When auth type is Kerberos, enable/disable Kerberos proxy with the login user to get the connection. Default value is true.</td> </tr> <tr> <td>default.jceks.file</td> @@ -741,19 +741,21 @@ So you don't need to type this prefi <h5>Impersonation</h5> -<p>When Zeppelin server is running with authentication enabled, then the interpreter can utilize Hive's user proxy feature i.e. send extra parameter for creating and running a session ("hive.server2.proxy.user=": "${loggedInUser}"). This is particularly useful when multiple users are sharing a notebooks.</p> +<p>When Zeppelin server is running with authentication enabled, then the interpreter can utilize Hive's user proxy feature i.e. send extra parameter for creating and running a session ("hive.server2.proxy.user=": "${loggedInUser}"). This is particularly useful when multiple users are sharing a notebook.</p> -<p>To enable this set following: - - <code>zeppelin.jdbc.auth.type</code> as <code>SIMPLE</code> or <code>KERBEROS</code> (if required) in the interpreter setting. - - <code>${prefix}.proxy.user.property</code> as <code>hive.server2.proxy.user</code> - Example configuration</p> +<p>To enable this set following:</p> -<h5>Properties</h5> +<ul> +<li><code>zeppelin.jdbc.auth.type</code> as <code>SIMPLE</code> or <code>KERBEROS</code> (if required) in the interpreter setting.</li> +<li><code>${prefix}.proxy.user.property</code> as <code>hive.server2.proxy.user</code></li> +</ul> + +<h5>Sample configuration</h5> <table class="table-configuration"> <tr> - <th>name</th> - <th>value</th> + <th>Name</th> + <th>Value</th> </tr> <tr> <td>hive.driver</td> @@ -769,7 +771,7 @@ So you don't need to type this prefi </tr> <tr> <td>hive.proxy.user.property</td> - <td>hive.proxy.user.property</td> + <td>hive.server2.proxy.user</td> </tr> <tr> <td>zeppelin.jdbc.auth.type</td> @@ -777,7 +779,6 @@ So you don't need to type this prefi </tr> </table> - <h3>Apache Phoenix</h3> <p>Phoenix supports <code>thick</code> and <code>thin</code> connection types:</p>
