Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 32108 invoked from network); 25 Jan 2011 07:08:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2011 07:08:07 -0000 Received: (qmail 1739 invoked by uid 500); 25 Jan 2011 07:08:07 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 1664 invoked by uid 500); 25 Jan 2011 07:08:05 -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 1656 invoked by uid 500); 25 Jan 2011 07:08:05 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 1653 invoked by uid 99); 25 Jan 2011 07:08:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 07:08:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jan 2011 07:08:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0P77h4M001359 for ; Tue, 25 Jan 2011 07:07:44 GMT Message-ID: <30383112.181151295939263765.JavaMail.jira@thor> Date: Tue, 25 Jan 2011 02:07:43 -0500 (EST) From: "Carl Steinbach (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Created: (HIVE-1927) Fix TestHadoop20SAuthBridge failure on Hudson MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Fix TestHadoop20SAuthBridge failure on Hudson --------------------------------------------- Key: HIVE-1927 URL: https://issues.apache.org/jira/browse/HIVE-1927 Project: Hive Issue Type: Bug Components: Testing Infrastructure Reporter: Carl Steinbach Assignee: Devaraj Das Priority: Blocker Fix For: 0.7.0 The patch for HIVE-1696 is the source a test failure on Hudson. The likely cause of this failure is that the classpath is not being set correctly for the TestHadoop20SAuthBridge test, which depends on the security enhanced version of Hadoop. A couple things to note: * Hive tests are supposed to run against Hadoop 0.20.0 by default. This value is set in the build.properties file in the project top-level. Altering the Hudson job to set hadoop.version to some other value is not a fix for this issue since the Hudson job will then cease to reflect the default behavior of Hive tests. * HIVE-1696 added new secure compile targets to the shims/build.xml file. These targets explicitly set the classpath to include the secure version of Hadoop. The fix for this issue likely involves overriding the "test" target in shims/build.xml and explicitly setting the classpath in this target to also use the secure version of Hadoop. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.