tiborkiss commented on issue #3044:
URL: https://github.com/apache/iceberg/issues/3044#issuecomment-907759580


   > it seems like the GlueCatalog could _possibly_ just pass in `null` for the 
`hadoopConf`
   
   I tried that, but I got serialization error of the jobgraph.
   The workaround was to create an empty hadoop configuration object with the 
constructor which has a boolean false, telling them to not load any config file 
(since I don't have), thus the conf object will have an empty map.
   
   Since is there this unnecessary hadoop conf dependency, the size of my fat 
jar doubled it's size to somewhere currently at 310MB.


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