Re: Re: TypeInformation not found

2020-06-24 Thread Yun Gao
Jun 23 15:51:27 2020 Recipients:Yun Gao CC:User Subject:Re: TypeInformation not found thanks Yun Gao!have added "import org.apache.flink.api.scala._", I just to run wordcount in idea . On Tue, Jun 23, 2020 at 11:16 AM Yun Gao wrote: Hi yu, Have you add "import org.apache.

Re: TypeInformation not found

2020-06-22 Thread Yun Gao
Hi yu, Have you add "import org.apache.flink.api.scala._"? It seems should be ok if the import has been added in the program: import org.apache.flink.api.scala._ import org.apache.flink.streaming.api.scala.StreamExecutionEnvironment object Test { def main(args: Array[String]): Unit = {