Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 1E61A11A04 for ; Sat, 13 Sep 2014 11:30:49 +0000 (UTC) Received: (qmail 98084 invoked by uid 500); 13 Sep 2014 11:30:48 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 98018 invoked by uid 500); 13 Sep 2014 11:30:47 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 98004 invoked by uid 99); 13 Sep 2014 11:30:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Sep 2014 11:30:47 +0000 Date: Sat, 13 Sep 2014 11:30:47 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-5995) native-task: revert changes which expose Text internals 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/MAPREDUCE-5995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14132650#comment-14132650 ] Hudson commented on MAPREDUCE-5995: ----------------------------------- SUCCESS: Integrated in Hadoop-Yarn-trunk #679 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/679/]) MAPREDUCE-5995. native-task: Revert changes to Text internals. Contributed by Todd Lipcon. (todd: rev 78d86a983960f231f51e47579c0b1ae73f9645fd) * hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/java/org/apache/hadoop/mapred/nativetask/serde/TextSerializer.java * hadoop-mapreduce-project/CHANGES.MAPREDUCE-2841.txt * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/Text.java > native-task: revert changes which expose Text internals > ------------------------------------------------------- > > Key: MAPREDUCE-5995 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5995 > Project: Hadoop Map/Reduce > Issue Type: Sub-task > Components: task > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Minor > Attachments: mapreduce-5995.txt, mapreduce-5995.txt > > > The current branch has some changes to the Text writable which allow it to manually set the backing array, capacity, etc. Rather than exposing these internals, we should use the newly-committed facility from HADOOP-10855 to implement this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)