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.91k stars 1.01k forks source link

我下载的dev版本提示缺一些依赖。源码启动不了。 #4132

Closed 13093975260 closed 1 week ago

13093975260 commented 1 week ago

Search before asking

Java Version

1.8+

Scala Version

2.12.x

StreamPark Version

2.12

Flink Version

3.x

deploy mode

None

What happened

我下载的dev版本提示缺一些依赖。源码启动不了。

Error Exception

D:\MyBigData\incubator-streampark-dev\streampark-flink\streampark-flink-packer\src\main\java\org\apache\streampark\flink\packer\pipeline\PipelineTypeEnum.java:100:35
java: 找不到符号
  符号:   类 BuildResult
  位置: 类 org.apache.streampark.flink.packer.pipeline.PipelineTypeEnum

Screenshots

streampark-dev缺少部分依赖8

Are you willing to submit PR?

Code of Conduct

wolfboys commented 1 week ago

You should compile the project first and then try to start it. The local development environment causes this case.