Reputation: 42
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
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