zuoyebushiwo removed a comment on issue #1883: URL: https://github.com/apache/iceberg/issues/1883#issuecomment-740346305
> > 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 think it should create by catalog-type=hive and it should query by hive engine by add jar hdfs://HDFSCluster/user/flink/iceberg-hive-runtime-0.10.0.jar in hive shell command; how can id dot? ---------------------------------------------------------------- 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]
