Atlas
You can review the list of reported issues and their fixes for Atlas in 7.3.1.100.
- CDPD-77767: Migration status is not updated on file while migration is in progress
- Previously, whenever a migration was started on any environment and tried to update the vertex with details, the status update would fail with a null pointer exception. This issue is fixed by using the file hash code instead of file name causing the null pointer exception. Now, whenever a migration restarts, it starts from last point where it was stopped or interrupted.
- CDPD-69910: Nullpointer exception while deleting business metadata
- The migration status is stored correctly and reused to restart migration from the point where it failed earlier.
- CDPD-74140: Comment for existing Hive tables can not be modified in Atlas
- The comment attribute is now updated and existing comments can be modified and the changes are reflected in the Apache Atlas UI.
- CDPD-76536: Iceberg entities created in 7.2.17 Atlas-Hook (Hive, Impala, Spark) are not ingested by 7.2.18/7.3.1 Atlas Server
- The incompatibility issue between Cloudera Data Services for CDP Public Cloud 7.2.17 Apache Hive and Apache Impala hooks with Atlas server for CDP Public Cloud 7.2.18 and Cloudera on cloud 7.3.1 is resolved. With this fix, Iceberg tables created in Cloudera Public Cloud 7.2.17 or older are captured properly in Apache Atlas UI for Cloudera Public Cloud 7.2.18 and Cloudera on cloud 7.3.1.
- CDPD-65619: Iceberg tables do not show under hive_db entity when created
- The UI now displays Iceberg tables if they are created under
the same Hive database (
hive_db
). Iceberg table can been seen in the Tables tab of a Hive database (hive_db
) in basic search. Both Hive table (hive_table
) and Iceberg table (iceberg_table
) typenames are visible. - CDPD-71411: Atlas Hbase import fails with jackson-databind expection
- The
jackson-annotations
is updated to matchjackson-databind
(2.15.0) to resolve the NoSuchFieldError error during an HBase import caused by version mismatch (older 2.12.7 on classpath).