You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/10/01 10:32:00 UTC

[jira] [Assigned] (ARROW-3206) [C++] Building with ARROW_HIVESERVER2=ON with unit tests disabled causes error

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

Wes McKinney reassigned ARROW-3206:
-----------------------------------

    Assignee: Wes McKinney

> [C++] Building with ARROW_HIVESERVER2=ON with unit tests disabled causes error
> ------------------------------------------------------------------------------
>
>                 Key: ARROW-3206
>                 URL: https://issues.apache.org/jira/browse/ARROW-3206
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.10.0
>            Reporter: albertoramon
>            Assignee: Wes McKinney
>            Priority: Major
>             Fix For: 0.11.0
>
>
> Hello
> Activate, support for hive, generate exception in CMake:
> {quote}_CMake Error at src/arrow/dbi/hiveserver2/[CMakeLists.txt:116|https://github.com/apache/arrow/blob/a42d4bf1b0cef37849be0b019c34c96bf56a62f9/cpp/src/arrow/dbi/hiveserver2/CMakeLists.txt#L116] (set_property):_
>  _set_property could not find TARGET hiveserver2-test. Perhaps it has not_
>  _yet been created_
> {quote}
> {code:java}
> RUN cmake \ 
>   -DARROW_HIVESERVER2=ON \ 
>   -DCMAKE_BUILD_TYPE=Release \ 
>   -DARROW_BUILD_TESTS=OFF \
>    . {code}



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