hi:
I think there may be the following reasons:
1、the scope of dependency is 'provided' in your "pom.xml" 。When you package, 
this dependency will not be included in the jar. and you xxx.jar execution 
enviroment lack this dependency
2、i can not see the "pom.xml" completely,can you add the dependency 
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-api-scala-bridge_2.11</artifactId>
<version>1.9.0</version>
</dependency>
good luck

Reply via email to