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 6A31F10D91 for ; Thu, 1 Aug 2013 18:57:50 +0000 (UTC) Received: (qmail 31930 invoked by uid 500); 1 Aug 2013 18:57:49 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 31487 invoked by uid 500); 1 Aug 2013 18:57:49 -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 31425 invoked by uid 500); 1 Aug 2013 18:57:49 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 31398 invoked by uid 99); 1 Aug 2013 18:57:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 18:57:48 +0000 Date: Thu, 1 Aug 2013 18:57:48 +0000 (UTC) From: "Yin Huai (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-4976) TestHadoop20SAuthBridge needs to be updated after HIVE-3255 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Yin Huai created HIVE-4976: ------------------------------ Summary: TestHadoop20SAuthBridge needs to be updated after HIVE-3255 Key: HIVE-4976 URL: https://issues.apache.org/jira/browse/HIVE-4976 Project: Hive Issue Type: Bug Reporter: Yin Huai I found the following error appearing. Here is the log from jenkins {code} compile-test-worker: [echo] Project: shims [echo] Compiling shim tests against hadoop 20S [echo] Test srcdir : /home/jenkins/jenkins-slave/workspace/Hive-trunk-h0.21/hive/shims/src/common-secure/test [javac] Compiling 3 source files to /home/jenkins/jenkins-slave/workspace/Hive-trunk-h0.21/hive/build/shims/test/classes [javac] /home/jenkins/jenkins-slave/workspace/Hive-trunk-h0.21/hive/shims/src/common-secure/test/org/apache/hadoop/hive/thrift/TestHadoop20SAuthBridge.java:103: cannot find symbol [javac] symbol : method startDelegationTokenSecretManager(org.apache.hadoop.conf.Configuration) [javac] location: class org.apache.hadoop.hive.thrift.HadoopThriftAuthBridge20S.Server [javac] super.startDelegationTokenSecretManager(conf); [javac] ^ [javac] /home/jenkins/jenkins-slave/workspace/Hive-trunk-h0.21/hive/shims/src/common-secure/test/org/apache/hadoop/hive/thrift/TestHadoop20SAuthBridge.java:100: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] 2 errors [subant] Failure for target 'test' of: /home/jenkins/jenkins-slave/workspace/Hive-trunk-h0.21/hive/shims/build.xml [subant] The following error occurred while executing this line: [subant] /home/jenkins/jenkins-slave/workspace/Hive-trunk-h0.21/hive/shims/build.xml:174: The following error occurred while executing this line: [subant] /home/jenkins/jenkins-slave/workspace/Hive-trunk-h0.21/hive/shims/build.xml:154: The following error occurred while executing this line: [subant] /home/jenkins/jenkins-slave/workspace/Hive-trunk-h0.21/hive/shims/build.xml:106: Compile failed; see the compiler error output for details. {\code} I found HIVE-3255 changed the interface of HadoopThriftAuthBridge20S.Server.startDelegationTokenSecretManager to 'startDelegationTokenSecretManager(Configuration conf, Object hms)'. But in TestHadoop20SAuthBridge, we are still using the old interface which is 'startDelegationTokenSecretManager(conf)'. -- 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