You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Raymond Xu (Jira)" <ji...@apache.org> on 2022/03/08 11:58:00 UTC

[jira] [Created] (HUDI-3584) Skip integration modules by default

Raymond Xu created HUDI-3584:
--------------------------------

             Summary: Skip integration modules by default
                 Key: HUDI-3584
                 URL: https://issues.apache.org/jira/browse/HUDI-3584
             Project: Apache Hudi
          Issue Type: Improvement
          Components: dependencies, tests-ci
            Reporter: Raymond Xu
            Assignee: Raymond Xu
             Fix For: 0.11.0


By default we don't need to build
{code:java}
<module>docker/hoodie/hadoop</module>
<module>hudi-integ-test</module>
<module>packaging/hudi-integ-test-bundle</module>
{code}
Skipping installing them during CI jobs and most dev work. Activate them by activating `integration-tests` profile. 

`release` profile should activate `integration-tests` profile by default to include integ-test-bundle

 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)