Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.1.0
-
None
-
macOS
Description
The runtime linking to libhdfs assumes a Linux ("libhdfs.so") or Windows ("hdfs.dll") name:
https://github.com/apache/arrow/blob/master/cpp/src/arrow/io/libhdfs_shim.cc#L347
The Mac name is "libhdfs.dylib". I recommend making the logic to find libhdfs similar to the logic that finds libjvm.
I can submit a patch if desired.