Repository: bigtop Updated Branches: refs/heads/master 8078a4c21 -> 5d70fdbb1
BIGTOP-1238. TestCLI has misspelled 'NAMNEODE' that is used without protocol name Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5d70fdbb Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5d70fdbb Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5d70fdbb Branch: refs/heads/master Commit: 5d70fdbb1365a6f5a3cab09d5b5c4879d7248364 Parents: 8078a4c Author: Dasha Boudnik <[email protected]> Authored: Tue Mar 4 15:02:35 2014 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Mar 4 15:02:35 2014 -0800 ---------------------------------------------------------------------- .../src/main/resources/clitest_data/testHDFSConf.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/5d70fdbb/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 d185cfc..0a3fe50 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 @@ -2723,7 +2723,7 @@ <command>-fs NAMENODE -cp hdfs://TEST_DIR_ABSOLUTE/dir0 hdfs://TEST_DIR_ABSOLUTE/dir1</command> </test-commands> <cleanup-commands> - <command>-fs NAMNEODE -rm -r hdfs://TEST_DIR_ABSOLUTE/dir1</command> + <command>-fs NAMENODE -rm -r hdfs://TEST_DIR_ABSOLUTE/dir1</command> </cleanup-commands> <comparators> <comparator> @@ -2791,7 +2791,7 @@ <command>-fs NAMENODE -ls -R hdfs://TEST_DIR_ABSOLUTE/d*</command> </test-commands> <cleanup-commands> - <command>-fs NAMNEODE -rm -r hdfs://TEST_DIR_ABSOLUTE/d*</command> + <command>-fs NAMENODE -rm -r hdfs://TEST_DIR_ABSOLUTE/d*</command> </cleanup-commands> <comparators> <comparator> @@ -2820,7 +2820,7 @@ <command>-fs NAMENODE -ls -R hdfs://TEST_DIR_ABSOLUTE/d*</command> </test-commands> <cleanup-commands> - <command>-fs NAMNEODE -rm -r hdfs://TEST_DIR_ABSOLUTE/*</command> + <command>-fs NAMENODE -rm -r hdfs://TEST_DIR_ABSOLUTE/*</command> </cleanup-commands> <comparators> <comparator> @@ -3126,7 +3126,7 @@ <command>-fs NAMENODE -ls -R NAMENODETEST_DIR_ABSOLUTE/d*</command> </test-commands> <cleanup-commands> - <command>-fs NAMNEODE -rm -r NAMENODETEST_DIR_ABSOLUTE/d*</command> + <command>-fs NAMENODE -rm -r NAMENODETEST_DIR_ABSOLUTE/d*</command> </cleanup-commands> <comparators> <comparator> @@ -3155,7 +3155,7 @@ <command>-fs NAMENODE -ls -R NAMENODETEST_DIR_ABSOLUTE/d*</command> </test-commands> <cleanup-commands> - <command>-fs NAMNEODE -rm -r NAMENODETEST_DIR_ABSOLUTE/*</command> + <command>-fs NAMENODE -rm -r NAMENODETEST_DIR_ABSOLUTE/*</command> </cleanup-commands> <comparators> <comparator>
