Question

I have successfully installed and data imported from MySql to the HDFS but I couldn't get the data in the Hive. the corresponding data imported from the Mysql is found in Hdfs as comma separated format.

Older versions of sqoop using

sqoop import --connect jdbc:mysql://remote-ip/db --username xxx --password xxx --table tb --hive-import --hive-table foo.tb

In Sqoop2 i couldn't find an option to set the hive table options while creating the job or connectors

Please help...

Was it helpful?

Solution

Sqoop2 currently do not have integration with Hive and can import data only to HDFS. You can load them into Hive manually from there though (using LOAD DATA command). Or you can continue using Sqoop1 for the time being.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top