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 2021/04/02 04:06:20 UTC

[GitHub] [iceberg] silvermissile removed a comment on issue #2277: hive create external table for iceberg have error.

silvermissile removed a comment on issue #2277:
URL: https://github.com/apache/iceberg/issues/2277#issuecomment-812299949


   > @allenzhg , You mean you want to writing data by flink streaming job into apache iceberg table, then read it by using Hive sql query ?
   
   yeah , I meet the same situation:
   
   ``` sql
   CREATE EXTERNAL TABLE tmp.order_detail_sort 
   STORED BY 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler' 
   LOCATION 'hdfs:///data/new-ib/tmp/order_detail_sort' TBLPROPERTIES ( 'iceberg.mr.catalog'='hadoop', 
   'iceberg.mr.catalog.hadoop.warehouse.location'='hdfs:///data/new-ib') ;
   ```
   


-- 
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