You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/04/17 17:09:00 UTC

[jira] [Assigned] (PARQUET-1270) [C++] Executable tools do not get installed

     [ https://issues.apache.org/jira/browse/PARQUET-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe L. Korn reassigned PARQUET-1270:
------------------------------------

    Assignee: Antoine Pitrou

> [C++] Executable tools do not get installed
> -------------------------------------------
>
>                 Key: PARQUET-1270
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1270
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>             Fix For: cpp-1.5.0
>
>
> I have the following build script:
> {code:bash}
> mkdir -p build-debug
> pushd build-debug
> cmake -DCMAKE_BUILD_TYPE=debug \
>       -DCMAKE_INSTALL_PREFIX=$PARQUET_HOME \
>       -DPARQUET_BUILD_BENCHMARKS=off \
>       -DPARQUET_BUILD_EXECUTABLES=on \
>       -DPARQUET_BUILD_TESTS=on \
>       ..
> make -j16
> make install
> popd
> {code}
> parquet_reader does get built:
> {code:bash}
> $ find -name parquet_reader
> ./build-debug/debug/parquet_reader
> {code}
> but it isn't installed:
> {code:bash}
> $ find $PARQUET_HOME -name parquet_reader
> $
> {code}



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