What's the difference between Flume and Sqoop?

前端 未结 7 552
灰色年华
灰色年华 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:24

    Flume:

      Flume is a framework for populating Hadoop with data. Agents are populated 
      throughout ones IT infrastructure – inside web servers, application servers
      and mobile devices, for example – to collect data and integrate it into Hadoop.
    

    Sqoop:

      Sqoop is a connectivity tool for moving data from non-Hadoop data stores – such
      as relational databases and data warehouses – into Hadoop. It allows users to 
      specify the target location inside of Hadoop and instruct Sqoop to move data 
      from Oracle,Teradata or other relational databases to the target. 
    

    You can see the full Post

提交回复
热议问题