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 3DD681091A for ; Thu, 8 Jan 2015 21:24:34 +0000 (UTC) Received: (qmail 19619 invoked by uid 500); 8 Jan 2015 21:24:35 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 19505 invoked by uid 500); 8 Jan 2015 21:24:35 -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 19365 invoked by uid 99); 8 Jan 2015 21:24:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2015 21:24:35 +0000 Date: Thu, 8 Jan 2015 21:24:35 +0000 (UTC) From: "Sangjin Lee (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-11470) Remove some uses of obsolete guava APIs from the hadoop codebase 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-11470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14270067#comment-14270067 ] Sangjin Lee commented on HADOOP-11470: -------------------------------------- Thanks [~cmccabe]. It is certainly true that the code will build cleanly with guava 16+. Running correctly with newer guava is of course predicated on the assumption that the compatible parts of guava behave in the same way, which I haven't verified. > Remove some uses of obsolete guava APIs from the hadoop codebase > ---------------------------------------------------------------- > > Key: HADOOP-11470 > URL: https://issues.apache.org/jira/browse/HADOOP-11470 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.6.0 > Reporter: Sangjin Lee > Assignee: Sangjin Lee > Attachments: HADOOP-11470.001.patch > > > Along the same vein as HADOOP-11286, there are now several remaining usages of guava APIs that are now incompatible with a more recent version (e.g. 16). > This JIRA proposes eliminating those usages. With this, the hadoop code base should run/compile cleanly even if guava 16 is used for example. > This JIRA doesn't propose upgrading the guava dependency version however (just making the codebase compatible with guava 16+). -- This message was sent by Atlassian JIRA (v6.3.4#6332)