[
https://issues.apache.org/jira/browse/HDFS-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15062496#comment-15062496
]
James Clampffer commented on HDFS-9325:
---------------------------------------
I get an error when trying to build, I'm guessing it's the reason the CI test
failed.
{code}
[exec] [ 65%] Built target hdfs_configuration_test
[exec] Linking CXX executable libhdfs_threaded_hdfspp_test_shim_static
[exec] /usr/bin/ld: cannot find -lhdfspp_test_shim_static
[exec] collect2: error: ld returned 1 exit status
[exec] make[2]: ***
[main/native/libhdfspp/tests/libhdfs_threaded_hdfspp_test_shim_static] Error 1
[exec] make[1]: ***
[main/native/libhdfspp/tests/CMakeFiles/libhdfs_threaded_hdfspp_test_shim_static.dir/all]
Error 2
[exec] make: *** [all] Error 2
{code}
> Allow the location of hadoop source tree resources to be passed to CMake
> during a build.
> ----------------------------------------------------------------------------------------
>
> Key: HDFS-9325
> URL: https://issues.apache.org/jira/browse/HDFS-9325
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: hdfs-client
> Reporter: James Clampffer
> Assignee: Bob Hansen
> Attachments: HDFS-9325.HDFS-8707.001.patch,
> HDFS-9325.HDFS-8707.002.patch, HDFS-9325.HDFS-8707.003.patch
>
>
> It would be nice if CMake could take an optional parameter with the location
> of hdfs.h that typically lives at libhdfs/includes/hdfs/hdfs.h, otherwise it
> would default to this location. This would be useful for projects using
> libhdfs++ that gather headers defining library APIs in a single location.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)