Does ticdc support sink to hadoop?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: ticdc支持sink为hadoop吗

| username: hazel

If the downstream is Hadoop, can TiCDC achieve migration?

| username: Kongdom | Original post link

From the architecture diagram below, we can see that TiCDC currently supports data synchronization to TiDB, MySQL databases, Kafka, and storage services. It appears that Hadoop is not supported.

| username: zhaokede | Original post link

The list of supported platforms does not include HADOOP.

| username: DBAER | Original post link

Why can’t TiFlash be used to synchronize large Hadoop?

| username: 像风一样的男子 | Original post link

Typically, it is synchronized to Kafka. Then, a Flume task is started to synchronize Kafka data to HDFS.

| username: 友利奈绪 | Original post link

First to Kafka, then using Flume, DataX, etc., all are fine.