[
https://issues.apache.org/jira/browse/ARROW-3206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou updated ARROW-3206:
--------------------------------
Fix Version/s: (was: 0.10.0)
> [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
> Priority: Major
>
> 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)