-
Migrating tables to Iceberg
MIGRATING TO ICEBERG Apache Iceberg supports migrating data from legacy table formats like Apache Hive or directly from data files…
-
Hive SNAPSHOT
MIGRATING TO ICEBERG The SNAPSHOT procedure provides the ability to create a temporary Apache Iceberg copy of an Apache Hive table with…
-
Hive MIGRATE
MIGRATING TO ICEBERG The MIGRATE procedure in Apache Iceberg is used to convert an Apache Hive table to an Iceberg Table and…
-
Hive ADD FILES
MIGRATING TO ICEBERG The ADD FILES procedure in Apache Iceberg provides the ability to add data in existing files to a table…
-
REGISTER TABLE
MIGRATING TO ICEBERG REGISTER TABLE is a useful utility for migrating an existing Iceberg table to another catalog. A catalog holds…
-
Iceberg and Hudi ACID Guarantees
When I talk about Apache Iceberg and open table formats, I have a strong preference to focus on just Iceberg.…
-
[Webinar] Apache Hive to Apache Iceberg Migration
In this webinar we cover the ins and outs of the migration process from Hive to Iceberg as the target,…
-
How Insider went from Hive to Iceberg
In this video, Deniz Parmaksiz, senior machine learning engineer at Insider, discusses what was involved in migrating Insider from Hive…
-
How to Migrate or Convert from Hive
Daniel Weeks, co-creator of Iceberg, and co-founder of Tabular, discusses how to migrate or convert your tables from Hive to…
-
Iceberg 2022: Year In Review
A brief review of the year’s key events and developments in Apache Iceberg. The talk includes Iceberg experts around the…
-
Iceberg 101
Ryan Blue, co-creator of Iceberg, and co-founder of Tabular, provides an introduction to Iceberg and its origins at Netflix, and…
-
Partitioning for Correctness (and Performance)
Partition design is a critical part of data modeling. Unfortunately, given the constraints of most Hive-based tables, data engineers (myself…