Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDA4B6C4 for ; Tue, 3 Jul 2012 09:15:12 +0000 (UTC) Received: (qmail 41161 invoked by uid 500); 3 Jul 2012 09:15:12 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 41115 invoked by uid 500); 3 Jul 2012 09:15:12 -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 40973 invoked by uid 99); 3 Jul 2012 09:15:11 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2012 09:15:11 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 56258142852 for ; Tue, 3 Jul 2012 09:15:11 +0000 (UTC) Date: Tue, 3 Jul 2012 09:15:11 +0000 (UTC) From: "madhukara phatak (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <361334531.169.1341306911355.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1282434489.127.1341306073101.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (HADOOP-8549) Allow other implementation's of java.util.Map in MapWritable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] madhukara phatak updated HADOOP-8549: ------------------------------------- Attachment: HADOOP-8549.patch > Allow other implementation's of java.util.Map in MapWritable > ------------------------------------------------------------ > > Key: HADOOP-8549 > URL: https://issues.apache.org/jira/browse/HADOOP-8549 > Project: Hadoop Common > Issue Type: Improvement > Components: io > Affects Versions: 2.0.0-alpha > Reporter: madhukara phatak > Assignee: madhukara phatak > Priority: Minor > Attachments: HADOOP-8549.patch > > > Current implementation of MapWritable uses HashMap as Map implementation. But in some of the use cases we need other implementations of Map like LinkedHashMap,SortedMap.This jira changes visibility of 'instance' in MapWritable from private to protected which allows us to inject custom Map implementation through sub classing MapWritable . -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira