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

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

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 :)
Reply | Threaded
Open this post in threaded view
|

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

Chesnay Schepler-3
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 user application?
>
> Thanks :)
>

Reply | Threaded
Open this post in threaded view
|

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

Chesnay Schepler-3
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 generally should not depend on other flink-shaded artifacts
as the whole point of them is to shield Flink from user requirements.


On 17/04/2020 15:18, Chesnay Schepler wrote:

> 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 user application?
>>
>> Thanks :)
>>
>
>