Yes i have been following the tutorials and reading from H2 and writing
to H2 works fine, But problem here is data coming from kafka and writing
them to h2 engine does not seems to work and cant see any error thrown
while writing into in memory H2 database, So couldnt say whats the error
and why those data are not inserted.
Have been trying to find out cause and looking for logs while flink
processes the operations but couldnt find any error being thrown at the
time of writing data. Any where i can check for logs ?
Thanks
On 02/16/2017 01:10 AM, Ted Yu wrote:
See the tutorial at the beginning of:
flink-connectors/flink-jdbc/src/main/java/org/apache/flink/api/java/io/jdbc/JDBCInputFormat.java
Looks like plugging in "org.h2.Driver" should do.
On Wed, Feb 15, 2017 at 4:59 PM, Punit Tandel
<punit.tan...@ericsson.com <mailto:punit.tan...@ericsson.com>> wrote:
Hi All
Does flink jdbc support writing the data into H2 Database?
Thanks
Punit