You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Punit Naik <na...@gmail.com> on 2016/05/02 08:15:09 UTC

Problem with writeAsText

I have a Dataset which contains only strings. But when I execute a
writeAsText and supply a folder inside the string, it finishes with the
following output but does not write any text files:

org.apache.flink.api.java.operators.DataSink[String] = DataSink '<unnamed>'
(TextOutputFormat (file://path/to/output) - UTF-8)

-- 
Thank You

Regards

Punit Naik

Re: Problem with writeAsText

Posted by Punit Naik <na...@gmail.com>.
Please ignore this question as I forgot to do a env.execute

On Mon, May 2, 2016 at 11:45 AM, Punit Naik <na...@gmail.com> wrote:

> I have a Dataset which contains only strings. But when I execute a
> writeAsText and supply a folder inside the string, it finishes with the
> following output but does not write any text files:
>
> org.apache.flink.api.java.operators.DataSink[String] = DataSink
> '<unnamed>' (TextOutputFormat (file://path/to/output) - UTF-8)
>
> --
> Thank You
>
> Regards
>
> Punit Naik
>



-- 
Thank You

Regards

Punit Naik