Home » Sqoop Integration with Hadoop Ecosystem

Sqoop Integration with Hadoop Ecosystem

by Online Tutorials Library

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:

You may also like