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 9103D200C51 for ; Sun, 9 Apr 2017 16:45:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8FB42160BA4; Sun, 9 Apr 2017 14:45:46 +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 D36FA160B7D for ; Sun, 9 Apr 2017 16:45:45 +0200 (CEST) Received: (qmail 73169 invoked by uid 500); 9 Apr 2017 14:45:45 -0000 Mailing-List: contact dev-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 dev@flume.apache.org Received: (qmail 73157 invoked by uid 99); 9 Apr 2017 14:45:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Apr 2017 14:45:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 94B7EC0097 for ; Sun, 9 Apr 2017 14:45:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id MXQGFbUXxY9b for ; Sun, 9 Apr 2017 14:45:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 45FC75FCC8 for ; Sun, 9 Apr 2017 14:45:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6B556E0A17 for ; Sun, 9 Apr 2017 14:45:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B7D3E2406D for ; Sun, 9 Apr 2017 14:45:41 +0000 (UTC) Date: Sun, 9 Apr 2017 14:45:41 +0000 (UTC) From: "Hudson (JIRA)" To: dev@flume.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLUME-2817) Sink for multi-agent flow example in user guide is set up incorrectly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 09 Apr 2017 14:45:46 -0000 [ https://issues.apache.org/jira/browse/FLUME-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962154#comment-15962154 ] Hudson commented on FLUME-2817: ------------------------------- UNSTABLE: Integrated in Jenkins build Flume-trunk-hbase-1 #244 (See [https://builds.apache.org/job/Flume-trunk-hbase-1/244/]) FLUME-2817. docs: Fix multi-agent flow example (bessbd: [http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=03c8357dfeff9615d1590a5c980eb4cfe035f3be]) * (edit) flume-ng-doc/sphinx/FlumeUserGuide.rst > Sink for multi-agent flow example in user guide is set up incorrectly > --------------------------------------------------------------------- > > Key: FLUME-2817 > URL: https://issues.apache.org/jira/browse/FLUME-2817 > Project: Flume > Issue Type: Documentation > Components: Docs > Affects Versions: 1.6.0 > Reporter: Sam Thompson > Assignee: Marcell Hegedus > Priority: Trivial > Labels: documentation, easyfix > Fix For: 1.8.0 > > > The [multi-agent flow example|https://flume.apache.org/FlumeUserGuide.html#configuring-a-multi-agent-flow] tries to set up an avro sink like this: > {noformat} > # 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 > {noformat} > But shouldn't it be like this? > {noformat} > # avro sink properties > 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 > {noformat} > I tried the original way just to make sure, but it doesn't seem to work. -- This message was sent by Atlassian JIRA (v6.3.15#6346)