[ https://issues.apache.org/jira/browse/HDFS-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Yang updated HDFS-2022:
----------------------------
Assignee: Eric Yang
Status: Patch Available (was: Open)
> ant binary fails due to missing c++ lib dir
> -------------------------------------------
>
> Key: HDFS-2022
> URL: https://issues.apache.org/jira/browse/HDFS-2022
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: build
> Affects Versions: 0.23.0
> Reporter: Eli Collins
> Assignee: Eric Yang
> Fix For: 0.23.0
>
> Attachments: HDFS-2022.patch
>
>
> Post HDFS-1963 ant binary fails w/ the following. The bin-package is trying to copy from
the c++ lib dir which doesn't exist yet. The binary target should check for the existence
of this dir or would also be reasonable to depend on the compile-c++-libhdfs (since this is
the binary target).
> {noformat}
> /home/eli/src/hdfs4/build.xml:1115: /home/eli/src/hdfs4/build/c++/Linux-amd64-64/lib
not found.
> {noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|