[
https://issues.apache.org/jira/browse/HIVE-27696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ayush Saxena resolved HIVE-27696.
---------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
>
> 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)