Hi Wes,
Thanks,
*[ Part 1 ]*
*C++ HDFS/ORC [Completed]*
Steps which I followed :
1) arrow::fs::HadoopFileSystem --> create a hadoop FS
2) std::shared_ptr -->then create a stream
3) Pass that stream to adapters::orc::ORCFileReader
*[Part 2 ]*
*C++ HDFS/ORC via Java JNI [Partial Completed]*
*Foll
Hi all,
I am trying to use cmake find_package in my project (inside a conda env). I
have the following in the cmake file.
message("Finding Arrow from SYSTEM")
find_package(Arrow ${CYLON_ARROW_VERSION} CONFIG REQUIRED)
message(STATUS "Arrow found: ${ARROW_FOUND}")
message(STATUS "A
Hi,
Could you remove CONFIG from find_package(Arrow)?
Thanks,
--
kou
In
"Cmake FindArrow variables not set properly" on Wed, 8 Sep 2021 16:31:51
-0400,
Niranda Perera wrote:
> Hi all,
>
> I am trying to use cmake find_package in my project (inside a conda env). I
> have the following i
Hi Sutou,
I think this is a problem with my IDE. When I am running inside a terminal,
it seems to be working fine. :-/
On Wed, Sep 8, 2021 at 5:17 PM Sutou Kouhei wrote:
> Hi,
>
> Could you remove CONFIG from find_package(Arrow)?
>
> Thanks,
> --
> kou
>
> In
> "Cmake FindArrow variables not