> On 28 Jun 2014, at 22:52, Stephan Ewen <se...@apache.org> wrote: > > Hey! > > You can always get the result in a single file, by setting the parallelism > of the sink task to one, for example line > "result.writeAsText(path).parallelism(1)".
Oh sure. I realized this after sending the mail. Thanks for pointing it out. :)