Re: Idea import Flink source code

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Idea import Flink source code

Matthias
Hi,
you might want to move these kinds of questions into the [hidden email] which is the mailing list for community support questions [1].
Coming back to your question: Is it just me or is the image not accessible? Could you provide a textual description of your problem?

Best,
Matthias



On Wed, Jan 13, 2021 at 6:18 AM penguin. <[hidden email]> wrote:
Hello,
When importing the Flink source code into idea, the following error occurred.
And several mirrors were configured in the setting file of maven, which did not solve the problem


Reply | Threaded
Open this post in threaded view
|

Re: Re: Idea import Flink source code

Matthias
Don't forget to use the reply-all button when replying to threads on the mailing lists. :-)

Have you tried building the project via command line using `mvn -DskipTests -Dfast install` to pull all dependencies?
And just to verify: you didn't change the code, did you? We're talking about the vanilla Flink source code...?

Matthias

On Wed, Jan 13, 2021 at 9:18 AM penguin. <[hidden email]> wrote:
Hi,
Thank you for your reminding.
 It seems that there is something wrong with putting the picture in the text.
▼Sync: at 2021/1/13 12:05 with 18 errors

    ▼Resolve dependencies 4 errors
         Cannot resolve netminidev:json-smart:2.3
         Cannot resolve io.confluent:kafka-schema-registry-client:4.1.0
         Cannot resolve com.nimbusds:nimbus-jose-jwt:9.4.1
         Cannot resolve com.nimbusds:lang-tag:1.5
    ▼Resolve plugins 14 errors
         Cannot resolve plugin org.codehaus.mojo:build-helper-maven-plugin: <unknown>
Best,
penguin




在 2021-01-13 15:24:22,"Matthias Pohl" <[hidden email]> 写道:

Hi,
you might want to move these kinds of questions into the [hidden email] which is the mailing list for community support questions [1].
Coming back to your question: Is it just me or is the image not accessible? Could you provide a textual description of your problem?

Best,
Matthias



On Wed, Jan 13, 2021 at 6:18 AM penguin. <[hidden email]> wrote:
Hello,
When importing the Flink source code into idea, the following error occurred.
And several mirrors were configured in the setting file of maven, which did not solve the problem




 

Reply | Threaded
Open this post in threaded view
|

Re:Re: Re: Idea import Flink source code

penguin.
Hi,
I click the reply button every time... Does this mean that only the replied person can see the email?


If Maven fails to download plugins or dependencies,  is mvn -clean install -DskipTests a must?

I'll try first.

penguin




在 2021-01-13 16:35:10,"Matthias Pohl" <[hidden email]> 写道:

Don't forget to use the reply-all button when replying to threads on the mailing lists. :-)

Have you tried building the project via command line using `mvn -DskipTests -Dfast install` to pull all dependencies?
And just to verify: you didn't change the code, did you? We're talking about the vanilla Flink source code...?

Matthias

On Wed, Jan 13, 2021 at 9:18 AM penguin. <[hidden email]> wrote:
Hi,
Thank you for your reminding.
 It seems that there is something wrong with putting the picture in the text.
▼Sync: at 2021/1/13 12:05 with 18 errors

    ▼Resolve dependencies 4 errors
         Cannot resolve netminidev:json-smart:2.3
         Cannot resolve io.confluent:kafka-schema-registry-client:4.1.0
         Cannot resolve com.nimbusds:nimbus-jose-jwt:9.4.1
         Cannot resolve com.nimbusds:lang-tag:1.5
    ▼Resolve plugins 14 errors
         Cannot resolve plugin org.codehaus.mojo:build-helper-maven-plugin: <unknown>
Best,
penguin




在 2021-01-13 15:24:22,"Matthias Pohl" <[hidden email]> 写道:

Hi,
you might want to move these kinds of questions into the [hidden email] which is the mailing list for community support questions [1].
Coming back to your question: Is it just me or is the image not accessible? Could you provide a textual description of your problem?

Best,
Matthias



On Wed, Jan 13, 2021 at 6:18 AM penguin. <[hidden email]> wrote:
Hello,
When importing the Flink source code into idea, the following error occurred.
And several mirrors were configured in the setting file of maven, which did not solve the problem




 



 

Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Idea import Flink source code

Matthias
The mvn command helps to identify whether your issue is related to Maven and/or missing dependencies or whether it's an Intellij problem. Usually, running `mvn clean install -DskipTests -Dfast` isn't required to import the Flink project into Intellij.

Best,
Matthias

PS: reply adds only the immediate responder to the recipient lists (as happened in your first reply) vs reply-all would also automatically add the ML email address(es) (and other thread participants) to the CC list.

On Wed, Jan 13, 2021 at 9:49 AM penguin. <[hidden email]> wrote:
Hi,
I click the reply button every time... Does this mean that only the replied person can see the email?


If Maven fails to download plugins or dependencies,  is mvn -clean install -DskipTests a must?

I'll try first.

penguin




在 2021-01-13 16:35:10,"Matthias Pohl" <[hidden email]> 写道:

Don't forget to use the reply-all button when replying to threads on the mailing lists. :-)

Have you tried building the project via command line using `mvn -DskipTests -Dfast install` to pull all dependencies?
And just to verify: you didn't change the code, did you? We're talking about the vanilla Flink source code...?

Matthias

On Wed, Jan 13, 2021 at 9:18 AM penguin. <[hidden email]> wrote:
Hi,
Thank you for your reminding.
 It seems that there is something wrong with putting the picture in the text.
▼Sync: at 2021/1/13 12:05 with 18 errors

    ▼Resolve dependencies 4 errors
         Cannot resolve netminidev:json-smart:2.3
         Cannot resolve io.confluent:kafka-schema-registry-client:4.1.0
         Cannot resolve com.nimbusds:nimbus-jose-jwt:9.4.1
         Cannot resolve com.nimbusds:lang-tag:1.5
    ▼Resolve plugins 14 errors
         Cannot resolve plugin org.codehaus.mojo:build-helper-maven-plugin: <unknown>
Best,
penguin




在 2021-01-13 15:24:22,"Matthias Pohl" <[hidden email]> 写道:

Hi,
you might want to move these kinds of questions into the [hidden email] which is the mailing list for community support questions [1].
Coming back to your question: Is it just me or is the image not accessible? Could you provide a textual description of your problem?

Best,
Matthias



On Wed, Jan 13, 2021 at 6:18 AM penguin. <[hidden email]> wrote:
Hello,
When importing the Flink source code into idea, the following error occurred.
And several mirrors were configured in the setting file of maven, which did not solve the problem