Return-Path: X-Original-To: apmail-incubator-flume-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-flume-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 657B07C58 for ; Wed, 17 Aug 2011 16:59:24 +0000 (UTC) Received: (qmail 52630 invoked by uid 500); 17 Aug 2011 16:59:24 -0000 Delivered-To: apmail-incubator-flume-user-archive@incubator.apache.org Received: (qmail 52557 invoked by uid 500); 17 Aug 2011 16:59:23 -0000 Mailing-List: contact flume-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flume-user@incubator.apache.org Delivered-To: mailing list flume-user@incubator.apache.org Received: (qmail 52431 invoked by uid 99); 17 Aug 2011 16:59:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 16:59:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of miketheman@gmail.com designates 209.85.215.173 as permitted sender) Received: from [209.85.215.173] (HELO mail-ey0-f173.google.com) (209.85.215.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2011 16:59:17 +0000 Received: by eyb7 with SMTP id 7so745598eyb.18 for ; Wed, 17 Aug 2011 09:58:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=fEnEn9HgrJ8R86C9ATr5Z1tCgU2FwOF/iBfMujjohV8=; b=UyQh8jq//rTROKmxDccDEgMcglMkCm02kWtCmrbIp7Z0fDdoKFhxv9DkbSx13LTMTG Ixf4SUcZ7Kn98g8vkR7adPtQ/6bluwSsw380lzjcD1rezM5qrmxPy5aP5aexDyRwt+2r a4pRioML8jcDhIAjLA1Hdvvrye4Wq5NigL9zs= MIME-Version: 1.0 Received: by 10.14.190.145 with SMTP id e17mr413956een.196.1313600336965; Wed, 17 Aug 2011 09:58:56 -0700 (PDT) Received: by 10.14.48.10 with HTTP; Wed, 17 Aug 2011 09:58:56 -0700 (PDT) In-Reply-To: References: Date: Wed, 17 Aug 2011 12:58:56 -0400 Message-ID: Subject: Re: set daemon physical name From: Mike To: flume-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Might be a reverse DNS issue - is the host's proper name in the /etc/hosts = file? On Wed, Aug 17, 2011 at 12:18 PM, Lior Harel wrote: > Thanks for the quick response, so I guess I'm having an issue here as the > node registers as localhost. (issuing hostname command yields the machine > name not localhost) > do you have any idea? could it be related to same machine as the master > configuration? > > On Wed, Aug 17, 2011 at 6:59 PM, NerdyNick wrote: >> >> So flume masters, collectors, and agent nodes should be registering >> there physical name as whatever there hostname is, as returned by the >> hostname command. That being said you can also create a logical node >> and map it that way. You can also use physical DNS/IP's for the Agent >> Sinks and Collector Source's. I currently do it this way as it allows >> me to use multi master better, but does bring a slight layer of >> confusion. >> >> As for the configuration, I don't see a massive problem with it as >> long as you aren't planning to pump a very large amount of traffic at >> it. >> >> On Wed, Aug 17, 2011 at 6:50 AM, Lior Harel wrote= : >> > I have setup the collector to run on the same machine as the master. >> > When >> > running the collector as a daemon I couldn't find a way to specify its >> > physical name and it always registers as localhost. So I'm not sure ho= w >> > to >> > configure the agents' collectorSource, localhost? >> > is there a way to=A0specify=A0a physical name for the daemon's node? >> > also, I know this configuration (master + collector on the same machin= e) >> > is >> > considered pseudo distributed mode (for dev=A0purposes=A0mainly), assu= ming >> > we >> > roll out incrementally with limited number of events at the beginning, >> > is >> > this configuration reasonable? >> > >> > Thanks. >> >> >> >> -- >> Nick Verbeck - NerdyNick >> ---------------------------------------------------- >> NerdyNick.com >> Coloco.ubuntu-rocks.org > >