You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Abdul Rahman (JIRA)" <ji...@apache.org> on 2017/04/20 01:53:04 UTC

[jira] [Created] (PARQUET-960) Could not find the parquet library. Could not find the parquet_arrow library.

Abdul Rahman created PARQUET-960:
------------------------------------

             Summary: Could not find the parquet library. Could not find the parquet_arrow library. 
                 Key: PARQUET-960
                 URL: https://issues.apache.org/jira/browse/PARQUET-960
             Project: Parquet
          Issue Type: Bug
          Components: parquet-cpp
         Environment: CentOs 7.1
            Reporter: Abdul Rahman


Following through the instructions of building pyarrow with parquet. first built arrow cpp using instruction in readme with the following cmake 
cmake -DARROW_PYTHON=on -DCMAKE_INSTALL_PREFIX=$ARROW_HOME ..

Then built parquet-cpp (separate location) using readme instructions. Then tried building pyarrow using python setup.py build_ext --with-parquet install  and get the error 

Could not find the parquet library. Could not find the parquet_arrow library. Did you build with -DPARQUET_ARROW=on? Looked in  system search paths.
CMake Error at CMakeLists.txt:287 (message):
  Unable to locate Parquet libraries

$ARROW_HOME is set along with this export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ARROW_HOME/lib

I can manually see the parquet_arrow libraries under 
parquet-cpp/build/debug/ (libparquet_arrow.so  , libparquet_arrow.so.1, libparquet_arrow.so.1.0.0). I also tried appending the parquet-cpp/build/debug path in LD_LIBRARY_PATH, but that didnt help

I started to get this problem today after cloning the latest versions of arrow and parquet-cpp . Didnt notice this in the last couple of days




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)