Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 91033 invoked from network); 20 Aug 2007 22:41:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Aug 2007 22:41:53 -0000 Received: (qmail 81355 invoked by uid 500); 20 Aug 2007 22:41:49 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 81328 invoked by uid 500); 20 Aug 2007 22:41:49 -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 81319 invoked by uid 99); 20 Aug 2007 22:41:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2007 15:41:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 20 Aug 2007 22:41:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 78642714208 for ; Mon, 20 Aug 2007 15:41:30 -0700 (PDT) Message-ID: <28387816.1187649690467.JavaMail.jira@brutus> Date: Mon, 20 Aug 2007 15:41:30 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1727) Make ...hbase.io.MapWritable more generic so that it can be included in ...hadoop.io In-Reply-To: <5400565.1187305892934.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HADOOP-1727: ---------------------------------- Status: Patch Available (was: Open) Now that Hudson's Hadoop-Patch is working again, submit this patch for Hudson's +1. > Make ...hbase.io.MapWritable more generic so that it can be included in ...hadoop.io > ------------------------------------------------------------------------------------ > > Key: HADOOP-1727 > URL: https://issues.apache.org/jira/browse/HADOOP-1727 > Project: Hadoop > Issue Type: New Feature > Components: io > Affects Versions: 0.15.0 > Reporter: Jim Kellerman > Assignee: Jim Kellerman > Priority: Minor > Fix For: 0.15.0 > > Attachments: patch.txt, patch.txt, patch.txt, patch.txt > > > The class org.apache.hadoop.hbase.io.MapWritable could be made more generic through the use of ReflectionUtils so that it could support more Map key and value classes. Currently it supports Map only. > When more generalized, submit for consideration to be included in org.apache.hadoop.io -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.