You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2014/02/07 08:24:22 UTC

[jira] [Resolved] (PIG-3606) Pig script throws error when searching for hcatalog jars in latest hive

     [ https://issues.apache.org/jira/browse/PIG-3606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai resolved PIG-3606.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.13.0
     Hadoop Flags: Reviewed

> Pig script throws error when searching for hcatalog jars in latest hive
> -----------------------------------------------------------------------
>
>                 Key: PIG-3606
>                 URL: https://issues.apache.org/jira/browse/PIG-3606
>             Project: Pig
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 0.12.0
>            Reporter: Deepesh Khandelwal
>            Assignee: Deepesh Khandelwal
>             Fix For: 0.13.0
>
>         Attachments: PIG-3606.patch
>
>
> When pig CLI is run with -useHCatalog flag against latest hive binaries it complains about the following:
> {noformat}
> ls: cannot access /usr/lib/hcatalog/share/hcatalog/hcatalog-core-*.jar: No such file or directory
> ls: cannot access /usr/lib/hcatalog/share/hcatalog/hcatalog-*.jar: No such file or directory
> ls: cannot access /usr/lib/hcatalog/share/hcatalog/hcatalog-pig-adapter-*.jar: No such file or directory
> {noformat}
> Basically it searches for hcatalog jars as "hcatalog\-{core,pig-adapter}\-*.jar" whereas in the latest hive 0.13 these jars are prefixed by "hive\-" (hive\-hcatalog\-{core,pig-adapter}\-*.jar).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)