You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Goden Yao (JIRA)" <ji...@apache.org> on 2016/07/26 21:16:20 UTC

[jira] [Updated] (HAWQ-951) PXF not locating Hadoop native libraries needed for Snappy

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

Goden Yao updated HAWQ-951:
---------------------------
    Fix Version/s: backlog

> PXF not locating Hadoop native libraries needed for Snappy
> ----------------------------------------------------------
>
>                 Key: HAWQ-951
>                 URL: https://issues.apache.org/jira/browse/HAWQ-951
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: PXF
>    Affects Versions: 2.0.0.0-incubating
>            Reporter: Pratheesh Nair
>            Assignee: Goden Yao
>             Fix For: backlog
>
>
> Hawq queries are failing when we try to read Snappy-compressed table from hcatalog via external tables.
> After the following was performed on every PXF host and restarting, the issue was resolved:
> mkdir -p /usr/lib/hadoop/lib && cd /usr/lib/hadoop && ln -s /usr/hdp/current/hadoop-client/lib/native native
> Also, the default pxf-public-classpath should probably contain something like the following line:
> /usr/hdp/current/hadoop-client/lib/snappy*.jar



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)