Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 E86A1CAC2 for ; Mon, 5 Aug 2013 23:57:48 +0000 (UTC) Received: (qmail 71703 invoked by uid 500); 5 Aug 2013 23:57:48 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 71615 invoked by uid 500); 5 Aug 2013 23:57:48 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 71556 invoked by uid 500); 5 Aug 2013 23:57:48 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 71525 invoked by uid 99); 5 Aug 2013 23:57:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Aug 2013 23:57:48 +0000 Date: Mon, 5 Aug 2013 23:57:48 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4991) hive build with 0.20 is broken 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/HIVE-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-4991: -------------------------------- Attachment: HIVE-4991.3.patch.txt HIVE-4991.3.patch.txt - change to use version number from ivy/libraries.properties > hive build with 0.20 is broken > ------------------------------ > > Key: HIVE-4991 > URL: https://issues.apache.org/jira/browse/HIVE-4991 > Project: Hive > Issue Type: Bug > Affects Versions: 0.12.0 > Reporter: Thejas M Nair > Assignee: Edward Capriolo > Priority: Blocker > Labels: newbie > Attachments: HIVE-4991.2.patch.txt, HIVE-4991.3.patch.txt, HIVE-4991.patch.txt > > > As reported in HIVE-4911 > ant clean package -Dhadoop.mr.rev=20 > Fails with - > {code} > compile: > [echo] Project: ql > [javac] Compiling 898 source files to /Users/malakar/code/oss/hive/build/ql/classes > [javac] /Users/malakar/code/oss/hive/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java:35: package org.apache.commons.io does not exist > [javac] import org.apache.commons.io.FileUtils; > [javac] ^ > [javac] /Users/malakar/code/oss/hive/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java:743: cannot find symbol > [javac] symbol : variable FileUtils > [javac] location: class org.apache.hadoop.hive.ql.session.SessionState > [javac] FileUtils.deleteDirectory(resourceDir); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 2 errors > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira