You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Benson Muite (Jira)" <ji...@apache.org> on 2021/09/28 09:06:00 UTC

[jira] [Commented] (ARROW-14152) [C++][Docs][Parquet] Trouble installing on Cent OS 7

    [ https://issues.apache.org/jira/browse/ARROW-14152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17421265#comment-17421265 ] 

Benson Muite commented on ARROW-14152:
--------------------------------------

Installation steps for failing debug build on gcc-4.8.5:

{{yum update}}
{{yum install gcc-c++ gcc bison flex git python3 make openssl-devel}}
{{yum groupinstall "Development tools" }}{{{color:#000000}wget https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3.tar.gz {color}
 tar -xvf cmake-3.21.3.tar.gz  
 cd cmake-3.21.3 
 mkdir build 
 cd build/ 
 ../bootstrap --prefix=$HOME/cmake-3.21.3-install}}{{make
}}{{make install}}{{cd ..}}{{cd ..}}{{git clone [https://github.com/apache/arrow.git] }}
{{cd arrow }}
{{git submodule init }}
{{git submodule update }}
{{export PARQUET_TEST_DATA="${PWD}/cpp/submodules/parquet-testing/data" }}
{{export ARROW_TEST_DATA="${PWD}/testing/data" }}
{{git checkout  1f481d9 }}
{{mkdir cpp/build }}
{{cd cpp/build }}
{{$HOME/cmake-3.21.3-install/bin/cmake .. -DARROW_PARQUET=ON -DARROW_COMPUTE=ON \}}
{{-DARROW_CSV=ON -DCMAKE_BUILD_TYPE=Release -DARROW_BUILD_TESTS=ON \}}
{{-DThrift_SOURCE=BUNDLED -DPARQUET_REQUIRE_ENCRYPTION=ON}}

{{make}}

 

> [C++][Docs][Parquet] Trouble installing on Cent OS 7
> ----------------------------------------------------
>
>                 Key: ARROW-14152
>                 URL: https://issues.apache.org/jira/browse/ARROW-14152
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, Documentation, Parquet
>         Environment: Cent OS 7
>            Reporter: Benson Muite
>            Assignee: Benson Muite
>            Priority: Minor
>
> Installing on Cent OS 7 is not well documented and can be problematic, in particular for debug builds. Create guidelines for this that could also be turned into nightly tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)