forked from docs/doc-exports
Reviewed-by: Kacur, Michal <michal.kacur@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
3.0 KiB
3.0 KiB
Uploading a Driver File
Scenario
CDL is a simple and efficient real-time data integration service. It captures events from various OLTP databases and pushes them to Kafka. When creating a database connection on the CDLService Web UI, you can upload the database's driver file to the Web UI for unified management.
Prerequisites
- You have obtained the driver JAR package of the database to be connected. The driver JAR package of the MySQL database is mysql-connector-java-8.0.24.jar.
- Drivers need to be uploaded only for the MySQL data sources.
- A user with the CDL management permission has been created for the cluster with Kerberos authentication enabled.
Procedure
- Access the CDLService web UI as a user with the CDL management permissions or the admin user (for the cluster where Kerberos authentication is not enabled). For details, see Logging In to the CDLService WebUI.
- Choose Driver Management and click Upload Driver. In the displayed dialog box, select the prepared database driver file and click Open.
- On the Driver Management page, check whether the list of driver file names is displayed properly.
Parent topic: Preparing for Creating a CDL Job