下载jar包
https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-hive-runtime/1.0.0/iceberg-hive-runtime-1.0.0.jar
存放在/opt/cloudera/parcels/CDH/lib/hive/auxlib/
CDH集群修改hive配置
选择xml格式 粘贴即可
<property><name>iceberg.engine.hive.enabled</name><value>true</value><final>true</final><description>集成iceberg</description></property><property><name>hive.aux.jars.path</name><value>/opt/cloudera/parcels/CDH/lib/hive/auxlib</value></property>
验证iceberg