Uh oh!
There was an error while loading. Please reload this page.
[minor] Fix JDBC doc after #2229 - #2314
Conversation
prabhjyotsingh
commented
May 3, 2017
@AhyoungRyu can you help review this PR. With that (#2229), I assumed all syntax of MD will work for documentation, but it didn't generate the table. |
| @@ -537,20 +537,40 @@ Here are some examples you can refer to. Including the below connectors, you can | |||
| 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. | |||
There was a problem hiding this comment.
I think are sharing a notebooks should be a notebook :)
| | 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 | | ||
| Example configuration |
There was a problem hiding this comment.
Yes, I was thinking of sample/example configuration, or should I change the line below ##### Properties to ##### Sample configuration ?
There was a problem hiding this comment.
Yeah that would be better i think :)
| | zeppelin.jdbc.auth.type | SIMPLE | | ||
| Example configuration | ||
| ##### Properties |
prabhjyotsingh
commented
May 4, 2017
@AhyoungRyu Thank you for the review, have made the recommended changes. |
felixcheung
commented
May 5, 2017
ah sorry I should have picked this up in review |
prabhjyotsingh
commented
May 5, 2017
Thank you @AhyoungRyu, @felixcheung for the review. |
### What is this PR for? Fix JDBC doc after apache#2229. ### What type of PR is it? [Bug Fix] ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? Author: Prabhjyot Singh <prabhjyotsingh@gmail.com> Closesapache#2314 from prabhjyotsingh/minor/jdbc-doc-zeppelin-2367 and squashes the following commits: e54a3a2 [Prabhjyot Singh] @AhyoungRyu review comments 0f396ac [Prabhjyot Singh] fix doc for zeppelin-2367

What is this PR for?
Fix JDBC doc after #2229.
What type of PR is it?
[Bug Fix]
Screenshots (if appropriate)
Questions: