0
votes

Have been trying to do incremental import to a hive table using sqoop .. but unfortunately showing as Append mode for hive imports is not yet supported. Please remove the parameter --append-mode

1

1 Answers

0
votes

You can't do append operations on to hive using Sqoop. However you can import data onto any HDFS location and create a hive external table on top of that.

Below link has detailed information:

https://community.hortonworks.com/questions/11373/sqoop-incremental-import-in-hive-i-get-error-messa.html