You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Jun He (JIRA)" <ji...@apache.org> on 2018/08/21 06:28:00 UTC

[jira] [Commented] (BIGTOP-2975) Compilation Pig with Hive 2+ is broken

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

Jun He commented on BIGTOP-2975:
--------------------------------

Remove this from 1.3.0 as we will drop pig due to this conflict.

> Compilation Pig with Hive 2+ is broken
> --------------------------------------
>
>                 Key: BIGTOP-2975
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2975
>             Project: Bigtop
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 1.2.1
>            Reporter: YoungWoo Kim
>            Priority: Major
>
> Pig 0.17 is not compatible with Hive 2.x, https://ci.bigtop.apache.org/view/Packages/job/Bigtop-trunk-packages/COMPONENTS=pig,OS=centos-7/229/console:
> {noformat}
> compile:
>      [echo] *** Building Main Sources ***
>      [echo] *** To compile with all warnings enabled, supply -Dall.warnings=1 on command line ***
>      [echo] *** Else, you will only be warned about deprecations ***
>      [echo] *** Hadoop version used: 2 ; HBase version used: 1 ***
>     [javac] Compiling 1097 source files to /ws/build/pig/rpm/BUILD/pig-0.17.0-src/build/classes
>     [javac] /ws/build/pig/rpm/BUILD/pig-0.17.0-src/src/org/apache/pig/builtin/OrcStorage.java:49: error: cannot access OrcFile
>     [javac] import org.apache.hadoop.hive.ql.io.orc.OrcFile.Version;
>     [javac]                                                ^
>     [javac]   class file for org.apache.orc.OrcFile not found
> (snip)
> {noformat}
> ref: PIG-4764



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)