Return-Path: X-Original-To: apmail-avro-user-archive@www.apache.org Delivered-To: apmail-avro-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 8A5A49175 for ; Wed, 1 Feb 2012 05:38:23 +0000 (UTC) Received: (qmail 47244 invoked by uid 500); 1 Feb 2012 05:38:21 -0000 Delivered-To: apmail-avro-user-archive@avro.apache.org Received: (qmail 47049 invoked by uid 500); 1 Feb 2012 05:38:14 -0000 Mailing-List: contact user-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@avro.apache.org Delivered-To: mailing list user@avro.apache.org Received: (qmail 47040 invoked by uid 99); 1 Feb 2012 05:38:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 05:38:10 +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 karbrv@gmail.com designates 209.85.214.43 as permitted sender) Received: from [209.85.214.43] (HELO mail-bk0-f43.google.com) (209.85.214.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 05:38:02 +0000 Received: by bkbzv3 with SMTP id zv3so1451826bkb.30 for ; Tue, 31 Jan 2012 21:37:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ya86DFjVjOqcbMO9tmSVFQGo9Yt8MnkKEH7cNcztGB4=; b=bBfZhnBn32RlyfVCT+RANVLAFpnMvRlzSgUd8FemSy7KfgO3rY3CvJ4sv7EM38m0pX nGFgUj3ptdTChqJKVApqzWpTX6S6R6lMk+N7PvcY0eU2B2lig810SqN1qZvuoqiRSc0R 57/MQeqpVFTG+Xn64ollpl/KbYBDlG/oSchXY= MIME-Version: 1.0 Received: by 10.204.133.219 with SMTP id g27mr12113415bkt.47.1328074662062; Tue, 31 Jan 2012 21:37:42 -0800 (PST) Received: by 10.204.25.1 with HTTP; Tue, 31 Jan 2012 21:37:42 -0800 (PST) Date: Wed, 1 Feb 2012 11:07:42 +0530 Message-ID: Subject: How to genrate stubs/skeletons using python binding in avro From: Karthik Sampath Kumar To: user@avro.apache.org Content-Type: multipart/alternative; boundary=001517592f1c77a89504b7e07a1b X-Virus-Checked: Checked by ClamAV on apache.org --001517592f1c77a89504b7e07a1b Content-Type: text/plain; charset=ISO-8859-1 Hi, Could you explain how to genreate stub/skeletons for my avsc file using python binding in avro. I have already done it in java using the avro-maven-plugin and have generated the sources needed to send / receive request / responses, but am not sure how to go about it in Python. I would like to communicate from a Python client to a Java server and vice versa. Thank You --001517592f1c77a89504b7e07a1b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,
Could you explain how to genreate stub/skel= etons for my avsc file using python binding in avro.=A0
I have already done= it in java using the avro-maven-plugin and have generated the sources need= ed to send / receive request / responses, but am not sure how to go about i= t in Python.
=A0 =A0 I would like to communicate from a Python client to a Java ser= ver and vice versa.
Thank You
--001517592f1c77a89504b7e07a1b--