+ 1
How to pull data from hadoop to traditional RDBMS
hadoop data pull using python
2 odpowiedzi
0
You can use Sqoop export command.But make sure the table structure in Rdbms is same as in hadoop(hive,hbase,etc)
+ 1
use sqoop
http://sqoop.apache.org/