[ https://issues.apache.org/jira/browse/ARROW-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657379#comment-17657379 ]
Rok Mihevc commented on ARROW-345: ---------------------------------- This issue has been migrated to [issue #15840|https://github.com/apache/arrow/issues/15840] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > 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 > Assignee: Christopher Aycock > Priority: Major > Fix For: 0.2.0 > > > 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 (v8.20.10#820010)