Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Tool] Support parallel compilation and packaging #7784

Open
1 task
featzhang opened this issue Apr 4, 2023 · 2 comments · May be fixed by #9116
Open
1 task

[Feature][Tool] Support parallel compilation and packaging #7784

featzhang opened this issue Apr 4, 2023 · 2 comments · May be fixed by #9116
Labels
stage/stale Issues or PRs that had no activity for a long time type/feature

Comments

@featzhang
Copy link
Member

featzhang commented Apr 4, 2023

There are two problems with the current project:

  1. When using mvn -B or mvnd to compile the project, various problems will occur and the compilation will fail.
  2. The CR pipeline runs too slowly

To locate the above problem, the analysis is as follows:

  1. Reasons why parallel packaging cannot be done

The inlong-distribution module uses assembly to compress and package the output of each module together. However, the module dependencies are not clearly specified in the pom file, causing maven to infer dependencies.

  1. CR pipeline does not need to generate distribution

Transformation method:

  1. CR pipeline does not package Distribution
  2. Clear distribution modules and all dependencies in the project

At present, it is being transformed to support multiple versions of Sort Flink, and it is also necessary to clarify the maven coordinates of each Connector

@github-actions
Copy link

github-actions bot commented Jun 4, 2023

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stage/stale Issues or PRs that had no activity for a long time label Jun 4, 2023
@github-actions github-actions bot removed the stage/stale Issues or PRs that had no activity for a long time label Jun 15, 2023
@github-actions
Copy link

This issue is stale because it has been open for 60 days with no activity.

@github-actions github-actions bot added the stage/stale Issues or PRs that had no activity for a long time label Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage/stale Issues or PRs that had no activity for a long time type/feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant