Send data from kafka topic to apache hive

how to send data from kafka topic to apache hive?

Please help

There are a few connector options:

  1. HDFS 3 Sink with Hive integration. This is commercially licensed by Confluent.
  2. HDFS 2 Sink under the Confluent Community License
  3. JDBC Sink under the Confluent Community License

The kafka-docker-playground GitHub repository has Docker-based examples for each of these.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.