Re: Are there any link between the flink project.version and flink.shaded.version

2020-04-17 Thread Chesnay Schepler
This may have been to short of an answer. If you are using flink-shaded-hadoop, use the latest version. In all other cases (e.g., flink-shaded-jackson), then depend on what the Flink version you work against depends on. For example, 1.10 works against flink-shaded 9.0 . However, you

Re: Are there any link between the flink project.version and flink.shaded.version

2020-04-17 Thread Chesnay Schepler
There is no link; you generally want to use the latest flink-shaded version. On 17/04/2020 14:59, Sivaprasanna wrote: I see quite a few flink.shaded.version in maven repo like 9.0, 10.0, 11.0 being the latest. I just wanted to understand how to decide which flink.shaded.version to use in the

Are there any link between the flink project.version and flink.shaded.version

2020-04-17 Thread Sivaprasanna
I see quite a few flink.shaded.version in maven repo like 9.0, 10.0, 11.0 being the latest. I just wanted to understand how to decide which flink.shaded.version to use in the user application? Thanks :)