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 1F01D101A2 for ; Wed, 24 Dec 2014 03:07:14 +0000 (UTC) Received: (qmail 43499 invoked by uid 500); 24 Dec 2014 03:07:13 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 43404 invoked by uid 500); 24 Dec 2014 03:07: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 43386 invoked by uid 500); 24 Dec 2014 03:07:13 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 43382 invoked by uid 99); 24 Dec 2014 03:07:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2014 03:07:13 +0000 Date: Wed, 24 Dec 2014 03:07:13 +0000 (UTC) From: "Chengxiang Li (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-9209) Spark branch compile failed on hadoop-1[Spark Branch] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chengxiang Li created HIVE-9209: ----------------------------------- Summary: Spark branch compile failed on hadoop-1[Spark Branch] Key: HIVE-9209 URL: https://issues.apache.org/jira/browse/HIVE-9209 Project: Hive Issue Type: Sub-task Components: Spark Reporter: Chengxiang Li Spark branch compile failed on hadoop-1, with the following 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 [ERROR] /home/cxli/sources/github/chengxiangli/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinTableContainerSerDe.java:[121,22] cannot find symbol [ERROR] symbol : method isDirectory() [ERROR] location: class org.apache.hadoop.fs.FileStatus [ERROR] -> [Help 1] {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)