You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "YoungWoo Kim (JIRA)" <ji...@apache.org> on 2017/12/27 06:59:00 UTC

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

YoungWoo Kim created BIGTOP-2975:
------------------------------------

             Summary: 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
             Fix For: 1.3.0


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
(v6.4.14#64029)