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 02110C7FC for ; Tue, 9 Dec 2014 02:09:16 +0000 (UTC) Received: (qmail 38225 invoked by uid 500); 9 Dec 2014 02:09:13 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 38157 invoked by uid 500); 9 Dec 2014 02:09:13 -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 38106 invoked by uid 500); 9 Dec 2014 02:09:13 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 38046 invoked by uid 99); 9 Dec 2014 02:09:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Dec 2014 02:09:13 +0000 Date: Tue, 9 Dec 2014 02:09:13 +0000 (UTC) From: "Chengxiang Li (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-9048) Hive build failed on hadoop-1 after HIVE-8828. 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-9048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chengxiang Li updated HIVE-9048: -------------------------------- Attachment: HIVE-9048.1-spark.patch > Hive build failed on hadoop-1 after HIVE-8828. > ---------------------------------------------- > > Key: HIVE-9048 > URL: https://issues.apache.org/jira/browse/HIVE-9048 > Project: Hive > Issue Type: Bug > Reporter: Chengxiang Li > Assignee: Chengxiang Li > Attachments: HIVE-9048.1-spark.patch > > > HIVE-8828 introduce org.apache.hadoop.tools.HadoopArchives which included in hadoop-tools(in hadoop-1)/hadoop-archives(in hadoop-2), while hadoop-tools is not added into hadoop-1 dependency. This lead to the following compile error: > {noformat} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project hive-exec: Compilation failure: Compilation failure: > [ERROR] /home/cxli/sources/github/chengxiangli/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java:[175,30] error: package org.apache.hadoop.tools does not exist > [ERROR] /home/cxli/sources/github/chengxiangli/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java:[1322,8] error: cannot find symbol > [ERROR] class DDLTask > [ERROR] /home/cxli/sources/github/chengxiangli/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java:[1322,33] error: cannot find symbol > [ERROR] -> [Help 1] > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)