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 2020/12/08 03:14:49 UTC

[GitHub] [iceberg] zuoyebushiwo commented on issue #1883: hive query flink sql insert data,but error.

zuoyebushiwo commented 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:
users@infra.apache.org



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