flink 1.9

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

flink 1.9

Vishal Santoshi
where do I get  the corresponding jar for 1.9 ? 
 

flink-shaded-hadoop2-uber-2.7.5-1.8.0.jar


Thanks..

Reply | Threaded
Open this post in threaded view
|

Re: flink 1.9

Steven Nelson

https://flink.apache.org/downloads.html#apache-flink-190


Sent from my iPhone

On Oct 8, 2019, at 3:47 PM, Vishal Santoshi <[hidden email]> wrote:

where do I get  the corresponding jar for 1.9 ? 
 

flink-shaded-hadoop2-uber-2.7.5-1.8.0.jar


Thanks..

Reply | Threaded
Open this post in threaded view
|

Re: flink 1.9

Vishal Santoshi
Thank you. A related question, has flink been tested with jdk11 or above. ?

On Tue, Oct 8, 2019, 5:18 PM Steven Nelson <[hidden email]> wrote:

https://flink.apache.org/downloads.html#apache-flink-190


Sent from my iPhone

On Oct 8, 2019, at 3:47 PM, Vishal Santoshi <[hidden email]> wrote:

where do I get  the corresponding jar for 1.9 ? 
 

flink-shaded-hadoop2-uber-2.7.5-1.8.0.jar


Thanks..

Reply | Threaded
Open this post in threaded view
|

Re: flink 1.9

Chesnay Schepler

Java 11 support will be part of Flink 1.10 (FLINK-10725). You can take the current master and compile&run it on Java 11.

We have not investigated later Java versions yet.

On 09/10/2019 14:14, Vishal Santoshi wrote:
Thank you. A related question, has flink been tested with jdk11 or above. ?

On Tue, Oct 8, 2019, 5:18 PM Steven Nelson <[hidden email]> wrote:

https://flink.apache.org/downloads.html#apache-flink-190


Sent from my iPhone

On Oct 8, 2019, at 3:47 PM, Vishal Santoshi <[hidden email]> wrote:

where do I get  the corresponding jar for 1.9 ? 
 

flink-shaded-hadoop2-uber-2.7.5-1.8.0.jar


Thanks..


Reply | Threaded
Open this post in threaded view
|

Re: flink 1.9

Vishal Santoshi
Thanks a lot. 

On Wed, Oct 9, 2019, 8:55 AM Chesnay Schepler <[hidden email]> wrote:

Java 11 support will be part of Flink 1.10 (FLINK-10725). You can take the current master and compile&run it on Java 11.

We have not investigated later Java versions yet.

On 09/10/2019 14:14, Vishal Santoshi wrote:
Thank you. A related question, has flink been tested with jdk11 or above. ?

On Tue, Oct 8, 2019, 5:18 PM Steven Nelson <[hidden email]> wrote:

https://flink.apache.org/downloads.html#apache-flink-190


Sent from my iPhone

On Oct 8, 2019, at 3:47 PM, Vishal Santoshi <[hidden email]> wrote:

where do I get  the corresponding jar for 1.9 ? 
 

flink-shaded-hadoop2-uber-2.7.5-1.8.0.jar


Thanks..


Reply | Threaded
Open this post in threaded view
|

Re: flink 1.9

GezimSejdiu
In reply to this post by Steven Nelson
Hi Flink community,

I'm aware of the split done for binary sources of Flink starting from Flink
1.8.0 version, i.e there are no hadoop-shaded binaries available on apache
dist. archive: https://archive.apache.org/dist/flink/flink-1.8.0/.

Are there any plans to move the hadoop-pre-build binaries there?

b.t.w reg. the question about flink 1.9.0 -- the link on
https://flink.apache.org/downloads.html#apache-flink-190 redirects to
https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-7.0/flink-shaded-hadoop-2-uber-2.8.3-7.0.jar,
which I guess is Flink v. x.7.0? if I get the prefixes right (e.g.
flink-shaded-hadoop-2-uber-2.8.3-7.0.jar stands for
flink-shaded-hadoop-2-uber-{hadoop-version}-{flink-version .e.g 1.7.0}.jar).
Would it be more clear if we put flink-shaded-hadoop-2-uber-2.8.3-1.7.0.jar
instead?

For our use-case (e.g. run Flink using Docker) is important to have a
pre-bundled Flink with Hadoop versions, so I'm looking forward if the
release manager can also generate (publish) the pre-bundled
flink-with-hadoop.

Best regards,




-----
_____________
Gezim Sejdiu
PhD Student & Research Associate
SDA, University of Bonn
Endenicher Allee 19a, 53115 Bonn, Germany
https://gezimsejdiu.github.io/
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
_____________
Gezim Sejdiu
PhD Student & Research Associate
SDA, University of Bonn
Endenicher Allee 19a, 53115 Bonn, Germany
https://gezimsejdiu.github.io/
Reply | Threaded
Open this post in threaded view
|

