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 D0728119FE for ; Wed, 25 Jun 2014 10:06:48 +0000 (UTC) Received: (qmail 16474 invoked by uid 500); 25 Jun 2014 10:06:48 -0000 Delivered-To: apmail-flume-user-archive@flume.apache.org Received: (qmail 16424 invoked by uid 500); 25 Jun 2014 10:06:48 -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 16414 invoked by uid 99); 25 Jun 2014 10:06:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 10:06:48 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sharninder@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-wi0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 10:06:44 +0000 Received: by mail-wi0-f180.google.com with SMTP id hi2so2230570wib.13 for ; Wed, 25 Jun 2014 03:06:20 -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=u7uSed8CG1z8Mj84JJWeY+QTVAe3jBrmxwBHPCiBSxs=; b=0k5BwOBt5dLFDFr+gv8vBiZnM21+O4XXTE2cuuFZCQLOhJziulscbZ1Rsy28e073Lr JD9CywjfAB4R+fj8Q+KgAiokscVPflnmZTBj7DdV/iYMYr4Xc+7HokUGOwm66AVsr7hj SqXEwtiLB/64Jt3SlZjV5FzjTG72UIQIeNgNtH+EUoC5X0BNMVmzqid+Zr/4oA3+qvT/ CB033HGtEcviOwHy4XLtx9msStBGeD80WtzJyRpGDQ7UtGLWujIV1bIOtEgWx2i+9VNV 83QHlLF0xfmcL7HIYm9ud7k9TyCpi4M/XydFC4sRBvmGTpBir60fVJBwLu74VQrnyRES 73TA== MIME-Version: 1.0 X-Received: by 10.194.243.70 with SMTP id ww6mr8535333wjc.76.1403690780576; Wed, 25 Jun 2014 03:06:20 -0700 (PDT) Received: by 10.194.43.9 with HTTP; Wed, 25 Jun 2014 03:06:20 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Jun 2014 15:36:20 +0530 Message-ID: Subject: Re: avro source file From: Sharninder To: user@flume.apache.org Content-Type: multipart/alternative; boundary=089e0141aaa059d2a804fca63a35 X-Virus-Checked: Checked by ClamAV on apache.org --089e0141aaa059d2a804fca63a35 Content-Type: text/plain; charset=ISO-8859-1 That is an avro source, which means the producer or the app producing events needs to send it's data in the avro format. This is also used for building a multi-hop flume pipeline. Is this what you're asking? On Wed, Jun 25, 2014 at 12:37 PM, kishore alajangi < alajangikishore@gmail.com> wrote: > In document the avro source agent example is given below, where is the > source file to write its content into sink, please help me. > > > a1.sources = r1a1.channels = c1a1.sources.r1.type = avroa1.sources.r1.channels = c1a1.sources.r1.bind = 0.0.0.0a1.sources.r1.port = 4141 > > > -- > Thanks, > Kishore. > --089e0141aaa059d2a804fca63a35 Content-Type: text/html; charset=ISO-8859-1
That is an avro source, which means the producer or the app producing events needs to send it's data in the avro format. This is also used for building a multi-hop flume pipeline. Is this what you're asking?



On Wed, Jun 25, 2014 at 12:37 PM, kishore alajangi <alajangikishore@gmail.com> wrote:
In document the avro source agent example is given below, where is the source file to write its content into sink, please help me.


a1.sources = r1
a1.channels = c1
a1.sources.r1.type = avro
a1.sources.r1.channels = c1
a1.sources.r1.bind = 0.0.0.0
a1.sources.r1.port = 4141

--
Thanks,
Kishore.

--089e0141aaa059d2a804fca63a35--