Return-Path: Delivered-To: apmail-hadoop-chukwa-user-archive@minotaur.apache.org Received: (qmail 74604 invoked from network); 23 Jul 2010 12:04:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jul 2010 12:04:07 -0000 Received: (qmail 78264 invoked by uid 500); 23 Jul 2010 12:04:07 -0000 Delivered-To: apmail-hadoop-chukwa-user-archive@hadoop.apache.org Received: (qmail 78152 invoked by uid 500); 23 Jul 2010 12:04:05 -0000 Mailing-List: contact chukwa-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-user@hadoop.apache.org Delivered-To: mailing list chukwa-user@hadoop.apache.org Received: (qmail 78144 invoked by uid 99); 23 Jul 2010 12:04:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 12:04:04 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Stuti_Awasthi@persistent.co.in designates 202.54.11.87 as permitted sender) Received: from [202.54.11.87] (HELO bmapps.persistent.co.in) (202.54.11.87) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 12:03:58 +0000 X-AuditID: 0a4e0006-b7c0aae00000732e-b0-4c4985153f70 Received: from puneexchange.persistent.co.in ( [10.78.0.1]) by bmapps.persistent.co.in (Symantec Mail Security) with SMTP id 8E.E9.29486.515894C4; Fri, 23 Jul 2010 17:33:33 +0530 (IST) Received: from Exchange.persistent.co.in ([fe80::6007:4dfa:35a:1023]) by CAS2 ([10.77.224.47]) with mapi; Fri, 23 Jul 2010 17:33:33 +0530 From: Stuti Awasthi To: "chukwa-user@hadoop.apache.org" CC: Jerome Boulon Date: Fri, 23 Jul 2010 17:33:29 +0530 Subject: Why ChukwaRecord have only Key:Value as Strings Thread-Topic: Why ChukwaRecord have only Key:Value as Strings Thread-Index: AcsqXxAWOS50t1a1SwCnTIJUkSysMA== Message-ID: Accept-Language: en-US, en-IN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-IN Content-Type: multipart/alternative; boundary="_000_E413A259139DE248AC3E87030A8C4B400A0BC5ADEXCHANGEpersist_" MIME-Version: 1.0 X-Brightmail-Tracker: AAAAAQAAAZE= --_000_E413A259139DE248AC3E87030A8C4B400A0BC5ADEXCHANGEpersist_ Content-Type: text/plain; charset="us-ascii" content-transfer-encoding: quoted-printable Hi all, I was looking at the code of ChukwaRecord and found out that it adds only <= String key & String value > Snippet : Public class ChukwaRecord extends ChukwaRecordJT implements Record { Public void add( String Key, String Value ) } I have a scenario in which I want to add the Object as a value i.e . Does chukwa's current implementation support that or any patch available? Stuti Thanks and Regards Stuti Awasthi | Software Engineer - IBM BU | Persistent Systems Limited stuti_awasthi@persistent.co.in | Te= l: +91 (20) 391 77837 DISCLAIMER=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= This e-mail may contain privileged and confidential information which is the= property of Persistent Systems Ltd. It is intended only for the use of the= individual or entity to which it is addressed. If you are not the intended= recipient, you are not authorized to read, retain, copy, print, distribute= or use this message. If you have received this communication in error, plea= se notify the sender and delete all copies of this message. Persistent Syste= ms Ltd. does not accept any liability for virus infected mails. --_000_E413A259139DE248AC3E87030A8C4B400A0BC5ADEXCHANGEpersist_ Content-Type: text/html; charset="us-ascii" content-transfer-encoding: quoted-printable

Hi all,

 

I was looking at the code of ChukwaRecord and  found out that it adds only <String key &a= mp; String value >

 

Snippet :

 

= Public class ChukwaRecord extends ChukwaRecordJT implements Record

= {

= Public void add( String Key, String Value )

= }

 

I have a scenario in which I want to add the Obj= ect as a value i.e <String Key ,Object value> .

 

Does chukwa’s current implementation support that= or any patch available?

 

Stuti

 

 

Thanks and Regards

 

Stuti Awasthi | Softwa= re Engineer – IBM BU | Persistent Systems Limited

stuti_awasthi@persistent.co.in |  Tel: +91= (20) 391 77837

 

DISCLAIMER=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= This e-mail may contain privileged and confidential information which is the= property of Persistent Systems Ltd. It is intended only for the use of the= individual or entity to which it is addressed. If you are not the intended= recipient, you are not authorized to read, retain, copy, print, distribute= or use this message. If you have received this communication in error, plea= se notify the sender and delete all copies of this message. Persistent Syste= ms Ltd. does not accept any liability for virus infected mails.

--_000_E413A259139DE248AC3E87030A8C4B400A0BC5ADEXCHANGEpersist_--