|
i want to export data from Hbase to mysql using sqoop.. is there any possible.... (Can anyone help me) i already imported data from mysql to Hbase --sqoop import --connect jdbc:mysql://192.168.1.170/varun --username root -P --table kiran --hbase-table ramHbase \ --column-family cf --hbase-row-key name --hbase-create-table -m 1
|