KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ ArrowKDB Re: ArrowKDB

  • kxnoob

    Member
    August 8, 2023 at 12:00 am

    > I had to change somethings in the config and some environment variables to make it works but it builds successfully

    Yeah – I had to change the CMakeLists to point to that libarrow12 (ARROW_LIBRARY and PARQUET_LIBRARY). I tried pointing to a libarrow9 version in a different miniconda environment. I also had to force it to use C++ 17.

     

    Unfortunately, I am not able to install libarrow 9 on my system outside of conda. The most my system is able to yum install is libarrow8. It installs  libarrow.so.800 to /usr/lib64 but not a libparquet.so.800.

    Do you have any suggestions for any workarounds to this? I’m not an expert on CMake or building C++ packages and whatnot.