Flume to migrate data from MySQL to Hadoop

前端 未结 5 1034
深忆病人
深忆病人 2021-01-07 04:58

Please share your thoughts.

The requirement is to migrate the data in MySQL db to Hadoop/HBase for analytic purposes.

The data should be migrated real time o

5条回答
  •  感情败类
    2021-01-07 05:31

    To my understanding Flume is not meant for that. Flume is basically for reading log like data sources(flat files) and pushing them in a structured way to a sink. Sqoop can be of use, try it out http://archive.cloudera.com/cdh/3/sqoop/SqoopUserGuide.html

提交回复
热议问题