You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by mcfongtw <gi...@git.apache.org> on 2017/09/05 07:38:50 UTC

[GitHub] flink pull request #4641: [hotfix][docs] Fix a typo on log name for quick st...

GitHub user mcfongtw opened a pull request:

    https://github.com/apache/flink/pull/4641

    [hotfix][docs] Fix a typo on log name for quick start guide.

    ## Brief change log
    
    The console output of examples should appear in \*-taskmanager-\*.log instead of \*-jobmanager-\*.log
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcfongtw/flink fix-doc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4641.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4641
    
----
commit a99d8910df06339abcf1312d08a9d54793c0fa82
Author: Michael Fong <mc...@gmail.com>
Date:   2017-09-05T07:32:00Z

    [quick-fix][doc] Fix a typo on log name for quick start guide.
    
    The console output of examples should appear in *taskmanager*.log
    instead of *jobmanager*.log

----


---

[GitHub] flink pull request #4641: [hotfix][docs] Fix a typo on log name for quick st...

Posted by zentol <gi...@git.apache.org>.
Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4641#discussion_r137091948
  
    --- Diff: docs/quickstart/setup_quickstart.md ---
    @@ -284,7 +284,7 @@ window of processing time, as long as words are floating in.
       as words are floating in, e.g.:
     
       ~~~bash
    -  $ tail -f log/flink-*-jobmanager-*.out
    +  $ tail -f log/flink-*-taskmanager-*.out
    --- End diff --
    
    Lines 272 has to be modified as well.


---

[GitHub] flink pull request #4641: [hotfix][docs] Fix a typo on log name for quick st...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/4641


---

[GitHub] flink issue #4641: [hotfix][docs] Fix a typo on log name for quick start gui...

Posted by greghogan <gi...@git.apache.org>.
Github user greghogan commented on the issue:

    https://github.com/apache/flink/pull/4641
  
    Merging ...


---

[GitHub] flink pull request #4641: [hotfix][docs] Fix a typo on log name for quick st...

Posted by mcfongtw <gi...@git.apache.org>.
Github user mcfongtw commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4641#discussion_r137220153
  
    --- Diff: docs/quickstart/setup_quickstart.md ---
    @@ -284,7 +284,7 @@ window of processing time, as long as words are floating in.
       as words are floating in, e.g.:
     
       ~~~bash
    -  $ tail -f log/flink-*-jobmanager-*.out
    +  $ tail -f log/flink-*-taskmanager-*.out
    --- End diff --
    
    Good eye! Thanks!


---