NikitaMatskevich opened a new pull request, #13459:
URL: https://github.com/apache/iceberg/pull/13459

   RewriteTablePath leverages iceberg native IO for everything except for 
writing a "file list" file. For this task it currently leverages a Spark 
writer, which in turn uses Hadoop. This might become a limitation in some cloud 
environments: for instance, Hadoop does not support [modern auth 
strategies](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview)
 of Azure, and thus enforces unwanted auth paths where it is not required byt 
he cloud provider itself. ResolvingFileIO of iceberg, in contrast, is mainly 
up-to-date with all popular cloud providers and also encapsulates Hadoop if 
needed.
   
   See corresponding issue here:
   https://github.com/apache/iceberg/issues/13458


-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to