[
https://issues.apache.org/jira/browse/HDFS-9029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732288#comment-14732288
]
Allen Wittenauer commented on HDFS-9029:
----------------------------------------
Basic problem:
{code}
$ pwd
[...]/hadoop-hdfs-project/hadoop-hdfs
$ find . -name '*dylib'
./target/hadoop-hdfs-3.0.0-SNAPSHOT/lib/native/libhdfs.0.0.0.dylib
./target/hadoop-hdfs-3.0.0-SNAPSHOT/lib/native/libhdfs.dylib
./target/native/target/libwebhdfs.0.0.0.dylib
./target/native/target/libwebhdfs.dylib
./target/native/target/usr/local/lib/libhdfs.0.0.0.dylib
./target/native/target/usr/local/lib/libhdfs.dylib
{code}
libwebhdfs content needs to get copied into the
target/hadoop-hdfs-3.0.0-SNAPSHOT/ dir after it is built.
> libwebhdfs is not in the mvn package and likely missing from all distributions
> ------------------------------------------------------------------------------
>
> Key: HDFS-9029
> URL: https://issues.apache.org/jira/browse/HDFS-9029
> Project: Hadoop HDFS
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Allen Wittenauer
> Priority: Blocker
>
> libwebhdfs is not in the tar.gz generated by maven.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)