Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 33753 invoked from network); 22 Jan 2010 01:38:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 01:38:15 -0000 Received: (qmail 89177 invoked by uid 500); 22 Jan 2010 01:38:15 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 89096 invoked by uid 500); 22 Jan 2010 01:38:15 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 89086 invoked by uid 99); 22 Jan 2010 01:38:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 01:38:15 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.211.184] (HELO mail-yw0-f184.google.com) (209.85.211.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 01:38:07 +0000 Received: by ywh14 with SMTP id 14so684896ywh.20 for ; Thu, 21 Jan 2010 17:37:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.130.35 with SMTP id h35mr3058851ann.109.1264124266162; Thu, 21 Jan 2010 17:37:46 -0800 (PST) From: Philip Zeyliger Date: Thu, 21 Jan 2010 17:37:26 -0800 Message-ID: <15da8a101001211737r16b61fdh4e430cee0c12f322@mail.gmail.com> Subject: Reserving more keywords in Avro Object Container Files? To: avro-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hey folks, I currently reserve "schema", "codec", and "sync" in the container files. As part of AVRO-135, I could imagine an application wanting to set "codec.compression_level" or some such. One thing we could do (before 1.3 is released) is reserve "avro.*", forever. Thoughts? -- Philip