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 E862CD4CB for ; Thu, 29 Nov 2012 00:17:58 +0000 (UTC) Received: (qmail 37006 invoked by uid 500); 29 Nov 2012 00:17:58 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 36956 invoked by uid 500); 29 Nov 2012 00:17:58 -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 36946 invoked by uid 500); 29 Nov 2012 00:17:58 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 36941 invoked by uid 99); 29 Nov 2012 00:17:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Nov 2012 00:17:58 +0000 Date: Thu, 29 Nov 2012 00:17:58 +0000 (UTC) From: "Gang Tim Liu (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1133169235.36711.1354148278185.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HIVE-3754) Trunk hadoop 23 build fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gang Tim Liu created HIVE-3754: ---------------------------------- Summary: Trunk hadoop 23 build fails Key: HIVE-3754 URL: https://issues.apache.org/jira/browse/HIVE-3754 Project: Hive Issue Type: Bug Components: Build Infrastructure Reporter: Gang Tim Liu check out the latest code from trunk svn info Path: . URL: http://svn.apache.org/repos/asf/hive/trunk Repository Root: http://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 1415005 Node Kind: directory Schedule: normal Last Changed Author: namit Last Changed Rev: 1414608 Last Changed Date: 2012-11-28 01:36:27 -0800 (Wed, 28 Nov 2012) ant clean package -Dhadoop.version=0.23.1 -Dhadoop-0.23.version=0.23.1 -Dhadoop.mr.rev=23 ...... {quote} ivy-retrieve-hadoop-shim: [echo] Project: shims [javac] Compiling 2 source files to /Users/gang/hive-trunk-11-28/build/shims/classes [javac] /Users/gang/hive-trunk-11-28/shims/src/0.23/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java:122: getDefaultBlockSize() in org.apache.hadoop.fs.FileSystem cannot be applied to (org.apache.hadoop.fs.Path) [javac] return fs.getDefaultBlockSize(path); [javac] ^ [javac] /Users/gang/hive-trunk-11-28/shims/src/0.23/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java:127: getDefaultReplication() in org.apache.hadoop.fs.FileSystem cannot be applied to (org.apache.hadoop.fs.Path) [javac] return fs.getDefaultReplication(path); [javac] ^ [javac] 2 errors BUILD FAILED /Users/gang/hive-trunk-11-28/build.xml:302: The following error occurred while executing this line: {quote} -- 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