Dipen Shah
Dipen Shah

Reputation: 42

MySQL and HBase Connectivity

I am new to Hadoop. I want to get data from mysql to Hbase continuously(Continuous Integration) and vice versa as well. Is there any way to do this type of stuff ??

Upvotes: 0

Views: 316

Answers (1)

Alexander Kuznetsov
Alexander Kuznetsov

Reputation: 3112

You should look at Apache Sqoop: a tool designed for transferring bulk data between Hadoop and datastores such as relational databases.

Upvotes: 1

Related Questions