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

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

Peter Vary created HIVE-25027:
---------------------------------

             Summary: 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


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)