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 B9CE3C93A for ; Tue, 5 Jun 2012 06:29:54 +0000 (UTC) Received: (qmail 70330 invoked by uid 500); 5 Jun 2012 06:29:54 -0000 Delivered-To: apmail-incubator-flume-user-archive@incubator.apache.org Received: (qmail 70182 invoked by uid 500); 5 Jun 2012 06:29:53 -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 70162 invoked by uid 99); 5 Jun 2012 06:29:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 06:29:52 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,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 k.vijay52@gmail.com designates 209.85.215.47 as permitted sender) Received: from [209.85.215.47] (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 06:29:46 +0000 Received: by lags15 with SMTP id s15so3568689lag.6 for ; Mon, 04 Jun 2012 23:29:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=YvckOj3nRJoDZQGXiKNAy+PLCfKEvHfsiREyVqspurY=; b=Yq11P1vK041umVI/HIdf2gFh3w0jD+0Svn8afb+S224kn/s6NhTWoVjpnKySg3Y0qk x/SW9XXXIXaNevcyNVPgOzsNFBNGtCm7W6lBFwQSZRWn8OsmWl+8AOY8YGdK5sdcnkC5 5OskaUzGY/Q9MbB3il2DrKBTV04JOVMuvUiTmkK8N6cg8Ze71g3AWfGqKISMKj+dTBsf NjWuq/JZD4/la0zFPKAtxbypXLv6ZO1VXHi+mkotVYP6YiIi4hSmhrPDqn5kMmK+YpDD o1ic6ojMK27xVj+I+GLk4q3MXQn3tEtOBfQFC0infMPBYl280m8sjtu0uS8BzeFeWQ35 dhww== MIME-Version: 1.0 Received: by 10.112.36.1 with SMTP id m1mr7412459lbj.67.1338877764452; Mon, 04 Jun 2012 23:29:24 -0700 (PDT) Received: by 10.112.128.106 with HTTP; Mon, 4 Jun 2012 23:29:24 -0700 (PDT) In-Reply-To: References: <90C2CBB1-021A-4E96-91DF-C2C23701FFB3@gmail.com> Date: Tue, 5 Jun 2012 11:59:24 +0530 Message-ID: Subject: Re: flume installation steps From: vijay k To: flume-user@incubator.apache.org Content-Type: multipart/alternative; boundary=e0cb4efe2f428c433904c1b3c55f --e0cb4efe2f428c433904c1b3c55f Content-Type: text/plain; charset=ISO-8859-1 Please help me on below query. I'm awaiting for you response. On Mon, Jun 4, 2012 at 3:44 PM, vijay k wrote: > Thanks Alex for updating... > > I have installed flume for your suggestions. but i am not getting the > below success massages. > > [INFO] Apache Flume ...................................... SUCCESS [7.276s] > [INFO] Flume NG Core ..................................... SUCCESS [3.043s] > [INFO] Flume NG Sinks .................................... SUCCESS [0.275s] > [INFO] Flume NG HDFS Sink ................................ SUCCESS [0.892s] > [INFO] Flume NG IRC Sink ................................. SUCCESS [0.515s] > [INFO] Flume NG Channels ................................. SUCCESS [0.214s] > [INFO] Flume NG JDBC channel ............................. SUCCESS [0.802s] > [INFO] Flume NG Agent .................................... SUCCESS [0.893s] > [INFO] Flume NG file-based channel ....................... SUCCESS [0.516s] > [INFO] Flume NG distribution ............................. SUCCESS > [16.602s] > [INFO] Flume legacy Sources .............................. SUCCESS [0.143s] > [INFO] Flume legacy Thrift Source ........................ SUCCESS [0.599s] > [INFO] Flume legacy Avro source .......................... SUCCESS [0.458s] > [INFO] Flume NG Clients .................................. SUCCESS [0.133s] > [INFO] Flume NG Log4j Appender ........................... SUCCESS [0.385s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > > > I have run the $mvn package -DskipTests, i am getting the below build > success massage. > > 1.How can i verify the flume installation successfully installed on my > machine.? > > 2.Please let me know the sample code test procedure.? > > root@md-trngpoc2:/usr/local/flume_dir/my-app# mvn package -DskipTests > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [INFO] Building my-app > [INFO] task-segment: [package] > [INFO] > ------------------------------------------------------------------------ > [INFO] [resources:resources {execution: default-resources}] > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > [INFO] skip non existing resourceDirectory > /usr/local/flume_dir/my-app/src/main/resources > [INFO] [compiler:compile {execution: default-compile}] > [INFO] Compiling 1 source file to > /usr/local/flume_dir/my-app/target/classes > [INFO] [resources:testResources {execution: default-testResources}] > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > [INFO] skip non existing resourceDirectory > /usr/local/flume_dir/my-app/src/test/resources > [INFO] [compiler:testCompile {execution: default-testCompile}] > [INFO] Compiling 1 source file to > /usr/local/flume_dir/my-app/target/test-classes > [INFO] [surefire:test {execution: default-test}] > [INFO] Tests are skipped. > [INFO] [jar:jar {execution: default-jar}] > [INFO] Building jar: > /usr/local/flume_dir/my-app/target/my-app-1.0-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1 second > [INFO] Finished at: Mon Jun 04 13:47:09 IST 2012 > [INFO] Final Memory: 15M/140M > > Thanks > On Sat, Jun 2, 2012 at 6:31 PM, alo alt wrote: > >> Hi, >> >> http://mapredit.blogspot.de/2012/03/flumeng-evolution.html >> >> Userguide: >> http://archive.cloudera.com/cdh4/cdh/4/flume-ng-1.1.0-cdh4.0.0b2/ >> >> Download as deb / rpm: >> http://archive.cloudera.com/cdh4/ >> >> Or build from source with maven. >> >> - Alex >> >> >> -- >> Alexander Alten-Lorenz >> http://mapredit.blogspot.com >> German Hadoop LinkedIn Group: http://goo.gl/N8pCF >> >> On Jun 2, 2012, at 5:35 AM, vijay k wrote: >> >> > Hi, >> > >> > I'm new to flume. I have installed hadoop 0.20.2 version, i have two >> > question >> > >> > 1. which flume version will support hadoop 0.20.2 >> > >> > 2. please let me know the flume installation steps >> > >> > Thanks, >> > Vijay >> >> > --e0cb4efe2f428c433904c1b3c55f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Please help me on below query. I'm awaiting for you response.

On Mon, Jun 4, 2012 at 3:44 PM, vijay k <k.vi= jay52@gmail.com> wrote:

Thanks Alex for updating...

I have installed flume for your suggestions. but i am not getting the be= low success massages.

[INFO] Apache Flume ...................................... SUCCESS [7.27= 6s]
[INFO] Flume NG Core ..................................... SUCCESS [= 3.043s]
[INFO] Flume NG Sinks .................................... SUCCE= SS [0.275s]
[INFO] Flume NG HDFS Sink ................................ SUCCESS [0.892s]=
[INFO] Flume NG IRC Sink ................................. SUCCESS [0.5= 15s]
[INFO] Flume NG Channels ................................. SUCCESS = [0.214s]
[INFO] Flume NG JDBC channel ............................. SUCCESS [0.802s]=
[INFO] Flume NG Agent .................................... SUCCESS [0.8= 93s]
[INFO] Flume NG file-based channel ....................... SUCCESS = [0.516s]
[INFO] Flume NG distribution ............................. SUCCESS [16.602s= ]
[INFO] Flume legacy Sources .............................. SUCCESS [0.= 143s]
[INFO] Flume legacy Thrift Source ........................ SUCCESS= [0.599s]
[INFO] Flume legacy Avro source .......................... SUCCESS [0.458s]=
[INFO] Flume NG Clients .................................. SUCCESS [0.1= 33s]
[INFO] Flume NG Log4j Appender ........................... SUCCESS = [0.385s]
[INFO] --------------------------------------------------------------------= ----
[INFO] BUILD SUCCESS


I have run the $mvn package -DskipTests, i am getting the below buil= d success massage.

1.How can i verify the flume installation successfully installed on my m= achine.?

2.Please let me know the sample code test procedure.?

root@md-trngpoc2:/usr/local/flume_dir/my-app# mvn package -= DskipTests
[INFO] Scanning for projects...
[INFO] -------------------= -----------------------------------------------------
[INFO] Building my-app
[INFO]=A0=A0=A0 task-segment: [package]
[INFO]= ------------------------------------------------------------------------[INFO] [resources:resources {execution: default-resources}]
[WARNING] = Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. b= uild is platform dependent!
[INFO] skip non existing resourceDirectory /usr/local/flume_dir/my-app/src/= main/resources
[INFO] [compiler:compile {execution: default-compile}][INFO] Compiling 1 source file to /usr/local/flume_dir/my-app/target/class= es
[INFO] [resources:testResources {execution: default-testResources}]
[WAR= NING] Using platform encoding (UTF-8 actually) to copy filtered resources, = i.e. build is platform dependent!
[INFO] skip non existing resourceDirec= tory /usr/local/flume_dir/my-app/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Co= mpiling 1 source file to /usr/local/flume_dir/my-app/target/test-classes[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipp= ed.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /usr/loca= l/flume_dir/my-app/target/my-app-1.0-SNAPSHOT.jar
[INFO] ---------------= ---------------------------------------------------------
[INFO] BUILD S= UCCESSFUL
[INFO] --------------------------------------------------------------------= ----
[INFO] Total time: 1 second
[INFO] Finished at: Mon Jun 04 13:47= :09 IST 2012
[INFO] Final Memory: 15M/140M

Thanks

On Sat, Jun 2, 2012 at 6:31 PM, alo alt <wget.null@googlemail.com> wrote:
Hi,

http://mapre= dit.blogspot.de/2012/03/flumeng-evolution.html

Userguide:
http://archive.cloudera.com/cdh4/cdh= /4/flume-ng-1.1.0-cdh4.0.0b2/

Download as deb / rpm:
http://archive.clo= udera.com/cdh4/

Or build from source with maven.

- Alex


--
Alexand= er Alten-Lorenz
http://mapredit.blogspot.com
German Hadoop LinkedIn Group: http://goo.gl/N8pCF

On Jun 2, 2012, at 5:35 AM, vijay k wrote:

> Hi,
>=
> I'm new to flume. I have installed hadoop 0.20.2 version, i ha= ve two
> question
>
> 1. which flume version will support= hadoop 0.20.2
>
> 2. please let me know the flume installation steps
>
= > Thanks,
> Vijay


=

--e0cb4efe2f428c433904c1b3c55f--