user1533703
user1533703

Reputation:

Exporting data from mysql to hbase

I have an application which is backed by MySQL for storage. The data is of the order of few terabytes as of now, and is continually increasing.

I am wanting to use HBase/Mongo/CAssandra for storage. How can I export my MySQL data to HBase ?

Currently I am not using any of the Hadoop technologies, and would be peeping in, once I get clear about this process.

Thanks Jack

Upvotes: 2

Views: 776

Answers (1)

ravnur
ravnur

Reputation: 2852

Did you tried Sqoop? It can import from MySQL to HBase.

Upvotes: 2

Related Questions