Return-Path: X-Original-To: apmail-crunch-dev-archive@www.apache.org Delivered-To: apmail-crunch-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A99618CE9 for ; Mon, 7 Dec 2015 02:15:11 +0000 (UTC) Received: (qmail 75665 invoked by uid 500); 7 Dec 2015 02:15:11 -0000 Delivered-To: apmail-crunch-dev-archive@crunch.apache.org Received: (qmail 75626 invoked by uid 500); 7 Dec 2015 02:15:11 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 75614 invoked by uid 500); 7 Dec 2015 02:15:11 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 75609 invoked by uid 99); 7 Dec 2015 02:15:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2015 02:15:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E81F52C1F57 for ; Mon, 7 Dec 2015 02:15:10 +0000 (UTC) Date: Mon, 7 Dec 2015 02:15:10 +0000 (UTC) From: "Josh Wills (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CRUNCH-582) Upgrade Guava Dependency to 0.18 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/CRUNCH-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Wills updated CRUNCH-582: ------------------------------ Attachment: CRUNCH-582.patch Hrm-- upgrading to 18.0 poses some issues w/Hadoop (the Stopwatch constructor that FileInputFormat expects no longer exists), but 14.0.1 works fine w/a couple of small changes. See attached. > Upgrade Guava Dependency to 0.18 > -------------------------------- > > Key: CRUNCH-582 > URL: https://issues.apache.org/jira/browse/CRUNCH-582 > Project: Crunch > Issue Type: Improvement > Components: Core > Reporter: Micah Whitacre > Assignee: Josh Wills > Attachments: CRUNCH-582.patch > > > Mentioned on CRUNCH-356, the version of Guava on which Crunch is currently based is quite old and several of the APIs used have been removed making it difficult for consumer to use later versions of Guava. Upgrading to the latest released version (18.0) should help keep the dependencies modern. -- This message was sent by Atlassian JIRA (v6.3.4#6332)