xiaoyuyao commented on a change in pull request #442: HDDS-2734. 
start/RunningViaDocker.md translated to Chinese
URL: https://github.com/apache/hadoop-ozone/pull/442#discussion_r367700990
 
 

 ##########
 File path: hadoop-hdds/docs/content/start/RunningViaDocker.zh.md
 ##########
 @@ -21,40 +21,31 @@ weight: 23
 -->
 
 {{< requirements >}}
- * docker and docker-compose
+ * docker 和 docker-compose
 {{< /requirements >}}
 
-* Download the Ozone binary tarball and untar it.
+* 下载 Ozone 二进制压缩包并解压。
 
-* Go to the directory where the docker compose files exist and tell
-`docker-compose` to start Ozone in the background. This will start a small
-ozone instance on your machine.
+* 进入 docker compose 文件所在的目录,执行 `docker-compose` 命令,你的机器会启动一个运行在后台的 ozone 伪集群。
 
 {{< highlight bash >}}
 cd compose/ozone/
 
 docker-compose up -d
 {{< /highlight >}}
 
-To verify that ozone is working as expected, let us log into a data node and
-run _freon_, the load generator for Ozone. The ```exec datanode bash``` command
-will open a bash shell on the datanode.
-
-The `ozone freon` command is executed within the datanode container. You can 
quit freon via CTRL-C any time. The
-```rk``` profile instructs freon to generate random keys.
+为了验证 Ozone 正常运行,我们可以登录到 Datanode 并运行 Ozone 的负载生成命令 _freon_。 ```exec datanode 
bash``` 命令会在 Datanode 上启动一个 bash,`ozone freon` 命令在 Datanode 所在的容器内执行,你随时可以通过  
CTRL-C 退出 freon,```rk``` 指令会让 freon 生成随机的键。
 
 Review comment:
   ```rk``` 指令=》命令行选项```rk``` 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to