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

[Bug] [seatunnel-translation-flink-15] failed compile #4896

Closed
2 of 3 tasks
hanhanzhang opened this issue Jun 6, 2023 · 7 comments
Closed
2 of 3 tasks

[Bug] [seatunnel-translation-flink-15] failed compile #4896

hanhanzhang opened this issue Jun 6, 2023 · 7 comments
Labels

Comments

@hanhanzhang
Copy link

hanhanzhang commented Jun 6, 2023

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

failed to compile the new release 2.3.2

SeaTunnel Version

2.3.2

SeaTunnel Config

{ }

Running Command

mvn clean package -DskipTests -P release

Error Exception

[ERROR] Failed to execute goal on project seatunnel-flink-15-starter: Could not resolve dependencies for project org.apache.seatunnel:seatunnel-flink-15-starter:jar:2.3.2: org.apache.seatunnel:seatunnel-flink-starter-common:jar:2.3.2-SNAPSHOT was not found in https://repository.apache.org/snapshots during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]

Flink or Spark Version

No response

Java or Scala Version

java8

Screenshots

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@hanhanzhang hanhanzhang added the bug label Jun 6, 2023
@hanhanzhang hanhanzhang changed the title [Bug] [Module Name] Bug title [Bug] [seatunnel-translation-flink-15] failed compile Jun 6, 2023
@TyrantLucifer
Copy link
Member

use mvn clean package -DskipTests -P ci

@Aalron
Copy link

Aalron commented Jun 14, 2023

i use mvn clean package -DskipTests -P ci also throw exception,How did you succeed?

@TyrantLucifer
Copy link
Member

Use dev branch and try again

@yuxh
Copy link

yuxh commented Jul 8, 2023

Meeting the same problem when I try to compile 2.3.2 using ./mvnw install -Dmaven.test.skip

@iskunaaa
Copy link

iskunaaa commented Aug 8, 2023

You can try modifying seatunnel: version: 2.3.3-SNAPSHOT to 2.3.2-SNAPSHOT in all pom.xml files . for example:sed -i 's/2.3.3-SNAPSHOT/2.3.2-SNAPSHOT/g' find ./* -name pom.xml

@FrogJiangYY
Copy link

I have same problem in 2.3.3 release.I check flink starter 13 and 15 :
image
flink 15 starter only have shell,so I annotated seatunnel-flink-starter module pom.xml about flink 15 starter,like this:
image
then, it success to seatunnel-flink-starter module,but fail to connecter module:
image
image
I check seatunnel-connector-v2-e2e,seatunnel-transforms-v2-e2e and root module pom.xml and annotated it,:
image
at last maven build success:
image

@novanchen
Copy link

in 2.3.3 release source code, just update ${revision} to ${project.version} like the picture below.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants