Repository: bigtop Updated Branches: refs/heads/master 1a851e4ff -> 702712dd1
BIGTOP-1324. Fix typo in testHDFSConf.xml of TestCLI Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/702712dd Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/702712dd Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/702712dd Branch: refs/heads/master Commit: 702712dd1e6738ec235deb847695f6a34787ecad Parents: 1a851e4 Author: Martin Bukatovic <[email protected]> Authored: Tue May 27 17:09:33 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Tue May 27 17:09:33 2014 -0700 ---------------------------------------------------------------------- .../hadoop/src/main/resources/clitest_data/testHDFSConf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/702712dd/bigtop-tests/test-artifacts/hadoop/src/main/resources/clitest_data/testHDFSConf.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/hadoop/src/main/resources/clitest_data/testHDFSConf.xml b/bigtop-tests/test-artifacts/hadoop/src/main/resources/clitest_data/testHDFSConf.xml index 5eddc55..d9bb51e 100644 --- a/bigtop-tests/test-artifacts/hadoop/src/main/resources/clitest_data/testHDFSConf.xml +++ b/bigtop-tests/test-artifacts/hadoop/src/main/resources/clitest_data/testHDFSConf.xml @@ -166,7 +166,7 @@ <command>-fs NAMENODE -ls </command> </test-commands> <cleanup-commands> - <command>-fs NAMENODE -rm -r /user/USERNAME/*</command> + <command>-fs NAMENODE -rm -r /user/USER_NAME/*</command> </cleanup-commands> <comparators> <comparator>
