From 51fda2d7733a17a22f68c1c57b0ada062b713620 Mon Sep 17 00:00:00 2001 From: Bharat Viswanadham Date: Mon, 17 Sep 2018 22:22:56 -0700 Subject: [PATCH] HDDS-491. Minor typos in README.md in smoketest. Contributed by chencan. --- hadoop-dist/src/main/smoketest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-dist/src/main/smoketest/README.md b/hadoop-dist/src/main/smoketest/README.md index cc6ee92f091..c521a54beb2 100644 --- a/hadoop-dist/src/main/smoketest/README.md +++ b/hadoop-dist/src/main/smoketest/README.md @@ -20,11 +20,11 @@ You can run in in any environment after [installing](https://github.com/robotfra ``` cd $DIRECTORY_OF_OZONE -robot smoketest/bascic +robot smoketest/basic ``` The argument of the `robot` could be any robot file or directory. The current configuration in the robot files (hostnames, ports) are adjusted for the docker-based setup but you can easily modify it for any environment. -The `./test.sh` in this directory can start multiple type of clusters (ozone standalon or ozone + hdfs) and execute the test framework with all of the clusters. \ No newline at end of file +The `./test.sh` in this directory can start multiple type of clusters (ozone standalone or ozone + hdfs) and execute the test framework with all of the clusters.