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
- StreamTable Environment initialized failed -- "Could no... krislee
- Re: StreamTable Environment initialized failed -- "... Sharil Shafie
- Re: StreamTable Environment initialized failed -- "... krislee
- Re: StreamTable Environment initialized failed -- "... Lucifer_jl