Ayush Saxena created HIVE-27696: ----------------------------------- Summary: Docker build from source should include iceberg profile Key: HIVE-27696 URL: https://issues.apache.org/jira/browse/HIVE-27696 Project: Hive Issue Type: Improvement Reporter: Ayush Saxena Assignee: Ayush Saxena
Building docker image from source doesn't include iceberg profile. So, creating iceberg tables by images built by it fails {noformat} 0: jdbc:hive2://localhost:10000/> CREATE TABLE test (ID INT) STORED BY ICEBERG TBLPROPERTIES('format-version'='2'); Error: Error while compiling statement: FAILED: SemanticException Cannot find class 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler' (state=42000,code=40000){noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)