You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/07/06 10:11:47 UTC

[GitHub] [hive] marton-bod opened a new pull request #2446: HIVE-21552: Use new Tez API to get JobID for Iceberg commits

marton-bod opened a new pull request #2446:
URL: https://github.com/apache/hive/pull/2446


   When committing Iceberg writes, currently we only have the JobID without the vertexID, therefore we have to list the folder `<tableLocation>/temp` first, and parse out the full JobIDs (incl. vertexID) from the resulting folder names. 
   
   With Tez 0.10.1 released, now we have a new API we can call to acquire the full JobID, making the file listing unnecessary.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] lcspinter merged pull request #2446: HIVE-25308: Use new Tez API to get JobID for Iceberg commits

Posted by GitBox <gi...@apache.org>.
lcspinter merged pull request #2446:
URL: https://github.com/apache/hive/pull/2446


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org