Thanks for the explanation.

So to migrate a spark table to iceberg table, I can append the
SparkDataFiles from listParquetPartition to an iceberg table, right?  I
don't see an existing open issue for this, is this still wokring in
progress?

On Mon, Jul 1, 2019 at 7:34 PM Anton Okolnychyi
<aokolnyc...@apple.com.invalid> wrote:

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

-- 
Thanks & Best Regards

Reply via email to