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 674E4104F1 for ; Sat, 8 Mar 2014 18:10:50 +0000 (UTC) Received: (qmail 66904 invoked by uid 500); 8 Mar 2014 18:10:49 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 66185 invoked by uid 500); 8 Mar 2014 18:10:47 -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 66176 invoked by uid 500); 8 Mar 2014 18:10:44 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 66173 invoked by uid 99); 8 Mar 2014 18:10:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2014 18:10:43 +0000 Date: Sat, 8 Mar 2014 18:10:42 +0000 (UTC) From: "Amit Anand (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6595) Hive 0.11.0 build failure 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-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Anand updated HIVE-6595: ----------------------------- Description: k n,, l,jvdh/.bvcccccx,mnbbvvvkjggggccvvcc x, vv FDCc I am unable to build Hive 0.11.0 from the source. I have a single node hadoop 2.2.0, that I built from the source, running. I followed steps given below: svn co http://svn.apache.org/repos/asf/hive/tags/release-0.11.0/ hive-0.11.0 cd hive-0.11.0 ant clean ant package I got messages given below compile: [echo] Project: jdbc [javac] Compiling 28 source files to /opt/apache/source/hive-0.11.0/build/jdbc/classes [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveCallableStatement.java:48: error: HiveCallableStatement is not abstract and does not override abstract method getObject(String,Class) in CallableStatement [javac] public class HiveCallableStatement implements java.sql.CallableStatement { [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in method getObject(String,Class) [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java:65: error: HiveConnection is not abstract and does not override abstract method getNetworkTimeout() in Connection [javac] public class HiveConnection implements java.sql.Connection { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDataSource.java:31: error: HiveDataSource is not abstract and does not override abstract method getParentLogger() in CommonDataSource [javac] public class HiveDataSource implements DataSource { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java:56: error: HiveDatabaseMetaData is not abstract and does not override abstract method generatedKeyAlwaysReturned() in DatabaseMetaData [javac] public class HiveDatabaseMetaData implements DatabaseMetaData { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java:707: error: is not abstract and does not override abstract method getObject(String,Class) in ResultSet [javac] , null) { [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in method getObject(String,Class) [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDriver.java:35: error: HiveDriver is not abstract and does not override abstract method getParentLogger() in Driver [javac] public class HiveDriver implements Driver { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HivePreparedStatement.java:56: error: HivePreparedStatement is not abstract and does not override abstract method isCloseOnCompletion() in Statement [javac] public class HivePreparedStatement implements PreparedStatement { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveQueryResultSet.java:48: error: HiveQueryResultSet is not abstract and does not override abstract method getObject(String,Class) in ResultSet [javac] public class HiveQueryResultSet extends HiveBaseResultSet { [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in method getObject(String,Class) [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java:42: error: HiveStatement is not abstract and does not override abstract method isCloseOnCompletion() in Statement [javac] public class HiveStatement implements java.sql.Statement { [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] 9 errors BUILD FAILED /opt/apache/source/hive-0.11.0/build.xml:274: The following error occurred while executing this line: /opt/apache/source/hive-0.11.0/build.xml:113: The following error occurred while executing this line: /opt/apache/source/hive-0.11.0/build.xml:115: The following error occurred while executing this line: /opt/apache/source/hive-0.11.0/jdbc/build.xml:51: Compile failed; see the compiler error output for details. was: I am unable to build Hive 0.11.0 from the source. I have a single node hadoop 2.2.0, that I built from the source, running. I followed steps given below: svn co http://svn.apache.org/repos/asf/hive/tags/release-0.11.0/ hive-0.11.0 cd hive-0.11.0 ant clean ant package I got messages given below compile: [echo] Project: jdbc [javac] Compiling 28 source files to /opt/apache/source/hive-0.11.0/build/jdbc/classes [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveCallableStatement.java:48: error: HiveCallableStatement is not abstract and does not override abstract method getObject(String,Class) in CallableStatement [javac] public class HiveCallableStatement implements java.sql.CallableStatement { [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in method getObject(String,Class) [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java:65: error: HiveConnection is not abstract and does not override abstract method getNetworkTimeout() in Connection [javac] public class HiveConnection implements java.sql.Connection { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDataSource.java:31: error: HiveDataSource is not abstract and does not override abstract method getParentLogger() in CommonDataSource [javac] public class HiveDataSource implements DataSource { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java:56: error: HiveDatabaseMetaData is not abstract and does not override abstract method generatedKeyAlwaysReturned() in DatabaseMetaData [javac] public class HiveDatabaseMetaData implements DatabaseMetaData { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java:707: error: is not abstract and does not override abstract method getObject(String,Class) in ResultSet [javac] , null) { [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in method getObject(String,Class) [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDriver.java:35: error: HiveDriver is not abstract and does not override abstract method getParentLogger() in Driver [javac] public class HiveDriver implements Driver { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HivePreparedStatement.java:56: error: HivePreparedStatement is not abstract and does not override abstract method isCloseOnCompletion() in Statement [javac] public class HivePreparedStatement implements PreparedStatement { [javac] ^ [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveQueryResultSet.java:48: error: HiveQueryResultSet is not abstract and does not override abstract method getObject(String,Class) in ResultSet [javac] public class HiveQueryResultSet extends HiveBaseResultSet { [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in method getObject(String,Class) [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java:42: error: HiveStatement is not abstract and does not override abstract method isCloseOnCompletion() in Statement [javac] public class HiveStatement implements java.sql.Statement { [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] 9 errors BUILD FAILED /opt/apache/source/hive-0.11.0/build.xml:274: The following error occurred while executing this line: /opt/apache/source/hive-0.11.0/build.xml:113: The following error occurred while executing this line: /opt/apache/source/hive-0.11.0/build.xml:115: The following error occurred while executing this line: /opt/apache/source/hive-0.11.0/jdbc/build.xml:51: Compile failed; see the compiler error output for details. > Hive 0.11.0 build failure > ------------------------- > > Key: HIVE-6595 > URL: https://issues.apache.org/jira/browse/HIVE-6595 > Project: Hive > Issue Type: Bug > Components: Build Infrastructure > Affects Versions: 0.11.0 > Environment: CentOS 6.5, java version "1.7.0_45", Hadoop 2.2.0 > Reporter: Amit Anand > > k n,, l,jvdh/.bvcccccx,mnbbvvvkjggggccvvcc x, vv FDCc I am unable to build Hive 0.11.0 from the source. I have a single node hadoop 2.2.0, that I built from the source, running. > I followed steps given below: > svn co http://svn.apache.org/repos/asf/hive/tags/release-0.11.0/ hive-0.11.0 > cd hive-0.11.0 > ant clean > ant package > I got messages given below > compile: > [echo] Project: jdbc > [javac] Compiling 28 source files to /opt/apache/source/hive-0.11.0/build/jdbc/classes > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveCallableStatement.java:48: error: HiveCallableStatement is not abstract and does not override abstract method getObject(String,Class) in CallableStatement > [javac] public class HiveCallableStatement implements java.sql.CallableStatement { > [javac] ^ > [javac] where T is a type-variable: > [javac] T extends Object declared in method getObject(String,Class) > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java:65: error: HiveConnection is not abstract and does not override abstract method getNetworkTimeout() in Connection > [javac] public class HiveConnection implements java.sql.Connection { > [javac] ^ > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDataSource.java:31: error: HiveDataSource is not abstract and does not override abstract method getParentLogger() in CommonDataSource > [javac] public class HiveDataSource implements DataSource { > [javac] ^ > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java:56: error: HiveDatabaseMetaData is not abstract and does not override abstract method generatedKeyAlwaysReturned() in DatabaseMetaData > [javac] public class HiveDatabaseMetaData implements DatabaseMetaData { > [javac] ^ > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java:707: error: is not abstract and does not override abstract method getObject(String,Class) in ResultSet > [javac] , null) { > [javac] ^ > [javac] where T is a type-variable: > [javac] T extends Object declared in method getObject(String,Class) > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveDriver.java:35: error: HiveDriver is not abstract and does not override abstract method getParentLogger() in Driver > [javac] public class HiveDriver implements Driver { > [javac] ^ > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HivePreparedStatement.java:56: error: HivePreparedStatement is not abstract and does not override abstract method isCloseOnCompletion() in Statement > [javac] public class HivePreparedStatement implements PreparedStatement { > [javac] ^ > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveQueryResultSet.java:48: error: HiveQueryResultSet is not abstract and does not override abstract method getObject(String,Class) in ResultSet > [javac] public class HiveQueryResultSet extends HiveBaseResultSet { > [javac] ^ > [javac] where T is a type-variable: > [javac] T extends Object declared in method getObject(String,Class) > [javac] /opt/apache/source/hive-0.11.0/jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java:42: error: HiveStatement is not abstract and does not override abstract method isCloseOnCompletion() in Statement > [javac] public class HiveStatement implements java.sql.Statement { > [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] 9 errors > BUILD FAILED > /opt/apache/source/hive-0.11.0/build.xml:274: The following error occurred while executing this line: > /opt/apache/source/hive-0.11.0/build.xml:113: The following error occurred while executing this line: > /opt/apache/source/hive-0.11.0/build.xml:115: The following error occurred while executing this line: > /opt/apache/source/hive-0.11.0/jdbc/build.xml:51: Compile failed; see the compiler error output for details. -- This message was sent by Atlassian JIRA (v6.2#6252)