zuoyebushiwo commented on issue #1883: URL: https://github.com/apache/iceberg/issues/1883#issuecomment-740352781
> > CREATE CATALOG hive_catalog WITH ( > > 'type'='iceberg', > > 'catalog-type'='hive', > > 'uri'='thrift://hd-node-3-41.wakedata.com:9083', > > 'clients'='5', > > 'property-version'='1', > > 'warehouse'='hdfs://HDFSCluster/warehouse' > > ); > > try use hadoop catalog instead of hive catalog to create the catalog > > ``` > CREATE CATALOG hadoop_catalog WITH ( > 'type'='iceberg', > 'catalog-type'='hadoop', > 'warehouse'='hdfs://nn:8020/warehouse/path', > 'property-version'='1' > ); > ``` i see! this can do this with create hive external table for hive engine query. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
