You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/07/02 15:51:46 UTC

[GitHub] [flink] alpinegizmo edited a comment on pull request #12810: [FLINK-18472][docs] Local Installation Getting Started Guide

alpinegizmo edited a comment 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:
users@infra.apache.org