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 hive or presto can be updated once in a day or less than that. Ideally we will connect to the hive or presto , run the query and get back the results and use it in a flink job. What are the options to achieve something like that? Thanks, mugunthan