hdygxsj commented on code in PR #6772: URL: https://github.com/apache/gravitino/pull/6772#discussion_r2019744763
########## docs/flink-connector/flink-catalog-jdbc.md: ########## @@ -0,0 +1,117 @@ +--- +title: "Flink connector jdbc catalog" +slug: /flink-connector/flink-catalog-jdbc +keyword: flink connector jdbc catalog +license: "This software is licensed under the Apache License version 2." +--- + +This document provides a comprehensive guide on configuring and using Apache Gravitino Flink connector to access the Jdbc catalog managed by the Gravitino server. + +## Capabilities + +### Supported Jdbc Types + +* Mysql + +## Getting Started + +### Prerequisites + +Place the following JAR files in the lib directory of your Flink installation: + +- `flink-connector-jdbc-${flinkJdbcConnectorVersion}.jar` +- `gravitino-flink-connector-runtime-1.18_2.12-${gravitino-version}.jar` +- jdbc driver + +### SQL Example + +```sql Review Comment: The "Overview" already contains a "How to Use" section that explains how to use the Gravitino catalog in Flink. This section supplements the SQL syntax and options needed when using JDBC. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org