You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lei yu (JIRA)" <ji...@apache.org> on 2019/01/24 01:43:00 UTC

[jira] [Created] (ARROW-4348) encountered error when building parquet

lei yu created ARROW-4348:
-----------------------------

             Summary: encountered error when building parquet
                 Key: ARROW-4348
                 URL: https://issues.apache.org/jira/browse/ARROW-4348
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: lei yu


I am trying to build c++ libraries on Centos 7.5. parquet only. I followed the instruction on github and did as below

 
{code:java}
git clone https://github.com/apache/arrow.git
cd arrow/cpp
mkdir debug
cd debug
cmake .. -DARROW_PARQUET=ON -DARROW_OPTIONAL_INSTALL=ON
make parquet
{code}
 

I don't have Third party libraries installed on my box, so it tries to download thirdparties in the building process but I got error after it says that thrift has been downloaded and installed.
{code:java}
No rule to make target thrift_ep/src/thrift_ep-install/lib/libthriftd.a', needed bysrc/parquet/parquet_types.cpp'. Stop{code}

before the error, it says

{code:java}

[ 7%] Performing configure step for 'thrift_ep'
-- thrift_ep configure command succeeded. See also /home/ylei/development/third_party/parquet/arrow/arrow/cpp/debug/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-.log
[ 8%] Performing build step for 'thrift_ep'
-- thrift_ep build command succeeded. See also /home/ylei/development/third_party/parquet/arrow/arrow/cpp/debug/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-.log
[ 9%] Performing install step for 'thrift_ep'
-- thrift_ep install command succeeded. See also /home/ylei/development/third_party/parquet/arrow/arrow/cpp/debug/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-install-*.log
[ 10%] Completed 'thrift_ep'
[ 10%] Built target thrift_ep
{code}

I had to build thrift separately and then I can build parquet sucessfully



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)