SQL query support in Flink

Posted by Sourav Mazumder on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/SQL-query-support-in-Flink-tp4232.html

Hi,

Just wanted to check whether one can directly run SQL queries on Flink.

For example whether one can define a table on a dataset and then run queries like dataset.sql ("select column1, column2 from mytable").

I used to think that this is possible right now in 0.10.1. But when I checked the blog a year in review http://flink.apache.org/news/2015/12/18/a-year-in-review.html, I found there is a feature mentioned in 2016's roadmap as - "SQL queries for static data sets and streams". Hence my doubt.

Regards,
Sourav