Configuring Hive Metastore for Iceberg column changes

To make schema changes to an existing column of an Iceberg table, you must configure the Hive Metastore of the Data Lake.

  1. In Cloudera Manager, select the service for the Hive Metastore.
  2. Click the Configuration tab.
  3. Search for safety valve and find the Hive Metastore Server Advanced Configuration Snippet (Safety Valve) for hive-site.xml safety valve.
  4. Add the following property:
    • Name: hive.metastore.disallow.incompatible.col.type.changes
    • Value: false
  5. Click Save Changes.
  6. Restart the service to apply the configuration change.