Re: Building some specific modules in flink

2019-06-24 Thread Yun Tang
Hi Syed You could use 'mvn clean package -pl :flink-streaming-java_2.11 -DskipTests -am' to build flink-streaming-java and flink-runtime modules. If the 'already built binary' means the flink-dist-*.jar package, the former mvn command would not update the dist jar package. As far as I know, a q

Re: Building some specific modules in flink

2019-06-24 Thread Jeff Zhang
You need to specify flink-dist in -pl. Module flink-dist will build the flink binary distribution. syed 于2019年6月25日周二 上午9:14写道: > Hi; > I am trying to modify some core functionalities of flink for my through > understanding about flink. I already build the flink from source, now I am > looking