Return-Path: Delivered-To: apmail-hadoop-avro-user-archive@minotaur.apache.org Received: (qmail 9289 invoked from network); 18 Sep 2009 20:02:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Sep 2009 20:02:41 -0000 Received: (qmail 79827 invoked by uid 500); 18 Sep 2009 20:02:41 -0000 Delivered-To: apmail-hadoop-avro-user-archive@hadoop.apache.org Received: (qmail 79775 invoked by uid 500); 18 Sep 2009 20:02:40 -0000 Mailing-List: contact avro-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-user@hadoop.apache.org Delivered-To: mailing list avro-user@hadoop.apache.org Received: (qmail 79766 invoked by uid 99); 18 Sep 2009 20:02:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 20:02:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stuart.white1@gmail.com designates 209.85.216.203 as permitted sender) Received: from [209.85.216.203] (HELO mail-px0-f203.google.com) (209.85.216.203) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 20:02:31 +0000 Received: by pxi41 with SMTP id 41so1040299pxi.30 for ; Fri, 18 Sep 2009 13:02:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=W4QK7Dz2ghxS4GcihJkxV6RDCdxYi+ZQ6ACAf7VNkE4=; b=DSDd5WO2ZFgiMvywvh/Gq5r+Pm36wm4fGUz04c4gzcL9cF2LvP+jbNCEI2zgXdqEgu iSfswe/e7HTuYnHLidY+Jqr9/1HVrzD0c5bpRfbhxNJUOiGMvftRRVv7cYOTt+qeEl2g FCSCUmTSc5UcGEJUstaMgjc8/e5t/G7QtfSxA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kLfppMhOKOM7iFxiJ8ggqG2zkqj0cXcsKMClq7d8BvlknsXaav7FMIgOf51qeaYE1w J8qczai/WKYfNz+p0gOwGeSaMxIFMECJUGewsD2xBvQShzPxNG1s5WkNw5g7e4vsHABZ 6mZR7AaTr6qRwkge1BP5sFSKznzuHp6iu2d7Y= MIME-Version: 1.0 Received: by 10.142.3.13 with SMTP id 13mr111590wfc.302.1253304130004; Fri, 18 Sep 2009 13:02:10 -0700 (PDT) Date: Fri, 18 Sep 2009 15:02:09 -0500 Message-ID: <4af5cd780909181302m53be2ed5ua62b551954029a7c@mail.gmail.com> Subject: How to get started with avro? From: Stuart White To: Avro User Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I *think* avro is applicable to a problem I'm working on, but I'm having difficulty getting started with it. Is there a "getting started" guide available? Or an example "hello world" that I can look at? Can someone point me in the direction for how to start using avro? Thanks!