When sending a copy job from a temporary table that is not split into a destination table with a partition for the day, I get
cause:java.io.IOException: ErrorMessage: Incompatible table partitioning specification. Expects partitioning specification interval(type:day), but input partitioning specification is none;
So, are there any restrictions on the input table for the task of copying to a partitioned table and how can they be overcome? A temporary table is created inside the adoop superdocument class using Load job. And JobConfigurationLoad does not have a TimePartitioning specification at all.
source
share