alpinegizmo commented on pull request #12810:
URL: https://github.com/apache/flink/pull/12810#issuecomment-653086238
A couple of things to fix:
I don't think we publish snapshot builds, so the example with tar and cd is
a bit off. (I realize this is probably a stable docs vs master docs issue, and
I don't know of a good, easy solution.)
The output does not go to stdout. Maybe something like this:
{% highlight bash %}
$ tail log/flink-*-taskexecutor-*.out
(to,1)
(be,1)
(or,1)
(not,1)
(to,2)
(be,2)
...
{% endhighlight %}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]