diff --git a/hetu-docs/zh/installation/deployment.md b/hetu-docs/zh/installation/deployment.md index f9541c7b7..b6b9d5f57 100644 --- a/hetu-docs/zh/installation/deployment.md +++ b/hetu-docs/zh/installation/deployment.md @@ -25,11 +25,11 @@ openLooKeng需要一个*数据*目录来存储日志等。我们建议在安装 ``` properties node.environment=openlookeng -node.launcher-log-file=/opt/openlookeng/hetu-server-1.1.0/log/launch.log -node.server-log-file=/opt/openlookeng/hetu-server-1.1.0/log/server.log -catalog.config-dir=/opt/openlookeng/hetu-server-1.1.0/etc/catalog -node.data-dir=/opt/openlookeng/hetu-server-1.1.0/data -plugin.dir=/opt/openlookeng/hetu-server-1.1.0/plugin +node.launcher-log-file=/opt/openlookeng/hetu-server-1.6.1/log/launch.log +node.server-log-file=/opt/openlookeng/hetu-server-1.6.1/log/server.log +catalog.config-dir=/opt/openlookeng/hetu-server-1.6.1/etc/catalog +node.data-dir=/opt/openlookeng/hetu-server-1.6.1/data +plugin.dir=/opt/openlookeng/hetu-server-1.6.1/plugin ``` 上述属性说明如下: @@ -46,7 +46,7 @@ plugin.dir=/opt/openlookeng/hetu-server-1.1.0/plugin - `plugin.dir`: plugin目录位置。 - 注:具体路径根据openLooKeng实际安装路径修改,比如例子中openLooKeng的安装路径为:/opt/openlookeng/hetu-server-1.1.0/。 + 注:具体路径根据openLooKeng实际安装路径修改,比如例子中openLooKeng的安装路径为:/opt/openlookeng/hetu-server-1.6.1/。 ### JVM配置