Github user cnauroth commented on a diff in the pull request:

    https://github.com/apache/hadoop/pull/53#discussion_r45787996
  
    --- Diff: 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
 ---
    @@ -59,6 +59,22 @@
     
       private static final AtomicInteger sequence = new AtomicInteger();
     
    +  /**
    +   * system property for test data: {@value}
    +   */
    +  public static final String SYSPROP_TEST_DATA_DIR = "test.build.data";
    +
    +  /**
    +   * Default path for test data: {@value}
    +   */
    +  public static final String DEFAULT_TEST_DATA_DIR =
    +      "target " + File.pathSeparator + "test" + File.pathSeparator + 
"data";
    --- End diff --
    
    I think you'll still need to incorporate the fixes I suggested earlier in a 
JIRA comment: remove the extra space character at the end of the `"target "` 
string literal, and switch from `File.pathSeparator` to `File.separator`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to