[
https://issues.apache.org/jira/browse/PIG-3606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deepesh Khandelwal updated PIG-3606:
------------------------------------
Description:
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).
was:
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).
> 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
> 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#6144)