RollingSink with APIs requring fs+path

2016-03-20 Thread Lasse Dalegaard
Hello, I'm working on a project where I stream in data from Kafka, massage it a bit, and then wish to spit write it into HDFS using the RollingSink. This works just fine using the provided examples, but I would like the data to be stored in ORC on HDFS, rather than sequence files. I am however un

RE: RollingSink with APIs requring fs+path

2016-03-19 Thread Lasse Dalegaard
https://issues.apache.org/jira/browse/FLINK If you are not interested in working one this someone else will probably pick it up. Cheers, Aljoscha > On 18 Mar 2016, at 12:53, Lasse Dalegaard wrote: > > Hello, > > I'm working on a project where I stream in data from Kafka, mas