Orc Sink Table

2018-09-13 Thread jose farfan
Hi I am checking the documentation https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/common.html#register-a-tablesink Register a TableSink A registered TableSink can be used t

Re: Orc Sink Table

2018-09-13 Thread Dawid Wysakowicz
Hi Jose, Flink provides only OrcTableSource that is BatchTableSource only as of now. You can read more here[1]. As of now there is no support for orc sink file. The community is working extensively though on extending the set of supported connectors for Table API/SQL, so it might change in the fut

Re: Orc Sink Table

2018-09-13 Thread Timo Walther
Hi Jose, you have to add additional Maven modules depending on the connector/format you want to use. See this page [1] for more information. Feel free to ask further questions if the description is not enough for you. Regards, Timo [1] https://ci.apache.org/projects/flink/flink-docs-release

Re: Orc Sink Table

2018-09-13 Thread jose farfan
Hi Timo, David Thx for your quick answer BR Jose On Thu, 13 Sep 2018 at 12:41, Timo Walther wrote: > Hi Jose, > > you have to add additional Maven modules depending on the connector/format > you want to use. See this page [1] for more information. > > Feel free to ask further questions if the