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