Re: Running Flink on java 11

2020-01-10 Thread Chesnay Schepler
The error you got is due to an older asm version which is fixed for 1.10 in https://issues.apache.org/jira/browse/FLINK-13467 . On 10/01/2020 15:58, KristoffSC wrote: Hi, Yangze Guo, Chesnay Schepler thank you very much for your answers. I have actually a funny setup. So I have a Flink Job mod

Re: Running Flink on java 11

2020-01-10 Thread KristoffSC
Hi, Yangze Guo, Chesnay Schepler thank you very much for your answers. I have actually a funny setup. So I have a Flink Job module, generated from Flink's maven archetype. This module has all operators and Flink environment config and execution. This module is compiled by maven with "maven.compil

Re: Running Flink on java 11

2020-01-10 Thread Chesnay Schepler
JRE 11 locally on my machine and I also modify Job Cluster Dockerfile to use openjdk:13-jdk-alpine as a base image instead openjdk:8-jre-alpine. Are here any users who are currently running Flink on Java 11 or higher? What are your experiences? Thanks, pt., 10 sty 2020 o 03:14 Yangze Guo <

Re: Running Flink on java 11

2020-01-10 Thread Yangze Guo
1 build > on JRE 11 locally on my machine and > I also modify Job Cluster Dockerfile to use openjdk:13-jdk-alpine as a base > image instead openjdk:8-jre-alpine. > > Are here any users who are currently running Flink on Java 11 or higher? What > are your experiences? >

Re: Running Flink on java 11

2020-01-10 Thread Krzysztof Chmielewski
pine as a base image instead openjdk:8-jre-alpine. Are here any users who are currently running Flink on Java 11 or higher? What are your experiences? Thanks, pt., 10 sty 2020 o 03:14 Yangze Guo napisał(a): > Hi, Krzysztof > > Regarding the release-1.10, the community is now focus on thi

Running Flink on java 11

2020-01-09 Thread KristoffSC
11 issues and I've found this [2] one. We are also aware of ongoing FLINK-10725 [3] but this is assigned to 1.10 FLink version Having all of this, I would like to ask few questions 1. Is there any release date planed for 1.10? 2. Are you aware of any issues regarding running Flink on Java