kbendick opened a new pull request #2792:
URL: https://github.com/apache/iceberg/pull/2792


   …er catalog
   
   Allows users to set hadoop configuration overrides on any Iceberg tables 
that come from an Iceberg enabled Spark catalog.
   
   Users specify the configurations similar to specifying global hadoop 
configuration overrides on the spark session via the spark config.
   
   E.g. for a table `foo`, to override a hadoop config property 
`fs.s3a.max.connections`, a config would be added to the spark session config 
via `--conf spark.sql.catalog.foo.hadoop.fs.s3a.max.connections=4`.
   
   For now this only works for Spark catalogs, in the future we should consider 
making this possible for other engines.
   
   This closes https://github.com/apache/iceberg/issues/2607


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to