You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Chengxiang Li (JIRA)" <ji...@apache.org> on 2014/12/24 04:08:13 UTC

[jira] [Commented] (HIVE-9209) Spark branch compile failed on hadoop-1[Spark Branch]

    [ https://issues.apache.org/jira/browse/HIVE-9209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257876#comment-14257876 ] 

Chengxiang Li commented on HIVE-9209:
-------------------------------------

In hadoop-1, FileStatus use isDir() method instead of isDirectory() in hadoop-2.

> 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)