flink no class found error
Posted by
Janardhan Reddy on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/flink-no-class-found-error-tp8432.html
Hi,
We are getting the following error on submitting the flink jobs to the cluster.
1. Caused by: java.lang.NoSuchMethodError: com.google.common.io.Resources.asCharSource
2. This is for entirely different job
Caused by: java.lang.UnsupportedClassVersionError: com/olacabs/fabric/common/Metadata : Unsupported major.minor version 52.0
But when we are running the flink locally, there is no error in both the jobs.