As the exception says the class org.apache.flink.api.scala.io.jdbc.JDBCInputFormat does not exist.
You have to do: import org.apache.flink.api.java.io.jdbc.JDBCInputFormat There is no Scala implementation of this class but you can also use Java classes in Scala. 2016-10-07 21:38 GMT+02:00 Alberto Ramón <a.ramonporto...@gmail.com>: > > I want use CreateInput + buildJDBCInputFormat to acces to database on SCALA > > PB1: > > import org.apache.flink.api.scala.io.jdbc.JDBCInputFormat > Error:(25, 37) object jdbc is not a member of package > org.apache.flink.api.java.io > import org.apache.flink.api.java.io.jdbc.JDBCInputFormat > > Then, I can't use: > [image: Imágenes integradas 1] > > I tried to download code from git and recompile, also > >