morningman commented on a change in pull request #5968:
URL: https://github.com/apache/incubator-doris/pull/5968#discussion_r645983713



##########
File path: docs/zh-CN/installing/install-deploy.md
##########
@@ -159,7 +159,7 @@ BROKER 当前没有,也不需要 priority\_networks 这个选项。Broker 的
 
 * 修改所有 BE 的配置
 
-    修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用 `;` 
分隔(最后一个目录后不要加 `;`)。
+    修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用 `;` 
分隔(最后一个目录后不要加 `;`)。如果be部署在hadoop集群中,注意调整be.conf中的`webserver_port = 
8040`,以免造成断开冲突

Review comment:
       ```suggestion
       修改 be/conf/be.conf。主要是配置 
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用 `;` 
分隔(最后一个目录后不要加 `;`)。如果 BE 节点和 hadoop 组件混部,注意调整be.conf中的`webserver_port = 
8040`,以免造成端口冲突
   ```
   
   Thanks for your PR. And please update the english document




-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to