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 765DEFBE5 for ; Wed, 1 May 2013 06:02:49 +0000 (UTC) Received: (qmail 16674 invoked by uid 500); 1 May 2013 06:02:49 -0000 Delivered-To: apmail-flume-user-archive@flume.apache.org Received: (qmail 16531 invoked by uid 500); 1 May 2013 06:02:47 -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 16496 invoked by uid 99); 1 May 2013 06:02:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 May 2013 06:02:45 +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 eran@gigya-inc.com designates 209.85.217.173 as permitted sender) Received: from [209.85.217.173] (HELO mail-lb0-f173.google.com) (209.85.217.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 May 2013 06:02:39 +0000 Received: by mail-lb0-f173.google.com with SMTP id v5so1216367lbc.18 for ; Tue, 30 Apr 2013 23:02:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :x-gm-message-state; bh=WcVz11rEexhtiGK+oJToOb1S6+TGm4ZLAp1aTaBm+jQ=; b=azlo+39drKdKYUTTcQi9F7NjvJPTz6z6XP+6sCTGR98v7L5aFS8WYqazuEinAF7rGg Vl7so1ewm+cFri+4hZSoj/MszRBVXHUb+qH1xhnJ8hjsQLRp9FZiBAYUlzlLyKMDxVdo jPWjNUn1E0s4W5NBtwCase6+fREY0lftLadL0yOLZUshUntSfT0G3p3/eKkmJ6ed2Ort n2B2ajVkkqe2JX7R1usy73b3HepWkqm3nguWgGl+lStTEeVPyKmLo/eqGyVDnqEYvPC9 2Vs1/vG0yX2jG3zeVnmnfXyRUYMTUp9lBxKHx4PuyaPvabhsaw1tTicp6sQ+wXz/qFtq rP9A== X-Received: by 10.152.1.196 with SMTP id 4mr455652lao.54.1367388138955; Tue, 30 Apr 2013 23:02:18 -0700 (PDT) MIME-Version: 1.0 Sender: eran@gigya-inc.com Received: by 10.112.131.233 with HTTP; Tue, 30 Apr 2013 23:01:48 -0700 (PDT) In-Reply-To: <773604EB4E7F41CEA30D0195DD7AD6E6@cloudera.com> References: <773604EB4E7F41CEA30D0195DD7AD6E6@cloudera.com> From: Eran Kutner Date: Wed, 1 May 2013 09:01:48 +0300 X-Google-Sender-Auth: VDIKztNGcgxABhxePzfUgC27_TY Message-ID: Subject: Re: NPE with flume 1.3.0 To: user@flume.apache.org Content-Type: multipart/alternative; boundary=089e0112cbee4af91b04dba1dcf9 X-Gm-Message-State: ALoCoQnlkWs6fUQdMsxqSRBTG1xHO04xLLl/12IQ7YQrKafChRe5FrPCfxVPl/0IMzkh5MhW+ohz X-Virus-Checked: Checked by ClamAV on apache.org --089e0112cbee4af91b04dba1dcf9 Content-Type: text/plain; charset=ISO-8859-1 hmmm.. I'll try replacing the libthrift with an older/newer version and see if that works, all my server application are writing events in the flume OG format. Thanks Hari. -eran On Wed, May 1, 2013 at 12:44 AM, Hari Shreedharan wrote: > Looks like you have hit https://issues.apache.org/jira/browse/THRIFT-1447. > You should not be using the thrift compatibility source (unless you are > piping data from Flume OG). You should use the ThriftSource that Flume now > comes with - this has full thrift support for Flume NG style events. > > > Thanks > Hari > > -- > Hari Shreedharan > > On Tuesday, April 30, 2013 at 2:16 PM, Eran Kutner wrote: > > org.apache.thrift.ProcessFunction.process(ProcessFunction.java:34) > > > --089e0112cbee4af91b04dba1dcf9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
hmmm..
I'll try replacing the libth= rift with an older/newer version and see if that works, all my server appli= cation are writing events in the flume OG format.

Thanks Hari.=

-eran


On Wed, May 1, 2013 at 12:44 AM, Hari Sh= reedharan <hshreedharan@cloudera.com> wrote:
Looks like you have hit=A0https://issues.apache.or= g/jira/browse/THRIFT-1447. You should not be using the thrift compatibi= lity source (unless you are piping data from Flume OG). You should use the = ThriftSource that Flume now comes with - this has full thrift support for F= lume NG style events.


Thanks
Hari

--=A0
Hari Shreedharan

=20

On Tuesday, April 30, 2013 at 2:= 16 PM, Eran Kutner wrote:

org.apache.thrift.ProcessFunction.process(ProcessFunction.java:34)= =20 =20 =20 =20
=20


--089e0112cbee4af91b04dba1dcf9--