Help Center/
MapReduce Service/
Component Development Specifications/
Flink/
FlinkSQL Connector Development/
Flink SQL Hive Development Suggestions
Updated on 2025-04-15 GMT+08:00
Flink SQL Hive Development Suggestions
Creating a Cluster Connection for FlinkServer to Interconnect with Hive
- Log in to the FlinkServer web UI as a FlinkServer administrator, choose System Management > Cluster Connection Management. The Cluster Connection Management page is displayed.
- Click Create Cluster Connection. On the displayed page, enter the cluster connection information and click Test. After the connectivity test is passed, click OK.
For example, if the cluster connection name is flink_hive, set cluster.name to flink_hive when creating a Hive catalog.
CREATE CATALOG myhive WITH ( 'type' = 'hive', 'hive-version' = '3.1.0', 'default-database' = 'default', 'cluster.name' = 'flink_hive' );
Parent topic: FlinkSQL Connector Development
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot