unsubscribe
On Sat, Apr 30, 2022 at 9:10 PM Julien Phalip wrote:
> After all, I was able to have my MetaHook class' commitInsertTable()
> method be properly called by Tez. However, it looks like it's in fact a
> different instance of that class, and therefore it doesn't share the same
> Configur
After all, I was able to have my MetaHook class' commitInsertTable() method
be properly called by Tez. However, it looks like it's in fact a different
instance of that class, and therefore it doesn't share the same
Configuration object as the one that was initialized at the beginning of
the job. So
Hi Peter,
So I've looked into the approach that you've pointed at in this pull
request (https://github.com/apache/hive/pull/2161), which is to rely on
HiveMetaHook.commitInsertTable() instead of the "traditional"
OutputCommitter.commitJob().
I've tried to implement a similar approach, however som
Hi Peter,
Looking at https://issues.apache.org/jira/browse/TEZ-4279, it seems that
the fix might have been applied to 0.9.3. Is that correct? If so, do you
think that just upgrading Tez to that version might be enough to allow the
"setUpJob()", "commitJob()" and "abortJob()" to be called appropria
Thanks Peter.
By chance could I get things to work by keeping my current version of Hive
(3.1.2) and only upgrading Tez? Which version(s) should I use?
Thank you,
Julien
On 2022/04/27 08:59:08 Peter Vary wrote:
> We had the same issue with the IcebergOutputCommitter.
>
> The first solution was