소스 검색

HDDS-491. Minor typos in README.md in smoketest. Contributed by chencan.

(cherry picked from commit 51fda2d7733a17a22f68c1c57b0ada062b713620)
Bharat Viswanadham 6 년 전
부모
커밋
68ab94901a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      hadoop-dist/src/main/smoketest/README.md

+ 2 - 2
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.
+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.