Iceberg support for Atlas
Atlas integration with Iceberg helps you identify the Iceberg tables to scan data and
provide lineage support. Learn how Atlas works with Iceberg and what schema evolution, partition
specification, partition evolution are with examples.
How Atlas works with Iceberg You can use Atlas to find, organize, and manage different aspects of data about your Iceberg tables and how they relate to each other. This enables a range of data stewardship and regulatory compliance use cases.Using the Spark shell Using Spark, you can create an Iceberg table followed by schema evolution, partition specification, and partition evolution.Using the Hive shell Using Hive, you can create an Iceberg table followed by using the CTAS command to alter or copy the existing Hive table and its properties into the Iceberg table. Using the Impala shell Using Impala, you can create an Iceberg table followed by Schema evolution, partition specification, partition evolution and CTAS operation.