Make mariadb and redshift screenshots same with others

This commit is contained in:
AhyoungRyu 2016-11-11 18:13:20 +01:00 committed by 1ambda
parent 2fb5db15ad
commit ce24af174c
3 changed files with 20 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 166 KiB

View file

@ -50,7 +50,7 @@ JDBC interpreter lets you create a JDBC connection to any data sources seamlessl
</li>
<li style="padding-bottom: 5px; list-style: circle">
<a href="https://hive.apache.org/" target="_blank">Apache Hive</a> -
<a href="https://cwiki.apache.org/confluence/display/Hive/HiveClient#HiveClient-JDBC" target="_blank">JDBC Driver</a>
<a href="https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC" target="_blank">JDBC Driver</a>
</li>
<li style="padding-bottom: 5px; list-style: circle">
<a href="https://phoenix.apache.org/" target="_blank">Apache Phoenix</a> itself is a JDBC driver
@ -125,7 +125,7 @@ The last step is **Dependency Setting**. Since Zeppelin only includes `PostgreSQ
<img src="../assets/themes/zeppelin/img/docs-img/edit_dependencies.png" width="600px" />
That's it. You can find more JDBC connection setting examples([Mysql](#mysql), [Apache Hive](#apache-hive), [Apache Phoenix](#apache-phoenix), and [Apache Tajo](#apache-tajo)) in [this section](#examples).
That's it. You can find more JDBC connection setting examples([Mysql](#mysql), [MariaDB](#mariadb), [Redshift](#redshift), [Apache Hive](#apache-hive), [Apache Phoenix](#apache-phoenix), and [Apache Tajo](#apache-tajo)) in [this section](#examples).
## More properties
There are more JDBC interpreter properties you can specify like below.
@ -233,6 +233,8 @@ Here are some examples you can refer to. Including the below connectors, you can
</tr>
</table>
[Mysql JDBC Driver Docs](https://dev.mysql.com/downloads/connector/j/)
##### Dependencies
<table class="table-configuration">
<tr>
@ -245,6 +247,8 @@ Here are some examples you can refer to. Including the below connectors, you can
</tr>
</table>
[Maven Repository: mysql:mysql-connector-java](https://mvnrepository.com/artifact/mysql/mysql-connector-java)
### MariaDB
<img src="../assets/themes/zeppelin/img/docs-img/mariadb_setting.png" width="600px" />
@ -273,6 +277,8 @@ Here are some examples you can refer to. Including the below connectors, you can
</tr>
</table>
[MariaDB JDBC Driver Docs](https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/)
##### Dependencies
<table class="table-configuration">
<tr>
@ -359,6 +365,8 @@ Here are some examples you can refer to. Including the below connectors, you can
</tr>
</table>
[Apache Hive JDBC Driver Docs](https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC)
##### Dependencies
<table class="table-configuration">
<tr>
@ -375,6 +383,8 @@ Here are some examples you can refer to. Including the below connectors, you can
</tr>
</table>
[Maven Repository : org.apache.hive:hive-jdbc](https://mvnrepository.com/artifact/org.apache.hive/hive-jdbc)
### Apache Phoenix
Phoenix supports `thick` and `thin` connection types:
@ -424,6 +434,8 @@ Use the appropriate `default.driver`, `default.url`, and the dependency artifact
</tr>
</table>
[Maven Repository: org.apache.phoenix:phoenix-core](https://mvnrepository.com/artifact/org.apache.phoenix/phoenix-core)
#### Thin client connection
<img src="../assets/themes/zeppelin/img/docs-img/phoenix_thin_setting.png" width="600px" />
@ -474,6 +486,8 @@ Before Adding one of the below dependencies, check the Phoenix version first.
</tr>
</table>
[Maven Repository: org.apache.phoenix:phoenix-queryserver-client](https://mvnrepository.com/artifact/org.apache.phoenix/phoenix-queryserver-client)
### Apache Tajo
<img src="../assets/themes/zeppelin/img/docs-img/tajo_setting.png" width="600px" />
@ -494,6 +508,8 @@ Before Adding one of the below dependencies, check the Phoenix version first.
</tr>
</table>
[Apache Tajo JDBC Driver Docs](https://tajo.apache.org/docs/current/jdbc_driver.html)
##### Dependencies
<table class="table-configuration">
<tr>
@ -506,5 +522,7 @@ Before Adding one of the below dependencies, check the Phoenix version first.
</tr>
</table>
[Maven Repository: org.apache.tajo:tajo-jdbc](https://mvnrepository.com/artifact/org.apache.tajo/tajo-jdbc)
## Bug reporting
If you find a bug using JDBC interpreter, please create a [JIRA](https://issues.apache.org/jira/browse/ZEPPELIN) ticket.