allenzhg opened a new issue #2277:
URL: https://github.com/apache/iceberg/issues/2277


   env: 
   flink version:  1.11.3 
   hive version:  3.1.1
   hadoop version: 3.1.2
   
   The following is the hive table building statement :
   
   CREATE EXTERNAL TABLE sample2
   STORED BY 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler' 
   LOCATION 'hdfs://xxx/usr/hive/warehouse/iceberg.db/sample1'
   TBLPROPERTIES (
     'iceberg.mr.catalog'='hadoop_catalog', 
     
'iceberg.mr.catalog.hadoop.warehouse.location'='hdfs://xxx/usr/hive/warehouse')
   ;
   
   
   error:
   FAILED: Execution Error, return code 1 from 
org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: 
MetaException(message:org.apache.hadoop.hive.serde2.SerDeException Please 
provide an existing table or a valid schema)
   
   
   help me!!!


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