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:21 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13894261#comment-13894261 ] 

Daniel Dai commented on PIG-3606:
---------------------------------

+1. Patch committed to trunk. Thanks Deepesh!

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