butaozhang commented on issue #2576:
URL: https://github.com/apache/iceberg/issues/2576#issuecomment-837665198


   Here append ice_tbl table structure:
   
   ```
   0: jdbc:hive2://hivenode:10000> show create table ice_tbl;
   +----------------------------------------------------+
   |                   createtab_stmt                   |
   +----------------------------------------------------+
   | CREATE EXTERNAL TABLE `ice_tbl`(                   |
   |   `i` int COMMENT 'from deserializer')             |
   | ROW FORMAT SERDE                                   |
   |   'org.apache.iceberg.mr.hive.HiveIcebergSerDe'    |
   | STORED BY                                          |
   |   'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler'  |
   |                                                    |
   | LOCATION                                           |
   |   'hdfs://XXX/user/hive/warehouse/hiveice/ice_tbl' |
   | TBLPROPERTIES (                                    |
   |   'bucketing_version'='2',                         |
   |   'engine.hive.enabled'='true',                    |
   |   'external.table.purge'='TRUE',                   |
   |   'last_modified_by'='hive',                       |
   |   'last_modified_time'='1620698724',               |
   |   
'metadata_location'='hdfs://XXX/user/hive/warehouse/hiveice/ice_tbl/metadata/00001-f664af14-126c-4e5e-9e3f-3b7fa356ff48.metadata.json',
  |
   |   
'previous_metadata_location'='hdfs://XXX/user/hive/warehouse/hiveice/ice_tbl/metadata/00000-33a14d2d-ec8b-4e6c-87df-c87fac954e9e.metadata.json',
  |
   |   'table_type'='ICEBERG',                          |
   |   'transient_lastDdlTime'='1620698724')            |
   +----------------------------------------------------+
   
   ```


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