Accessing source table data from hive/Presto

2018-08-06 Thread srimugunthan dhandapani
Hi all, I read the Flink documentation and came across the connectors supported https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/connectors/index.html#bundled-connectors We have some data that resides in Hive/Presto that needs to be made available to the flink job. The data in the

Re: Accessing source table data from hive/Presto

2018-08-07 Thread srimugunthan dhandapani
+02:00 Hequn Cheng : > >> Hi srimugunthan, >> >> I found a related link[1]. Hope it helps. >> >> [1] https://stackoverflow.com/questions/41683108/flink-1-1-3 >> -interact-with-hive-2-1-0 >> >> On Tue, Aug 7, 2018 at 2:35 AM, srimugunthan dhandapa