Member since
01-10-2018
2
Posts
0
Kudos Received
0
Solutions
06-12-2020
10:24 AM
Hi to all I'm looking for a solution to import and to partition dynamically data into ORC hive tables. I've seent that with sqoop it is possibile di import and to partition data dynamically by the value of columns, but I've also seen that this feature is working only for the first run, because in the following job launchs I get an 'org.apache.hive.hcatalog.common.HCatException : 2002 : Partition already present with given partition key values' message since sqoop is aptempting toappend data to existing partitions. Any idea to resolve this issue that make impossibile to use dynamic partioning in sqoop?
... View more