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 193D9200C51 for ; Sun, 9 Apr 2017 16:02:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 17E9E160BA4; Sun, 9 Apr 2017 14:02:04 +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 5F1DA160B7D for ; Sun, 9 Apr 2017 16:02:03 +0200 (CEST) Received: (qmail 42217 invoked by uid 500); 9 Apr 2017 14:02:02 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 42208 invoked by uid 99); 9 Apr 2017 14:02:02 -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; Sun, 09 Apr 2017 14:02:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 77087DFF73; Sun, 9 Apr 2017 14:02:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: bessbd@apache.org To: commits@flume.apache.org Message-Id: <8ba0e19676474167ac6841430922e25d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: flume git commit: FLUME-2817. docs: Fix multi-agent flow example Date: Sun, 9 Apr 2017 14:02:02 +0000 (UTC) archived-at: Sun, 09 Apr 2017 14:02:04 -0000 Repository: flume Updated Branches: refs/heads/trunk e5c3e6aa7 -> 03c8357df FLUME-2817. docs: Fix multi-agent flow example This closes #126 Reviewers: Denes Arvay, Bessenyei Balázs Donát (Marcell Hegedus via Bessenyei Balázs Donát) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/03c8357d Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/03c8357d Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/03c8357d Branch: refs/heads/trunk Commit: 03c8357dfeff9615d1590a5c980eb4cfe035f3be Parents: e5c3e6a Author: Marcell Hegedus Authored: Wed Mar 29 23:14:04 2017 +0200 Committer: Bessenyei Balázs Donát Committed: Sun Apr 9 14:00:39 2017 +0000 ---------------------------------------------------------------------- flume-ng-doc/sphinx/FlumeUserGuide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/03c8357d/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index d863068..a5d64f0 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -595,9 +595,9 @@ Weblog agent config: agent_foo.sinks.avro-forward-sink.channel = file-channel # avro sink properties - agent_foo.sources.avro-forward-sink.type = avro - agent_foo.sources.avro-forward-sink.hostname = 10.1.1.100 - agent_foo.sources.avro-forward-sink.port = 10000 + agent_foo.sinks.avro-forward-sink.type = avro + agent_foo.sinks.avro-forward-sink.hostname = 10.1.1.100 + agent_foo.sinks.avro-forward-sink.port = 10000 # configure other pieces #... @@ -616,7 +616,7 @@ HDFS agent config: agent_foo.sources.avro-collection-source.channels = mem-channel agent_foo.sinks.hdfs-sink.channel = mem-channel - # avro sink properties + # avro source properties agent_foo.sources.avro-collection-source.type = avro agent_foo.sources.avro-collection-source.bind = 10.1.1.100 agent_foo.sources.avro-collection-source.port = 10000