Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F1B1E200CE6 for ; Fri, 15 Sep 2017 22:43:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F08D51609D4; Fri, 15 Sep 2017 20:43:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 42E5F1609C9 for ; Fri, 15 Sep 2017 22:43:18 +0200 (CEST) Received: (qmail 78119 invoked by uid 500); 15 Sep 2017 20:43:17 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 78109 invoked by uid 99); 15 Sep 2017 20:43:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2017 20:43:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 64B7BF5828; Fri, 15 Sep 2017 20:43:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: greg@apache.org To: commits@flink.apache.org Date: Fri, 15 Sep 2017 20:43:15 -0000 Message-Id: <999264cee00f4b7abc1ce41ed4dd3a8b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] flink git commit: [hotfix] [docs] Fix log file name in quick start guide archived-at: Fri, 15 Sep 2017 20:43:19 -0000 Repository: flink Updated Branches: refs/heads/master 2ac09c084 -> 312e08534 [hotfix] [docs] Fix log file name in quick start guide Program output is written to TaskManager logs. This closes #4641 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a8dffff8 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a8dffff8 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a8dffff8 Branch: refs/heads/master Commit: a8dffff8c75a7aa78e9346d1a6748e4db649310a Parents: 2ac09c0 Author: Michael Fong Authored: Tue Sep 5 15:32:00 2017 +0800 Committer: Greg Hogan Committed: Fri Sep 15 16:40:46 2017 -0400 ---------------------------------------------------------------------- docs/quickstart/setup_quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/a8dffff8/docs/quickstart/setup_quickstart.md ---------------------------------------------------------------------- diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md index 1b5a1e9..0e4f3d8 100644 --- a/docs/quickstart/setup_quickstart.md +++ b/docs/quickstart/setup_quickstart.md @@ -269,7 +269,7 @@ window of processing time, as long as words are floating in. * Words are counted in time windows of 5 seconds (processing time, tumbling - windows) and are printed to `stdout`. Monitor the JobManager's output file + windows) and are printed to `stdout`. Monitor the TaskManager's output file and write some text in `nc` (input is sent to Flink line by line after hitting ): @@ -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 lorem : 1 bye : 1 ipsum : 4