Re: C++ Parquet thrift_ep No rule to make target install

2021-09-28 Thread Rares Vernica
Thanks Wes. I got it all linked up. I reported the original Thrift build issue here just in case https://issues.apache.org/jira/browse/ARROW-14160 In the process, I identified an issue with building Boost captured here https://issues.apache.org/jira/browse/ARROW-14152?focusedCommentId=17421632&pag

Re: C++ Parquet thrift_ep No rule to make target install

2021-09-28 Thread Wes McKinney
It should be -DThrift_ROOT=/opt/apache-thrift, according to https://github.com/apache/arrow/blob/master/cpp/cmake_modules/FindThrift.cmake#L20 On Thu, Sep 23, 2021 at 6:18 PM Rares Vernica wrote: > > Hello, > > I managed to get Thrift 0.12.0 compiled and installed from source on my > CentOS 7 se

[RESULT] Re: [VOTE][RUST] Release Apache Arrow Rust 5.5.0 RC1

2021-09-28 Thread Andrew Lamb
The vote passes with 3 +1 binding and 1 +1 non binding votes The official release can be found at: https://dist.apache.org/repos/dist/release/arrow/arrow-rs-5.5.0 This version has also been uploaded to crates.rs: https://crates.io/crates/arrow/5.5.0 https://crates.io/crates/arrow-flight/5.5.0 h

Arrow sync call September 29 at 12:00 US/Eastern, 16:00 UTC

2021-09-28 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call: Mee

Re: [VOTE] Restart the Julia implementation with new repository and process

2021-09-28 Thread David Li
+1 (binding) -David On Tue, Sep 28, 2021, at 08:52, Krisztián Szűcs wrote: > +1 (binding) > > On Mon, Sep 27, 2021 at 10:56 PM Jonathan Keane wrote: > > > > +1 > > > > -Jon > > > > On Mon, Sep 27, 2021 at 2:26 PM Mauricio Vargas > > wrote: > > > > > > +1 > > > > > > On Mon, Sep 27, 2021 at 3:1

Re: [VOTE][RUST] Release Apache Arrow Rust 5.5.0 RC1

2021-09-28 Thread Andy Grove
+1 (binding) Checked signatures and ran the release verification script on Ubuntu On Mon, Sep 27, 2021 at 7:05 PM Krisztián Szűcs wrote: > +1 (binding) > > Tested on x86_64-apple-darwin with: > dev/release/verify-release-candidate.sh 5.5.0 1 > > On Mon, Sep 27, 2021 at 5:31 PM Wayne Xia wrote:

Re: [VOTE] Restart the Julia implementation with new repository and process

2021-09-28 Thread Krisztián Szűcs
+1 (binding) On Mon, Sep 27, 2021 at 10:56 PM Jonathan Keane wrote: > > +1 > > -Jon > > On Mon, Sep 27, 2021 at 2:26 PM Mauricio Vargas > wrote: > > > > +1 > > > > On Mon, Sep 27, 2021 at 3:18 PM Neal Richardson > > > > wrote: > > > > > +1 (binding) > > > > > > Neal > > > > > > On Mon, Sep 27,

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
Hmm, it should. Can you open a JIRA with the full build logs? In the meantime though, you can also install the Developer Toolset to get a much newer gcc version: https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/ Regards Antoine. Ticket created: https://issues.apache.org/jira/br

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Antoine Pitrou
On Tue, 28 Sep 2021 10:58:43 +0300 Benson Muite wrote: > On 9/28/21 10:47 AM, Antoine Pitrou wrote: > > > > Le 28/09/2021 à 09:41, Benson Muite a écrit : > >> Sorry, second one should have -DARROW_BUILD_TESTS=ON instead of > >> -DARROW_BUILD_TESTS=OFF > > > > I see. What is the gcc version?

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
On 9/28/21 10:47 AM, Antoine Pitrou wrote: Le 28/09/2021 à 09:41, Benson Muite a écrit : Sorry, second one should have -DARROW_BUILD_TESTS=ON instead of -DARROW_BUILD_TESTS=OFF I see. What is the gcc version? 4.8 (will need to rebuild to get minor version) is default on Cent OS 7 - expect th

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Antoine Pitrou
Le 28/09/2021 à 09:41, Benson Muite a écrit : Sorry, second one should have -DARROW_BUILD_TESTS=ON instead of -DARROW_BUILD_TESTS=OFF I see. What is the gcc version?

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
On 9/28/21 10:36 AM, Antoine Pitrou wrote: Hi, Le 28/09/2021 à 09:25, Benson Muite a écrit : Maybe helpful to create a ticket at: https://issues.apache.org/jira/projects/ARROW for more documentation on setup with Cent OS 7 Currently trying this on commit 1f481d9 (tagged as apache-arrow-6.0.0.

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Antoine Pitrou
Hi, Le 28/09/2021 à 09:25, Benson Muite a écrit : Maybe helpful to create a ticket at: https://issues.apache.org/jira/projects/ARROW for more documentation on setup with Cent OS 7 Currently trying this on commit 1f481d9 (tagged as apache-arrow-6.0.0.dev) - having some trouble with current hea

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
The lines > mkdir build > cd build should be mkdir cpp/build cd cpp/build Let me know if other configurations/bindings are needed. On 9/28/21 10:25 AM, Benson Muite wrote: Maybe helpful to create a ticket at: https://issues.apache.org/jira/projects/ARROW for more documentation on setup with Cen

Re: C++ Boost GitHub URL in ThirdpartyToolchain.cmake

2021-09-28 Thread Benson Muite
Maybe helpful to create a ticket at: https://issues.apache.org/jira/projects/ARROW for more documentation on setup with Cent OS 7 Currently trying this on commit 1f481d9 (tagged as apache-arrow-6.0.0.dev) - having some trouble with current head of the development repository. Installed yum ins