[ https://issues.apache.org/jira/browse/ARROW-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rok Mihevc updated ARROW-4348: ------------------------------ External issue URL: https://github.com/apache/arrow/issues/20915 > encountered error when building parquet > --------------------------------------- > > Key: ARROW-4348 > URL: https://issues.apache.org/jira/browse/ARROW-4348 > Project: Apache Arrow > Issue Type: Bug > Components: C++ > Reporter: lei yu > Priority: Major > > 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 (v8.20.10#820010)