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 DE17F173E0 for ; Wed, 1 Oct 2014 21:27:34 +0000 (UTC) Received: (qmail 2612 invoked by uid 500); 1 Oct 2014 21:27:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 2540 invoked by uid 500); 1 Oct 2014 21:27: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 2526 invoked by uid 500); 1 Oct 2014 21:27:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 2523 invoked by uid 99); 1 Oct 2014 21:27:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 21:27:34 +0000 Date: Wed, 1 Oct 2014 21:27:34 +0000 (UTC) From: "Vaibhav Gumashta (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-8324) Another build failure on hadoop-1 (Shim KerberosName) 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-8324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Gumashta updated HIVE-8324: ----------------------------------- Summary: Another build failure on hadoop-1 (Shim KerberosName) (was: Another build failure on hadoop-1) > Another build failure on hadoop-1 (Shim KerberosName) > ----------------------------------------------------- > > Key: HIVE-8324 > URL: https://issues.apache.org/jira/browse/HIVE-8324 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0 > Reporter: Szehon Ho > Assignee: Vaibhav Gumashta > Priority: Blocker > Fix For: 0.14.0 > > > Unfortunately even after HIVE-8265, there are still more compile failures. > {code} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hive-service: Compilation failure: Compilation failure: > [ERROR] /Users/szehon/svn-repos/trunk/service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpServlet.java:[35,54] cannot find symbol > [ERROR] symbol: class KerberosName > [ERROR] location: package org.apache.hadoop.security.authentication.util > [ERROR] /Users/szehon/svn-repos/trunk/service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpServlet.java:[241,7] cannot find symbol > [ERROR] symbol: class KerberosName > [ERROR] location: class org.apache.hive.service.cli.thrift.ThriftHttpServlet.HttpKerberosServerAction > [ERROR] /Users/szehon/svn-repos/trunk/service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpServlet.java:[241,43] cannot find symbol > [ERROR] symbol: class KerberosName > [ERROR] location: class org.apache.hive.service.cli.thrift.ThriftHttpServlet.HttpKerberosServerAction > [ERROR] /Users/szehon/svn-repos/trunk/service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpServlet.java:[252,7] cannot find symbol > [ERROR] symbol: class KerberosName > [ERROR] location: class org.apache.hive.service.cli.thrift.ThriftHttpServlet.HttpKerberosServerAction > [ERROR] /Users/szehon/svn-repos/trunk/service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpServlet.java:[252,43] cannot find symbol > [ERROR] symbol: class KerberosName > [ERROR] location: class org.apache.hive.service.cli.thrift.ThriftHttpServlet.HttpKerberosServerAction > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)