Author: prabhjyotsingh Date: Wed May 3 16:08:10 2017 New Revision: 1793669
URL: http://svn.apache.org/viewvc?rev=1793669&view=rev Log: Changes related to ZEPPELIN-2367: Hive JDBC proxy user option should be avail even without kerberos 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=1793669&r1=1793668&r2=1793669&view=diff ============================================================================== --- zeppelin/site/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html (original) +++ zeppelin/site/docs/0.8.0-SNAPSHOT/interpreter/jdbc.html Wed May 3 16:08:10 2017 @@ -748,15 +748,35 @@ So you don't need to type this prefi - <code>${prefix}.proxy.user.property</code> as <code>hive.server2.proxy.user</code> Example configuration</p> -<p><em>Properties</em></p> +<h5>Properties</h5> + +<table class="table-configuration"> + <tr> + <th>name</th> + <th>name</th> + </tr> + <tr> + <td>hive.driver</td> + <td>org.apache.hive.jdbc.HiveDriver</td> + </tr> + <tr> + <td>hive.password</td> + <td></td> + </tr> + <tr> + <td>hive.url</td> + <td>jdbc:hive2://hive-server-host:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2</td> + </tr> + <tr> + <td>hive.proxy.user.property</td> + <td>hive.proxy.user.property</td> + </tr> + <tr> + <td>zeppelin.jdbc.auth.type</td> + <td>SIMPLE</td> + </tr> +</table> -<p>| name | value | - |:------------------------- |:--------------------------------------------------------------------------------------------------| - | hive.driver | org.apache.hive.jdbc.HiveDriver | - | hive.password | | - | hive.url | jdbc:hive2://hive-server-host:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2 | - | hive.proxy.user.property | hive.proxy.user.property | - | zeppelin.jdbc.auth.type | SIMPLE |</p> <h3>Apache Phoenix</h3>