Skip to content

[HUDI-4632] Map Flink artifact ids correctly as per scala dependence - #6437

Closed
codope wants to merge 1 commit into
apache:masterfrom
codope:flink-bundles
Closed

[HUDI-4632] Map Flink artifact ids correctly as per scala dependence#6437
codope wants to merge 1 commit into
apache:masterfrom
codope:flink-bundles

Conversation

@codope

Copy link
Copy Markdown
Member

Change Logs

Fixes the issue reported in #6422
Since the default flink profile is still scala version dependent, so the default artifact ids should be named correctly.
Tested all 3 flink profiles.

Impact

Describe any public API or user-facing feature change or any performance impact.

Risk level: none | low | medium | high

Choose one. If medium or high, explain what verification was done to mitigate the risks.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@pratyakshsharma

Copy link
Copy Markdown
Contributor

Verified with mvn clean install -DskipTests -DskipITs command.

@hudi-bot

Copy link
Copy Markdown
Collaborator

CI report:

Bot commands@hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

Comment threadpom.xml
<flink.version>${flink1.15.version}</flink.version>
<flink.runtime.artifactId>flink-runtime</flink.runtime.artifactId>
<flink.table.runtime.artifactId>flink-table-runtime</flink.table.runtime.artifactId>
<flink.table.planner.artifactId>flink-table-planner_2.12</flink.table.planner.artifactId>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default active profile is flink1.14, and it already specifies the jar artifactIds, so what's the problem here

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the default flink version line 131 ~ line 133:

 <flink.version>${flink1.14.version}</flink.version>
<hudi.flink.module>hudi-flink1.14.x</hudi.flink.module>
<flink.bundle.version>1.14</flink.bundle.version>

should also work ?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If not changing the artofact ids, then i think changing the default flink profile from flink1.13 to flink1.15 should work. I guess that's what #6445 is doing.

@danny0405

Copy link
Copy Markdown
Contributor

Thanks, i have fired a fix in https://github.com/apache/hudi/pull/6445/files

@codope

Copy link
Copy Markdown
MemberAuthor

Closing it in favor of #6445

@codopecodope closed this Aug 29, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@codope@pratyakshsharma@hudi-bot@danny0405