Hey, The issue you pointed out is about tracking Iceberg tables in HMS and levering HMS locks to commit metadata instead of relying on renames. This allows Iceberg to reliably manage metadata when it is persisted in object stores.
At the same time, it is possible to migrate Spark tables to Iceberg without ETL jobs. You take a look at org.apache.iceberg.spark.SparkTableUtil. There is a plan to provide a proper API for migrating tables but it is not done yet. Thanks, Anton > On 25 Jun 2019, at 16:35, 俊杰陈 <cjjnj...@gmail.com> wrote: > > Hi > > Do we support to read a hive table and convert it to iceberg table? Is this > issue <https://github.com/apache/incubator-iceberg/issues/8> for tracking the > feature? > > -- > Thanks & Best Regards