Hi Steve,

It's possible that Hive is still picking up some old JARs on its classpath.
Can you please try dumping the classpath from within the HiveCLI and
respond with the output, e.g.

% hive -e 'set system:java.class.path'

Thanks.

Carl

On Sat, Feb 25, 2012 at 4:42 PM, Steve Severance
<[email protected]>wrote:

> 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