Hi to all, I was trying to make my Java 8 application to run on a Flink 0.10.1 cluster. I've compiled both Flink sources and my app with the same Java version (1.8.72) and I've set the env.java.home to point to my java 8 JVM in every flink-conf.yml of the cluster.
I always get the following Exception: java.lang.UnsupportedClassVersionError: XXX: Unsupported major.minor version 52.0 Is there any other setting I forgot to check? Do I have to change also the source and target to 1.8 in the maven compiler settings of the main pom? Best, Flavio