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
-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
@@ -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
@@ -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