Skip to content

Commit

Permalink
[Doc] Add hive jdbc reference value (apache#5882)
Browse files Browse the repository at this point in the history
  • Loading branch information
CheneyYin authored Nov 21, 2023
1 parent fb24f8e commit eaea43d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/en/connector-v2/source/Jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ there are some reference value for params above.
| Vertica | com.vertica.jdbc.Driver | jdbc:vertica://localhost:5433 | https://repo1.maven.org/maven2/com/vertica/jdbc/vertica-jdbc/12.0.3-0/vertica-jdbc-12.0.3-0.jar |
| Kingbase | com.kingbase8.Driver | jdbc:kingbase8://localhost:54321/db_test | https://repo1.maven.org/maven2/cn/com/kingbase/kingbase8/8.6.0/kingbase8-8.6.0.jar |
| OceanBase | com.oceanbase.jdbc.Driver | jdbc:oceanbase://localhost:2881 | https://repo1.maven.org/maven2/com/oceanbase/oceanbase-client/2.4.3/oceanbase-client-2.4.3.jar |
| Hive | org.apache.hive.jdbc.HiveDriver | jdbc:hive2://localhost:10000 | https://repo1.maven.org/maven2/org/apache/hive/hive-jdbc/3.1.3/hive-jdbc-3.1.3-standalone.jar |

## Example

Expand Down
3 changes: 2 additions & 1 deletion release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,5 @@
- [Docs] Refactor connector-v2 docs using unified format Mysql (#4590)
- [Docs] Add Value types in Java to Schema features (#5087)
- [Docs] Replace username by user in the options of FtpFile (#5421)
- [Docs] Add how to configure logging related parameters of SeaTunnel-E2E Test (#5589)
- [Docs] Add how to configure logging related parameters of SeaTunnel-E2E Test (#5589)
- [Docs] Add Hive JDBC reference value (#5882)

0 comments on commit eaea43d

Please sign in to comment.