Re: flink 1.9

Chesnay Schepler
We will not release Flink version bundling Hadoop.

The versioning for flink-shaded-hadoop-uber is entirely decoupled from
Flink version.
You can just use the flink-shaded-hadoop-uber jar linked on the
downloads page with any Flink version.

On 18/10/2019 13:25, GezimSejdiu wrote:

> Hi Flink community,
>
> I'm aware of the split done for binary sources of Flink starting from Flink
> 1.8.0 version, i.e there are no hadoop-shaded binaries available on apache
> dist. archive: https://archive.apache.org/dist/flink/flink-1.8.0/.
>
> Are there any plans to move the hadoop-pre-build binaries there?
>
> b.t.w reg. the question about flink 1.9.0 -- the link on
> https://flink.apache.org/downloads.html#apache-flink-190 redirects to
> https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-7.0/flink-shaded-hadoop-2-uber-2.8.3-7.0.jar,
> which I guess is Flink v. x.7.0? if I get the prefixes right (e.g.
> flink-shaded-hadoop-2-uber-2.8.3-7.0.jar stands for
> flink-shaded-hadoop-2-uber-{hadoop-version}-{flink-version .e.g 1.7.0}.jar).
> Would it be more clear if we put flink-shaded-hadoop-2-uber-2.8.3-1.7.0.jar
> instead?
>
> For our use-case (e.g. run Flink using Docker) is important to have a
> pre-bundled Flink with Hadoop versions, so I'm looking forward if the
> release manager can also generate (publish) the pre-bundled
> flink-with-hadoop.
>
> Best regards,
>
>
>
>
> -----
> _____________
> Gezim Sejdiu
> PhD Student & Research Associate
> SDA, University of Bonn
> Endenicher Allee 19a, 53115 Bonn, Germany
> https://gezimsejdiu.github.io/
> --
> Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
>

Reply | Threaded
Open this post in threaded view
|

Re: flink 1.9

GezimSejdiu
Hi Chesnay,

I see. Many thanks for your prompt reply. Will make us of flink-shaded-hadoop-uber jar when deploying Flink using Docker starting from Flink v.1.8.0. 

Best regards,

On Fri, Oct 18, 2019 at 1:30 PM Chesnay Schepler <[hidden email]> wrote:
We will not release Flink version bundling Hadoop.

The versioning for flink-shaded-hadoop-uber is entirely decoupled from
Flink version.
You can just use the flink-shaded-hadoop-uber jar linked on the
downloads page with any Flink version.

On 18/10/2019 13:25, GezimSejdiu wrote:
> Hi Flink community,
>
> I'm aware of the split done for binary sources of Flink starting from Flink
> 1.8.0 version, i.e there are no hadoop-shaded binaries available on apache
> dist. archive: https://archive.apache.org/dist/flink/flink-1.8.0/.
>
> Are there any plans to move the hadoop-pre-build binaries there?
>
> b.t.w reg. the question about flink 1.9.0 -- the link on
> https://flink.apache.org/downloads.html#apache-flink-190 redirects to
> https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-7.0/flink-shaded-hadoop-2-uber-2.8.3-7.0.jar,
> which I guess is Flink v. x.7.0? if I get the prefixes right (e.g.
> flink-shaded-hadoop-2-uber-2.8.3-7.0.jar stands for
> flink-shaded-hadoop-2-uber-{hadoop-version}-{flink-version .e.g 1.7.0}.jar).
> Would it be more clear if we put flink-shaded-hadoop-2-uber-2.8.3-1.7.0.jar
> instead?
>
> For our use-case (e.g. run Flink using Docker) is important to have a
> pre-bundled Flink with Hadoop versions, so I'm looking forward if the
> release manager can also generate (publish) the pre-bundled
> flink-with-hadoop.
>
> Best regards,
>
>
>
>
> -----
> _____________
> Gezim Sejdiu
> PhD Student & Research Associate
> SDA, University of Bonn
> Endenicher Allee 19a, 53115 Bonn, Germany
> https://gezimsejdiu.github.io/
> --
> Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
>



--

_____________

Gezim Sejdiu

 

PhD Student & Research Associate

SDA, University of Bonn

Endenicher Allee 19a, 53115 Bonn, Germany

https://gezimsejdiu.github.io/

GitHub | Twitter | LinkedIn | Google Scholar

_____________
Gezim Sejdiu
PhD Student & Research Associate
SDA, University of Bonn
Endenicher Allee 19a, 53115 Bonn, Germany
https://gezimsejdiu.github.io/