Open kylebarron opened 6 years ago
This works:
wget https://github.com/apache/parquet-cpp/archive/apache-parquet-cpp-1.4.0.tar.gz
extract apache-parquet-cpp-1.4.0.tar.gz
cd parquet-cpp-apache-parquet-cpp-1.4.0/
sed -i 's$http://archive.apache.org/dist/thrift$http://apache.cs.utah.edu/thrift$g' cmake_modules/ThirdpartyToolchain.cmake
mkdir build
cd build
cmake ..
make
This also works:
git clone https://github.com/apache/parquet-cpp
cd parquet-cpp
sed -i 's$http://archive.apache.org/dist/thrift$http://apache.cs.utah.edu/thrift$g' cmake_modules/ThirdpartyToolchain.cmake
mkdir build
cd build
cmake ..
make -j4
Script to build parquet-cpp with Arrow as a static dependency https://gist.github.com/kylebarron/ccb18fc99a0b847cefa3b7412fac214f