Return-Path: X-Original-To: apmail-flume-user-archive@www.apache.org Delivered-To: apmail-flume-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3749C6C6 for ; Mon, 9 Jul 2012 17:40:10 +0000 (UTC) Received: (qmail 35252 invoked by uid 500); 9 Jul 2012 17:40:10 -0000 Delivered-To: apmail-flume-user-archive@flume.apache.org Received: (qmail 35179 invoked by uid 500); 9 Jul 2012 17:40:10 -0000 Mailing-List: contact user-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flume.apache.org Delivered-To: mailing list user@flume.apache.org Received: (qmail 35170 invoked by uid 99); 9 Jul 2012 17:40:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 17:40:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ykim@crunchyroll.com designates 209.85.213.51 as permitted sender) Received: from [209.85.213.51] (HELO mail-yw0-f51.google.com) (209.85.213.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2012 17:40:02 +0000 Received: by yhnn12 with SMTP id n12so11136077yhn.38 for ; Mon, 09 Jul 2012 10:39:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type:x-gm-message-state; bh=yrQbK6/ZiVFFsUyPXHBOliGd3KvHa7qvVnB3tdoRMOk=; b=aCOXs8oTQ3/iKspke2Qac9wTaqXNSY+z9GhAUkqnItLFY9V7dvGlLvFsrE2IWpo+gh 0r/jDN+1hNkYjCDhGFV0yaX/Yk55qqaiyrttfADkUox7ghRZjIjxgDDgdcdTitjCMZc5 dOnkZUxz8+L6K0+IGyP1e8huXSzUlmtANNvgTNaqRJksVe8J4lJW6JH16eRMyuMgIVO6 C3w/+ayS+leUhfoKpe+SmCa4ZTJ5gAmcQMh+Ji4ZG+XMEN3XCTaW4yVNV5khPSO3fAc2 AvkX8HEY2Cdg9bZs633be6ejJyBzOzU+bB6i3+GIYqjARhuvC+tzaRSD2SrktIAi2STE oFBw== Received: by 10.66.84.35 with SMTP id v3mr3728838pay.72.1341855580693; Mon, 09 Jul 2012 10:39:40 -0700 (PDT) Received: from 101-1.sf.crunchyroll.com ([204.14.158.226]) by mx.google.com with ESMTPS id tj4sm28097216pbc.33.2012.07.09.10.39.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Jul 2012 10:39:39 -0700 (PDT) Date: Mon, 9 Jul 2012 10:39:36 -0700 From: Young Kim To: user@flume.apache.org Cc: "=?utf-8?Q?flume-user=40incubator.apache.org?=" Message-ID: <244E280FAC444A04B6E97F873A32ABD4@crunchyroll.com> In-Reply-To: <0D3AFDE1-B6D5-4127-B3B9-A836385D60F5@cloudera.com> References: <30EF6861888A4B4C9ADBB2AF5E14BEA3@crunchyroll.com> <0D3AFDE1-B6D5-4127-B3B9-A836385D60F5@cloudera.com> Subject: Re: Flume NG Running Questions X-Mailer: sparrow 1.5 (build 1043.1) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="4ffb1758_1f16e9e8_e2" X-Gm-Message-State: ALoCoQlsnBxObkBE3b1nxQ7fGavwIgIVH4M1q1xi2FUfJOk/1C4Yl59Yx7V3zNCe8Ag586ru0YDb --4ffb1758_1f16e9e8_e2 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey Will, I followed the guide verbatim, but I miscopied the results. It should be: + exec /usr/bin/java -Xmx20m -cp '/Users/ykim/Downloads/flume-1.3.0-SNAPSHOT/conf:/Users/ykim/Downloads/flume-1.3.0-SNAPSHOT/lib/*' -Djava.library.path= org.apache.flume.node.Application -f conf/flume.conf -n agent1 Either way, there is an agent1 in the matching configuration as written in the guide linked earlier. How would I go about enabling the debug level in log4j? Thanks, Young On Saturday, July 7, 2012 at 12:51 PM, Will McQueen wrote: > Hi Young, > > I'm not sure why the output shows that that the flume dir is under both the Kim dir and the ykim dir. Did you follow the getting started guide verbatim? Also, does the 'agent1' name match the name of the agent that's specified in the conf file? You can also try enabling the debug level in log4j.properties. > > Hope this helps. > > Cheers, > Will > > On Jul 6, 2012, at 6:48 PM, Young Kim wrote: > > > Hi guys, > > > > I was reading this guide (https://cwiki.apache.org/FLUME/getting-started.html) on building and running flume. I've gotten it to successfully build, but when I run the examples given, all I get is the following consistently: > > > > + exec /usr/bin/java -Xmx20m -cp '/Users/Kim/flume-1.3.0-SNAPSHOT/conf:/Users/ykim/flume-1.3.0-SNAPSHOT/lib/*' -Djava.library.path= org.apache.flume.node.Application -f conf/flume.conf -n agent1 > > > > Then, it either hangs or immediately terminates without any output messages. I'm not exactly sure if these examples are incorrect, but in the case it is, is there an immediate example anyone has that would indicate whether or not my build was successful? > > > > Thanks,Young Kim > > --4ffb1758_1f16e9e8_e2 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hey Will,

I followed the guide verbatim, = but I miscopied the results. It should be: 

+ exec /usr/bin/java -Xmx20m -cp '/Users/ykim/Downloads/flume-1.3.0= -SNAPSHOT/conf:/Users/ykim/Downloads/flume-1.3.0-SNAPSHOT/lib/*' -Djava.l= ibrary.path=3D org.apache.flume.node.Application -f conf/flume.conf -n ag= ent1

Either way, there is an agent1 in the= matching configuration as written in the guide linked earlier. How would= I go about enabling the debug level in log4j=3F

Thanks,
Young
=20

On Saturday, July 7, 2= 012 at 12:51 PM, Will McQueen wrote:

Hi Young,

I'm not sure why the output shows that that the flume dir is unde= r both the Kim dir and the ykim dir. Did you follow the getting started g= uide verbatim=3F Also, does the 'agent1' name match the name of the agent= that's specified in the conf file=3F You can also try enabling the debug= level in log4j.properties.

Hope this helps.

Cheers,
Will

On Jul 6, 2012, at 6:= 48 PM, Young Kim <ykim=40= crunchyroll.com> wrote:

Hi guys,

I was reading this guide (https://= cwiki.apache.org/=46LUME/getting-started.html) on building and runnin= g flume. I've gotten it to successfully build, but when I run the example= s given, all I get is the following consistently:

+ exec /usr/bin/java -Xmx20m -cp '/Users/Kim/flume-1.3.0-SNAPSHOT/conf:= /Users/ykim/flume-1.3.0-SNAPSHOT/lib/*' -Djava.library.path=3D org.apache= .flume.node.Application -f conf/flume.conf -n agent1

Then, it either hangs or immedia= tely terminates without any output messages. I'm not exactly sure if thes= e examples are incorrect, but in the case it is, is there an immediate ex= ample anyone has that would indicate whether or not my build was successf= ul=3F

Thanks,
Young Kim

<= /div>
= =20 =20 =20 =20
=20

--4ffb1758_1f16e9e8_e2--