[GitHub] hadoop pull request: HADOOP-12984. Add GenericTestUtils.getTestDir...

2016-04-04 Thread aajisaka
Github user aajisaka commented on the pull request: https://github.com/apache/hadoop/pull/89#issuecomment-205680037 Thank you for the update! I'm +1 if the above comments are addressed. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] hadoop pull request: HADOOP-12984. Add GenericTestUtils.getTestDir...

2016-04-04 Thread aajisaka
Github user aajisaka commented on a diff in the pull request: https://github.com/apache/hadoop/pull/89#discussion_r58492524 --- Diff: hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileUtil.java --- @@ -55,9 +56,11 @@ public class TestFileUtil {

[GitHub] hadoop pull request: HADOOP-12984. Add GenericTestUtils.getTestDir...

2016-04-04 Thread vinayakumarb
Github user vinayakumarb commented on the pull request: https://github.com/apache/hadoop/pull/89#issuecomment-205285404 Rebased, and separated the common changes and hdfs changes. Pushed only common changes in this PR. --- If your project is set up for it, you can reply to thi

[GitHub] hadoop pull request: HADOOP-12984. Add GenericTestUtils.getTestDir...

2016-04-04 Thread aajisaka
Github user aajisaka commented on the pull request: https://github.com/apache/hadoop/pull/89#issuecomment-205168263 Thank you for rebasing! Mostly looks good to me. Two comments: * Can we separate the patch into common change and hdfs change? That way the patch becomes smaller and

[GitHub] hadoop pull request: HADOOP-12984. Add GenericTestUtils.getTestDir...

2016-04-03 Thread aajisaka
Github user aajisaka commented on a diff in the pull request: https://github.com/apache/hadoop/pull/89#discussion_r58334727 --- Diff: hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestDecommissioningStatus.java --- @@ -87,7 +87,7 @@ public st

[GitHub] hadoop pull request: HADOOP-12984. Add GenericTestUtils.getTestDir...

2016-04-03 Thread vinayakumarb
GitHub user vinayakumarb opened a pull request: https://github.com/apache/hadoop/pull/89 HADOOP-12984. Add GenericTestUtils.getTestDir method and use it for emporary directory in tests Rebased. You can merge this pull request into a Git repository by running: $ git pull https: