Cannot load user classes
Posted by
Soheil Pourbafrani on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Cannot-load-user-classes-tp17231.html
Hey, I wrote a code using Flink and creating fat jar using maven, I can errorlessly run it on a remote cluster. Trying to run it without creating a fat jar and directly from IDE I got the errorĀ Cannot load user class for not Flink core classes. For example `Cannot load user class: org.apache.flink.streaming.connectors.fs.bucketing.BucketingSink` or `Kafkaconnector things`. If I pass local jar files in CreateRemoteEnvirnment method its ok but passing all extra jar files is not the standard way and is time-consuming. I wish I could run Flink codes directly in IDE without creating maven fat jars. Is there any way to do that?