You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/29 06:41:33 UTC

[GitHub] [iceberg] yulongz opened a new pull request, #6503: flink iceberg hadoop catalog support hadoop-conf-dir option to read hadoop conf

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

    This pr supports create flink iceberg hadoop catalog like this to add the hadoopConf to hadoop catalog. And the parameter 'warehouse' can use hdfs nameservice instead of only namenode host:port.
   `
   CREATE CATALOG hadoop_catalog WITH (  'type'='iceberg',  'catalog-type'='hadoop',  'warehouse'='hdfs://nameservice1/warehouse/path',  'hadoop-conf-dir'='/HadoopConfDir'  );`
   
   


-- 
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-unsubscribe@iceberg.apache.org

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


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