78
Sqoop Integration with Hadoop Ecosystem
Till now data was moved between RDBMS to HDFS. This imported data may further be required code analysed using hive or hbase.
Sqoop offers property to directly import data to Hive / Hbase.
Just add “–import-hive” at the end of the command.
Example:
Next TopicHadoop Interview Questions