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 916B617ED0 for ; Fri, 10 Oct 2014 19:39:34 +0000 (UTC) Received: (qmail 91267 invoked by uid 500); 10 Oct 2014 19:39:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 91193 invoked by uid 500); 10 Oct 2014 19:39:34 -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 91180 invoked by uid 500); 10 Oct 2014 19:39:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 91177 invoked by uid 99); 10 Oct 2014 19:39:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 19:39:34 +0000 Date: Fri, 10 Oct 2014 19:39:34 +0000 (UTC) From: "Vikram Dixit K (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-8420) TestHadoop20SAuthBridge broken with hadoop-1 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-8420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167376#comment-14167376 ] Vikram Dixit K commented on HIVE-8420: -------------------------------------- Yes. We should get this into 0.14 as well. +1 for 0.14 > TestHadoop20SAuthBridge broken with hadoop-1 > -------------------------------------------- > > Key: HIVE-8420 > URL: https://issues.apache.org/jira/browse/HIVE-8420 > Project: Hive > Issue Type: Test > Components: Tests > Affects Versions: 0.14.0 > Reporter: Szehon Ho > Assignee: Szehon Ho > Priority: Blocker > Attachments: HIVE-8420.patch > > > Looks like TestHadoop20SAuthBridge had new dependencies on hadoop-2 methods, with upgrade to hadoop2.5. > {code} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project hive-it-unit: Compilation failure: Compilation failure: > [ERROR] /data/hive-ptest/working/apache-svn-trunk-source/itests/hive-unit/src/test/java/org/apache/hadoop/hive/thrift/TestHadoop20SAuthBridge.java:[50,44] cannot find symbol > [ERROR] symbol: class DefaultImpersonationProvider > [ERROR] location: package org.apache.hadoop.security.authorize > [ERROR] /data/hive-ptest/working/apache-svn-trunk-source/itests/hive-unit/src/test/java/org/apache/hadoop/hive/thrift/TestHadoop20SAuthBridge.java:[133,21] cannot find symbol > [ERROR] symbol: variable DefaultImpersonationProvider > [ERROR] location: class org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge > [ERROR] /data/hive-ptest/working/apache-svn-trunk-source/itests/hive-unit/src/test/java/org/apache/hadoop/hive/thrift/TestHadoop20SAuthBridge.java:[296,7] cannot find symbol > [ERROR] symbol: variable DefaultImpersonationProvider > [ERROR] location: class org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)