You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the usage question you have. Please include as many useful details as possible.
I am using arrow-7.0.0 and hadoop3.2.1. When I connect to hdfs through fs::FileSystemFromUriOrPath provided by arrow, the function is normal. However, when I introduce the libGKlib.so library into the project, the connection with hdfs will be reported with Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread "process reaper". The libGKlib.so library from https://github.com/KarypisLab/GKlib 。I find the error happened in arrow/cpp/src/arrow/io/hdfs_internal.cc hdfsFS LibHdfsShim::BuilderConnect
Component(s)
C++
The text was updated successfully, but these errors were encountered:
amoeba
changed the title
【c++】When using arrow to create hdfs link, StackOverflowError is reported
[C++] When using arrow to create hdfs link, StackOverflowError is reported
Jan 23, 2025
Hi @muyangren123456, are you able to try a more recent version of Arrow? And, if at all possible, could you share a minimal set of steps to reproduce the error?
Describe the usage question you have. Please include as many useful details as possible.
I am using arrow-7.0.0 and hadoop3.2.1. When I connect to hdfs through fs::FileSystemFromUriOrPath provided by arrow, the function is normal. However, when I introduce the libGKlib.so library into the project, the connection with hdfs will be reported with Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread "process reaper". The libGKlib.so library from https://github.com/KarypisLab/GKlib 。I find the error happened in
arrow/cpp/src/arrow/io/hdfs_internal.cc hdfsFS LibHdfsShim::BuilderConnect
Component(s)
C++
The text was updated successfully, but these errors were encountered: