I have my data store into hive table. i want to transfer hive tables selected data to mysql table using sqoop.
Please guide me how to do this?
I have my data store into hive table. i want to transfer hive tables selected data to mysql table using sqoop.
Please guide me how to do this?
You need to use sqoop export, here is the example
sqoop export to export data to mysql from Hadoop.
check out the sqoop guide here