[jira] [Created] (FLINK-8431) Allow to specify # GPUs for TaskManager in Mesos

2018-01-13 Thread Dongwon Kim (JIRA)
Dongwon Kim created FLINK-8431: -- Summary: Allow to specify # GPUs for TaskManager in Mesos Key: FLINK-8431 URL: https://issues.apache.org/jira/browse/FLINK-8431 Project: Flink Issue Type: Improv

Re: difference b/t filesystem and connector-filesystem

2018-01-13 Thread Till Rohrmann
Hi, the flink-connector-filesystem contains the BucketingSink which is a connector with which you can write your data to a file system. It provides exactly once processing guarantees and allows to write data to different buckets [1]. The flink-filesystem module contains different file system impl