Re: some questions about flink packaging

2019-07-10 Thread Marvin777
it works. thanks very much. Flavio Pompermaier 于2019年7月10日周三 下午5:04写道: > Have you tried to follow the instruction to build Flink for Maven >= 3.4? > That is: > > mvn clean install -DskipTestscd flink-dist > mvn clean install > > > On Wed, Jul 10, 2019 at 10:34 AM Marvin777 > wrote: > >> The ve

Re: some questions about flink packaging

2019-07-10 Thread Flavio Pompermaier
Have you tried to follow the instruction to build Flink for Maven >= 3.4? That is: mvn clean install -DskipTestscd flink-dist mvn clean install On Wed, Jul 10, 2019 at 10:34 AM Marvin777 wrote: > The version of maven is 3.5.4. > > [image: image.png] > > Flavio Pompermaier 于2019年7月10日周三 下午4:28

Re: some questions about flink packaging

2019-07-10 Thread Marvin777
The version of maven is 3.5.4. [image: image.png] Flavio Pompermaier 于2019年7月10日周三 下午4:28写道: > For your specific problem try to look at > https://ci.apache.org/projects/flink/flink-docs-stable/flinkDev/building.html#dependency-shading > . > Which version of maven are you using? > > On Wed, Jul

Re: some questions about flink packaging

2019-07-10 Thread Flavio Pompermaier
For your specific problem try to look at https://ci.apache.org/projects/flink/flink-docs-stable/flinkDev/building.html#dependency-shading . Which version of maven are you using? On Wed, Jul 10, 2019 at 10:25 AM Flavio Pompermaier wrote: > From some version of Flink many libraries (included jacks

Re: some questions about flink packaging

2019-07-10 Thread Flavio Pompermaier
>From some version of Flink many libraries (included jackson) are shaded into org.apache.flink.shaded in order to avoid conflicts during class loading. See https://github.com/apache/flink-shaded Best, Flavio On Wed, Jul 10, 2019 at 10:21 AM Marvin777 wrote: > hi, all: > > The flink-dist package