You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/04/19 10:15:00 UTC

[jira] [Updated] (HIVE-25027) Hide Iceberg module behind a profile

     [ https://issues.apache.org/jira/browse/HIVE-25027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HIVE-25027:
----------------------------------
    Labels: pull-request-available  (was: )

> Hide Iceberg module behind a profile
> ------------------------------------
>
>                 Key: HIVE-25027
>                 URL: https://issues.apache.org/jira/browse/HIVE-25027
>             Project: Hive
>          Issue Type: Task
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> After creating {{patched-iceberg-core}} and {{patched-iceberg-api}} modules the maven build works fine, but IntelliJ needs manual classpath setup for the build in the IntelliJ to succeed.
> Most of the community does not use Iceberg and eventually the "patched" modules will be removed as the Hive-Iceberg integration stabilizes and the Iceberg project releases the changes we need. In the meantime we just hide the whole {{Iceberg}} module behind a profile which is only used on the CI and if the developer specifically sets it. 
> It could be used like"
> {code:java}
>  mvn clean install -DskipTests -Piceberg{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)