[ https://issues.apache.org/jira/browse/HDFS-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778711#action_12778711 ]
Konstantin Boudnik commented on HDFS-756: ----------------------------------------- I don't think a dependency on a Common workspace is the very plausible idea. For once, it will affect Hudson's configurations and will introduce an inter-build dependencies there. I believe a better way is to rely on the content of hadoop-core SNAPSHOT file which includes all bin/ scripts in it packed into bin.tgz file. What has to be done is to create a temp directory to unpack said bin.tgz file and then use it for the purpose of the test. This approach will allow to make the test self-sufficient and avoid having potentially harmful dependencies. > libhdfs unit tests do not run > ------------------------------ > > Key: HDFS-756 > URL: https://issues.apache.org/jira/browse/HDFS-756 > Project: Hadoop HDFS > Issue Type: Bug > Components: contrib/libhdfs > Reporter: dhruba borthakur > Assignee: Eli Collins > Priority: Critical > Fix For: 0.22.0 > > Attachments: hdfs-756.patch > > > The libhdfs unit tests (ant test-c++-libhdfs -Dislibhdfs=1) do not run yet > because the scripts are in the common subproject, -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.