Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 31332 invoked from network); 23 Feb 2007 01:06:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2007 01:06:26 -0000 Received: (qmail 51424 invoked by uid 500); 23 Feb 2007 01:06:34 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 51391 invoked by uid 500); 23 Feb 2007 01:06:34 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 51381 invoked by uid 99); 23 Feb 2007 01:06:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 17:06:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 17:06:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A0A271408A for ; Thu, 22 Feb 2007 17:06:05 -0800 (PST) Message-ID: <18936759.1172192765613.JavaMail.jira@brutus> Date: Thu, 22 Feb 2007 17:06:05 -0800 (PST) From: "Milind Bhandarkar (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-1031) Enhancements to Hadoop record I/O MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Enhancements to Hadoop record I/O --------------------------------- Key: HADOOP-1031 URL: https://issues.apache.org/jira/browse/HADOOP-1031 Project: Hadoop Issue Type: Improvement Components: record Affects Versions: 0.11.2 Environment: All Reporter: Milind Bhandarkar Assigned To: Milind Bhandarkar Remaining planned enhancements to Hadoop record I/O: 5. Provide a 'swiggable' C binding, so that processing the generated C code with swig allows it to be used in scripting languages such as Python and Perl. 7. Optimize generated write() and readFields() methods, so that they do not have to create BinaryOutputArchive or BinaryInputArchive every time these methods are called on a record. 8. Implement ByteInStream and ByteOutStream for C++ runtime, as they will be needed for using Hadoop Record I/O with forthcoming C++ MapReduce framework (currently, only FileStreams are provided.) 9. Generate clone() methods for records in Java i.e. the generated classes should implement Cloneable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.