I think that you can read ORC file using OrcInputFormat [1] with readHadoopFile method.
There is an example on MapReduce [2] in Stackoveflow. The approach works also on Flink. Maybe you have to use RichMapFunction [3] to initialize OrcSerde and StructObjectInspector object.
> On Jan 28, 2016, at 4:44 AM, Philip Lee <[hidden email]> wrote:
>
> Hello,
>
> Question about reading ORC format on Flink.
>
> I want to use dataset after loadtesting csv to orc format by Hive.
> Can Flink support reading ORC format?
>
> If so, please let me know how to use the dataset in Flink.
>
> Best,
> Phil
>
>
>
>