NikitaMatskevich opened a new issue, #13458:
URL: https://github.com/apache/iceberg/issues/13458

   ### Feature Request / Improvement
   
   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.
   
   ### Query engine
   
   Spark
   
   ### Willingness to contribute
   
   - [x] I can contribute this improvement/feature independently
   - [ ] I would be willing to contribute this improvement/feature with 
guidance from the Iceberg community
   - [ ] I cannot contribute this improvement/feature at this time


-- 
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.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