apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.85k stars 990 forks source link

UnknownHostException: repo.maven.apache.org #3925

Open sumghost opened 1 month ago

sumghost commented 1 month ago

Search before asking

Java Version

jdk1.8.0_212

Scala Version

2.12.x

StreamPark Version

2.1.4

Flink Version

1.18.1

deploy mode

yarn-application

What happened

2

Revised sentence: "When packaging the build project, I consistently encounter a prompt indicating that the host name cannot be resolved. In my settings.xml file, I have only configured the local repository without any remote repository and specified true. What could be causing this issue?"

Error Exception

2024-07-29 17:53:49.550 INFO  - Exception in thread "main" java.net.UnknownHostException: repo.maven.apache.org
2024-07-29 17:53:49.551 INFO  -     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)

Screenshots

No response

Are you willing to submit PR?

Code of Conduct

zjialin commented 4 weeks ago

我也遇到了同样的问题,不知晓如何解决