Hi,

I have a job that use INSERT INTO from Hive 0.8. The query is something
like:

INSERT INTO TABLE MyTable PARTITION (dt='2012-01-01) SELECT ...

When I run this query both with and without dynamic partitioning it
overwrites the data that was already in the partition.

I am running Hive 0.8 on CDH3u2. I have confirmed that append is enabled in
the job conf.

Is there anything else I need to do that would enable appending to my hive
table?

Thanks.

Steve

Reply via email to