Re: native-lzo library not available

2018-05-03 Thread ayan guha
This seems to be a Cloudera environment issue, and you might get a faster and more reliable answer in Cloudera forums. On Fri, May 4, 2018 at 3:39 PM, Fawze Abujaber wrote: > Hi Yulia, > > Thanks for you response. > > i see only lzo only for impala > > [root@xxx ~]# locate *lzo*.so* > /opt/

Re: native-lzo library not available

2018-05-03 Thread Fawze Abujaber
Hi Yulia, Thanks for you response. i see only lzo only for impala [root@xxx ~]# locate *lzo*.so* /opt/cloudera/parcels/GPLEXTRAS-5.13.0-1.cdh5.13.0.p0.29/lib/impala/lib/libimpalalzo.so /usr/lib64/liblzo2.so.2 /usr/lib64/liblzo2.so.2.0.0 the /opt/cloudera/parcels/GPLEXTRAS-5.13.0-1.cdh5.13

Re: native-lzo library not available

2018-05-03 Thread yuliya Feldman
Jar is not enough, you need native library (*.so) - see if your "native" directory contains it drwxr-xr-x 2 cloudera-scm cloudera-scm  4096 Oct  4  2017 native and whether  java.library.path or LD_LIBRARY_PATH points/includes directory where your *.so library resides On Thursday, May 3, 201