Thank you very much
--
View this message in context:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/I-want-writ-output-dataset-in-one-file-not-mult-file-tp1227p1229.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at
Nabble.com.
Hi,
for writing the output to one file, you have to set the parallelism of the
output operator to 1.
So for example .writeToFile(...).setParallelism(1);
On Tue, May 12, 2015 at 1:17 PM, hagersaleh wrote:
> I want writ output dataset in one file not mult file
>
>
>
> --
> Vi
I want writ output dataset in one file not mult file
--
View this message in context:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/I-want-writ-output-dataset-in-one-file-not-mult-file-tp1227.html
Sent from the Apache Flink User Mailing List archive. mailing list archive