Re: Create a file in parquet format

2018-09-12 Thread jose farfan
Thanks! On Tue, 11 Sep 2018 at 15:36, Gary Yao wrote: > Hi Jose, > > You can find an example here: > > > https://github.com/apache/flink/blob/1a94c2094b8045a717a92e232f9891b23120e0f2/flink-formats/flink-parquet/src/test/java/org/apache/flink/formats/parquet/avro/ParquetStreamingFileSinkITCase.ja

Re: Create a file in parquet format

2018-09-11 Thread Gary Yao
Hi Jose, You can find an example here: https://github.com/apache/flink/blob/1a94c2094b8045a717a92e232f9891b23120e0f2/flink-formats/flink-parquet/src/test/java/org/apache/flink/formats/parquet/avro/ParquetStreamingFileSinkITCase.java#L58 Best, Gary On Tue, Sep 11, 2018 at 11:59 AM, jose farfan

Create a file in parquet format

2018-09-11 Thread jose farfan
Hi I am working in a task. The purpose is to create a sink in Parquet format. Then, I am using the "Streaming Flink Sink", but I cannot complete the task. Do you know any example in github, blog, that I can use to complete the task. Many Thx BR Jose