Spark Structured Streaming with Hbase integration

后端 未结 3 1591
忘了有多久
忘了有多久 2020-12-14 05:20

We are doing streaming on kafka data which being collected from MySQL. Now once all the analytics has been done i want to save my data directly to Hbase. I have through the

3条回答
  •  甜味超标
    2020-12-14 05:38

    Are you processing the data coming from Kafka? Or just pumping it to HBase? An option to consider is using Kafka Connect. This gives you a configuration-file based approach for integrating Kafka with other systems, including HBase.

提交回复
热议问题