Christopher Aycock created ARROW-345:
----------------------------------------
Summary: libhdfs integration doesn't work for Mac
Key: ARROW-345
URL: https://issues.apache.org/jira/browse/ARROW-345
Project: Apache Arrow
Issue Type: Bug
Components: C++
Affects Versions: 0.1.0
Environment: macOS
Reporter: Christopher Aycock
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)