What's the difference between Flume and Sqoop?

前端 未结 7 549
灰色年华
灰色年华 2021-02-05 06:40

Both Flume and Sqoop are meant for data movement, then what is the difference between them? Under what condition should I use Flume or Sqoop?

7条回答
  •  情话喂你
    2021-02-05 07:09

    Sqoop


    • Sqoop can perform import/export from RDBMS to HDFS/HIVE/HBASE
    • sqoop only import/export structured data not unstructured or semi structured.

    Flume


    • import stream data from multiple sources mostly semi-structured and unstructured in nature. Now Kafka is better alternative for flume.

提交回复
热议问题