[ 
https://issues.apache.org/jira/browse/HADOOP-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272764#comment-14272764
 ] 

Kengo Seki commented on HADOOP-11440:
-------------------------------------

[~ajisakaa], I grepped source code and found 244 classes use ’test.build.data’ 
while only 20 classes use ‘test.build.dir’. (But according to pom.xml at the 
top level of project, both of these variables seem to be resolved to the same 
path.)
Pardon my ignorance, but what’s the difference of these directories? Is 
‘test.build.data’ more preferable way?


> Use "test.build.dir" instead of "build.test.dir" for testing in 
> ClientBaseWithFixes
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-11440
>                 URL: https://issues.apache.org/jira/browse/HADOOP-11440
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 2.6.0
>            Reporter: Akira AJISAKA
>            Priority: Minor
>              Labels: newbie
>
> In ClientBaseWithFixes.java, the base directory for tests are set in the 
> following:
> {code}
>     static final File BASETEST =
>         new File(System.getProperty("build.test.dir", "build"));
> {code}
> There is no property "build.test.dir", so {{BASETEST}} is always "build". We 
> should use "test.build.dir" instead of "build.test.dir".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to