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.
   
   <img width="1074" alt="image" 
src="https://github.com/user-attachments/assets/d9eef0fb-1b97-40c5-b356-404032628b87";
 />
   



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

Reply via email to