silvermissile commented 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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to