Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 42563 invoked from network); 18 Nov 2009 01:06:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 01:06:03 -0000 Received: (qmail 26486 invoked by uid 500); 18 Nov 2009 01:06:03 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 26424 invoked by uid 500); 18 Nov 2009 01:06:02 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 26355 invoked by uid 99); 18 Nov 2009 01:06:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 01:06:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 01:06:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AFE3F234C1EF for ; Tue, 17 Nov 2009 17:05:39 -0800 (PST) Message-ID: <145114006.1258506339719.JavaMail.jira@brutus> Date: Wed, 18 Nov 2009 01:05:39 +0000 (UTC) From: "Chris Douglas (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Created: (HADOOP-6381) WritableUtils::*VLong utilities should be available for byte arrays MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org WritableUtils::*VLong utilities should be available for byte arrays ------------------------------------------------------------------- Key: HADOOP-6381 URL: https://issues.apache.org/jira/browse/HADOOP-6381 Project: Hadoop Common Issue Type: Improvement Components: util Reporter: Chris Douglas Priority: Minor Attachments: C6381-0.patch Particularly when working with raw bytes in Writables, it is often useful to have versions of the vint utility functions for byte arrays. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.