Pratheesh Nair created HAWQ-951:
-----------------------------------
Summary: 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
Reporter: Pratheesh Nair
Assignee: Goden Yao
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)