diff --git a/docs/assets/themes/zeppelin/img/docs-img/mariadb_setting.png b/docs/assets/themes/zeppelin/img/docs-img/mariadb_setting.png index f730c469206..da32528ece4 100644 Binary files a/docs/assets/themes/zeppelin/img/docs-img/mariadb_setting.png and b/docs/assets/themes/zeppelin/img/docs-img/mariadb_setting.png differ diff --git a/docs/assets/themes/zeppelin/img/docs-img/redshift_setting.png b/docs/assets/themes/zeppelin/img/docs-img/redshift_setting.png index 8b299931c53..54a5f710139 100644 Binary files a/docs/assets/themes/zeppelin/img/docs-img/redshift_setting.png and b/docs/assets/themes/zeppelin/img/docs-img/redshift_setting.png differ diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md index 5584c72b381..957c321b7fc 100644 --- a/docs/interpreter/jdbc.md +++ b/docs/interpreter/jdbc.md @@ -50,7 +50,7 @@ JDBC interpreter lets you create a JDBC connection to any data sources seamlessl
  • Apache Hive - - JDBC Driver + JDBC Driver
  • Apache Phoenix itself is a JDBC driver @@ -125,7 +125,7 @@ The last step is **Dependency Setting**. Since Zeppelin only includes `PostgreSQ -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 +[Mysql JDBC Driver Docs](https://dev.mysql.com/downloads/connector/j/) + ##### Dependencies @@ -245,6 +247,8 @@ Here are some examples you can refer to. Including the below connectors, you can
    +[Maven Repository: mysql:mysql-connector-java](https://mvnrepository.com/artifact/mysql/mysql-connector-java) + ### MariaDB @@ -273,6 +277,8 @@ Here are some examples you can refer to. Including the below connectors, you can +[MariaDB JDBC Driver Docs](https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/) + ##### Dependencies @@ -359,6 +365,8 @@ Here are some examples you can refer to. Including the below connectors, you can
    +[Apache Hive JDBC Driver Docs](https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC) + ##### Dependencies @@ -375,6 +383,8 @@ Here are some examples you can refer to. Including the below connectors, you can
    +[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 +[Maven Repository: org.apache.phoenix:phoenix-core](https://mvnrepository.com/artifact/org.apache.phoenix/phoenix-core) + #### Thin client connection @@ -474,6 +486,8 @@ Before Adding one of the below dependencies, check the Phoenix version first. +[Maven Repository: org.apache.phoenix:phoenix-queryserver-client](https://mvnrepository.com/artifact/org.apache.phoenix/phoenix-queryserver-client) + ### Apache Tajo @@ -494,6 +508,8 @@ Before Adding one of the below dependencies, check the Phoenix version first. +[Apache Tajo JDBC Driver Docs](https://tajo.apache.org/docs/current/jdbc_driver.html) + ##### Dependencies @@ -506,5 +522,7 @@ Before Adding one of the below dependencies, check the Phoenix version first.
    +[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.