Enable Iceberg in EMR To enable Iceberg support for AWS EMR, update the configuration in the emr template as shown below. Then, create a new emr cluster using this template: JSON1 2 3 4 5 6{ "Classification":"iceberg-defaults", "ConfigurationProperties":{ "iceberg.enabled":"true" } } Comments