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 042D41895A for ; Mon, 23 Nov 2015 03:21:12 +0000 (UTC) Received: (qmail 65088 invoked by uid 500); 23 Nov 2015 03:21:11 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 65037 invoked by uid 500); 23 Nov 2015 03:21:11 -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 64420 invoked by uid 99); 23 Nov 2015 03:21:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2015 03:21:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1C4EA2C1F69 for ; Mon, 23 Nov 2015 03:21:11 +0000 (UTC) Date: Mon, 23 Nov 2015 03:21:11 +0000 (UTC) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-10465) Fix use of generics within SortedMapWritable 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-10465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15021447#comment-15021447 ] Hudson commented on HADOOP-10465: --------------------------------- FAILURE: Integrated in Hadoop-Mapreduce-trunk #2639 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2639/]) HADOOP-10465. Fix use of generics within SortedMapWritable. Contributed (wheat9: rev dc46c46b9123ddb37b972971d3a4f7424165795c) * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/typedbytes/TypedBytesWritableOutput.java * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/SortedMapWritable.java * hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/typedbytes/TypedBytesWritableInput.java * hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/TestSortedMapWritable.java > Fix use of generics within SortedMapWritable > -------------------------------------------- > > Key: HADOOP-10465 > URL: https://issues.apache.org/jira/browse/HADOOP-10465 > Project: Hadoop Common > Issue Type: Improvement > Affects Versions: 3.0.0 > Reporter: Bertrand Dechoux > Assignee: Bertrand Dechoux > Priority: Minor > Labels: BB2015-05-TBR > Fix For: 2.8.0 > > Attachments: HADOOP-10465-3.patch, HADOOP-10465-4.patch > > > SortedMapWritable could use Generics the right way so that there is no warning within the implementation and more important for the consumer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)