简体   繁体   中英

How to connect hive to mysql using kafka connectors(i.e. source and sink)?

I have to make Kafka source and sink connectors for connecting HIVE to MYSQL.

I am not able to find anything on above question. I have looked the confluent website also.

Hive has a JDBC Driver, therefore, try using the JDBC Source and Sink connector, for both.

Alternatively, Spark can easily read and write to both locations; Kafka is not necessary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM