You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2023/06/21 02:53:41 UTC

[linkis-website] branch dev updated: [feat] remove prefix v of engine version (#722)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new d18473114b [feat] remove prefix v of engine version (#722)
d18473114b is described below

commit d18473114be25d78fdd0ce64358153a531812526
Author: zlucelia <66...@users.noreply.github.com>
AuthorDate: Wed Jun 21 10:53:36 2023 +0800

    [feat] remove prefix v of engine version (#722)
    
    * [feat] remove prefix v of engine version
    
    * [feat] removeprefix v of engine version
---
 .../http/linkis-cg-engineplugin-api/engine-plugin-api.md |  4 ++--
 .../engineconn-plugin-refresh.md                         |  2 +-
 docs/deployment/install-engineconn.md                    | 16 ++++++++--------
 docs/engine-usage/elasticsearch.md                       |  2 +-
 docs/engine-usage/presto.md                              |  2 +-
 docs/engine-usage/python.md                              |  2 +-
 faq/main.md                                              |  2 +-
 .../docusaurus-plugin-content-docs-faq/current/main.md   |  2 +-
 .../http/linkis-cg-engineplugin-api/engine-plugin-api.md |  4 ++--
 .../engineconn-plugin-refresh.md                         |  2 +-
 .../current/deployment/deploy-quick.md                   |  8 ++++----
 .../current/deployment/install-engineconn.md             |  6 +++---
 .../current/development/table/all.md                     |  8 ++++----
 .../current/engine-usage/elasticsearch.md                |  2 +-
 .../current/engine-usage/presto.md                       |  2 +-
 .../current/engine-usage/python.md                       |  2 +-
 .../http/linkis-cg-engineplugin-api/engine-plugin-api.md |  4 ++--
 .../engineconn-plugin-refresh.md                         |  2 +-
 .../http/linkis-cg-engineplugin-api/engine-plugin-api.md |  4 ++--
 .../engineconn-plugin-refresh.md                         |  2 +-
 .../version-1.3.2/current/deployment/deploy-quick.md     |  8 ++++----
 .../current/deployment/install-engineconn.md             |  6 +++---
 .../version-1.3.2/current/development/table/all.md       |  8 ++++----
 .../version-1.3.2/current/engine-usage/elasticsearch.md  |  2 +-
 .../version-1.3.2/current/engine-usage/presto.md         |  2 +-
 .../version-1.3.2/current/engine-usage/python.md         |  2 +-
 .../version-1.3.2/deployment/deploy-quick.md             |  8 ++++----
 .../version-1.3.2/deployment/install-engineconn.md       |  6 +++---
 .../version-1.3.2/development/table/all.md               |  8 ++++----
 .../version-1.3.2/engine-usage/elasticsearch.md          |  2 +-
 .../version-1.3.2/engine-usage/presto.md                 |  2 +-
 .../version-1.3.2/engine-usage/python.md                 |  2 +-
 .../http/linkis-cg-engineplugin-api/engine-plugin-api.md |  4 ++--
 .../engineconn-plugin-refresh.md                         |  2 +-
 .../version-1.3.2/deployment/install-engineconn.md       | 16 ++++++++--------
 .../version-1.3.2/engine-usage/elasticsearch.md          |  2 +-
 versioned_docs/version-1.3.2/engine-usage/presto.md      |  2 +-
 versioned_docs/version-1.3.2/engine-usage/python.md      |  2 +-
 38 files changed, 81 insertions(+), 81 deletions(-)

diff --git a/docs/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md b/docs/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
index 301ef2708c..7fdb989874 100644
--- a/docs/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
+++ b/docs/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
@@ -449,7 +449,7 @@ Request all engine plugin information
              {
                  "id": 239,
                  "engineConnType": "python",
-                 "version": "vpython2",
+                 "version": "python2",
                  "fileName": "lib.zip",
                  "lastModified": 1661950452000,
                  "fileSize": 6093507,
@@ -461,7 +461,7 @@ Request all engine plugin information
              {
                  "id": 238,
                  "engineConnType": "python",
-                 "version": "vpython2",
+                 "version": "python2",
                  "fileName": "conf.zip",
                  "lastModified": 1661950450000,
                  "fileSize": 43841,
diff --git a/docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md b/docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
index 12ff4840c5..5c01760fdb 100644
--- a/docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
+++ b/docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
@@ -31,7 +31,7 @@ sidebar_position: 0.1
 **Sample Request**:
 ```
 #url
-http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=v2.3.3 
+http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=2.3.3 
 
 #Request Header
 Content-Type:application/json
diff --git a/docs/deployment/install-engineconn.md b/docs/deployment/install-engineconn.md
index 5bf47336b9..236757f125 100644
--- a/docs/deployment/install-engineconn.md
+++ b/docs/deployment/install-engineconn.md
@@ -10,14 +10,14 @@ sidebar_position: 3
 After Linkis 1.0, the engine is managed by EngineConnManager, and the EngineConnPlugin (ECP) supports real-time effectiveness.
 In order to facilitate the EngineConnManager to be loaded into the corresponding EngineConnPlugin by labels, it needs to be packaged according to the following directory structure (take hive as an example):
 ```
-hive: engine home directory, must be the name of the engine
-└── dist # Dependency and configuration required for engine startup, different versions of the engine need to be in this directory to prevent the corresponding version directory
-    └── v1.2.1 #Must start with ‘v’ and add engine version number ‘1.2.1’
-        └── conf # Configuration file directory required by the engine
-        └── lib # Dependency package required by EngineConnPlugin
-└── plugin #EngineConnPlugin directory, this directory is used for engine management service package engine startup command and resource application
-    └── 1.2.1 # Engine version
-        └── linkis-engineplugin-hive-1.0.0-RC1.jar #Engine module package (only need to place a separate engine package)
+hive engine home directory, must be the name of the engine
+│   ├──  dist  # Dependency and configuration required for engine startup, different versions of the engine need to be in this directory to prevent the corresponding version directory
+│   │   └── 2.3.3 # Engine version
+│   │       └── conf # Configuration file directory required by the engine
+│   │       └── lib  # Dependency package required by EngineConnPlugin
+│   ├── plugin #EngineConnPlugin directory, this directory is used for engine management service package engine startup command and resource application
+│       └── 2.3.3 # Engine version
+│           └── linkis-engineplugin-hive-1.0.0.jar  #Engine module package (only need to place a separate engine package)   
 ```
 If you are adding a new engine, you can refer to hive's assembly configuration method, source code directory: linkis-engineconn-pluginshive/src/main/assembly/distribution.xml
 ## 2. Engine Installation
diff --git a/docs/engine-usage/elasticsearch.md b/docs/engine-usage/elasticsearch.md
index 4e950458ae..f8eda6a1c8 100644
--- a/docs/engine-usage/elasticsearch.md
+++ b/docs/engine-usage/elasticsearch.md
@@ -184,7 +184,7 @@ Example of http request parameters
 ```
 
 #### 4.2.3 File Configuration
-Configure by modifying the `linkis-engineconn.properties` file in the directory `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/v7.6.2/conf/`, as shown below:
+Configure by modifying the `linkis-engineconn.properties` file in the directory `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/7.6.2/conf/`, as shown below:
 
 ![](./images/es-config.png)
 
diff --git a/docs/engine-usage/presto.md b/docs/engine-usage/presto.md
index 3da7cd73d2..ef9f79ca8b 100644
--- a/docs/engine-usage/presto.md
+++ b/docs/engine-usage/presto.md
@@ -181,7 +181,7 @@ Example of http request parameters
 ```
 
 #### 4.2.3 File Configuration
-Configure by modifying the `linkis-engineconn.properties` file in the directory `install path/lib/linkis-engineconn-plugins/presto/dist/v0.234/conf/`, as shown below:
+Configure by modifying the `linkis-engineconn.properties` file in the directory `install path/lib/linkis-engineconn-plugins/presto/dist/0.234/conf/`, as shown below:
 
 ![](./images/presto-file.png)
 
diff --git a/docs/engine-usage/python.md b/docs/engine-usage/python.md
index 71ebacf128..066c030521 100644
--- a/docs/engine-usage/python.md
+++ b/docs/engine-usage/python.md
@@ -106,7 +106,7 @@ Example of http request parameters
 ```
 
 #### 4.2.3 File Configuration
-Configure by modifying the `linkis-engineconn.properties` file in the directory `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/vpython2/conf/`, as shown below:
+Configure by modifying the `linkis-engineconn.properties` file in the directory `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/python2/conf/`, as shown below:
 
 ![](./images/python-conf.png)
 
diff --git a/faq/main.md b/faq/main.md
index b7ea277a8a..9a9c0ede12 100644
--- a/faq/main.md
+++ b/faq/main.md
@@ -290,7 +290,7 @@ Specific modification steps:
 cd /appcom/Install/dss-linkis/linkis/lib/linkis-engineconn-plugins/,
 Modify the v2.1.1 directory name in the dist directory to v1.2.1
 Modify the subdirectory name 2.1.1 under the plugin directory to the default version 1.2.1
-If it is Spark, you need to modify dist/v2.4.3 and plugin/2.4.3 accordingly
+If it is Spark, you need to modify dist/2.4.3 and plugin/2.4.3 accordingly
 Finally restart the engineplugin service.
 ```
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-faq/current/main.md b/i18n/zh-CN/docusaurus-plugin-content-docs-faq/current/main.md
index cc6c7a631f..009f40a0d1 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-faq/current/main.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-faq/current/main.md
@@ -290,7 +290,7 @@ wds.linkis.governance.station.admin=hadoop,peacewong
 cd /appcom/Install/dss-linkis/linkis/lib/linkis-engineconn-plugins/,
 修改dist目录下的v2.1.1 目录名 修改为v1.2.1 
 修改plugin目录下的子目录名2.1.1 为 默认版本的1.2.1
-如果是Spark需要相应修改dist/v2.4.3 和plugin/2.4.3
+如果是Spark需要相应修改dist/2.4.3 和plugin/2.4.3
 最后重启engineplugin服务。
 ```
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
index 2e686017d7..1c83e70e2a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
@@ -449,7 +449,7 @@ sidebar_position: 3
             {
                 "id": 239,
                 "engineConnType": "python",
-                "version": "vpython2",
+                "version": "python2",
                 "fileName": "lib.zip",
                 "lastModified": 1661950452000,
                 "fileSize": 6093507,
@@ -461,7 +461,7 @@ sidebar_position: 3
             {
                 "id": 238,
                 "engineConnType": "python",
-                "version": "vpython2",
+                "version": "python2",
                 "fileName": "conf.zip",
                 "lastModified": 1661950450000,
                 "fileSize": 43841,
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
index 0f6d596953..ad77d066d2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
@@ -31,7 +31,7 @@ sidebar_position: 2
 **请求示例**:
 ```
 #url
-http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=v2.3.3 
+http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=2.3.3 
 
 #请求头部
 Content-Type:application/json
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
index 38fc13247c..960ea741b7 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/deploy-quick.md
@@ -491,22 +491,22 @@ $ tree linkis-package/lib/linkis-engineconn-plugins/ -L 3
 linkis-package/lib/linkis-engineconn-plugins/
 ├── hive
 │   ├── dist
-│   │   └── v2.3.3  #版本为2.3.3  engineType 为hive-2.3.3
+│   │   └── 2.3.3  #版本为2.3.3  engineType 为hive-2.3.3
 │   └── plugin
 │       └── 2.3.3
 ├── python
 │   ├── dist
-│   │   └── vpython2
+│   │   └── python2
 │   └── plugin
 │       └── python2 #版本为python2 engineType 为python-python2
 ├── shell
 │   ├── dist
-│   │   └── v1
+│   │   └── 1
 │   └── plugin
 │       └── 1
 └── spark
     ├── dist
-    │   └── v2.4.3
+    │   └── 2.4.3
     └── plugin
         └── 2.4.3
 ```
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/install-engineconn.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/install-engineconn.md
index 0622eff2e7..5dd98f4b26 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/install-engineconn.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/install-engineconn.md
@@ -12,15 +12,15 @@ Linkis的引擎物料包安装目录为`${LINKIS_HOME}/lib/linkis-engineconn-plu
 ```html
 hive #引擎主目录,必须为引擎的名字
 │   ├──  dist  # 引擎启动需要的jar包依赖和配置,不同的版本需要在该目录放置对应的版本目录
-│   │   └── v2.3.3 # 版本号,必须以v开头加上引擎版本号,注意 不能出现-; 版本为2.3.3  任务请求参数的engineType 为hive-2.3.3
+│   │   └── 2.3.3 # 版本号 版本为2.3.3 任务请求参数的engineType 为hive-2.3.3
 │   │       └── conf # 引擎需要的配置文件目录
 │   │       └── lib  # 引擎插件需要的依赖包
 │   ├── plugin #引擎插件目录,该目录用于引擎管理服务封装引擎的启动命令和资源申请
-│       └── 2.3.3 # 引擎版本,没有v开头
+│       └── 2.3.3 # 引擎版本
 │           └── linkis-engineplugin-hive-1.0.0.jar  #引擎模块包(只需要放置单独的引擎包)
 ├── python
 │   ├── dist
-│   │   └── vpython2
+│   │   └── python2
 │   └── plugin
 │       └── python2 #版本为python2 任务请求参数的engineTypee 为python-python2
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/table/all.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/table/all.md
index b65eaefdb1..e3d78b25c0 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/table/all.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/table/all.md
@@ -65,10 +65,10 @@ sidebar_position: 1
 
 | id | engine_conn_type | version | file_name | file_size | last_modified | bml_resource_id | bml_resource_version | create_time | last_update_time |
 | ---: | --- | --- | --- | ---: | ---: | --- | --- | --- | --- |
-| 3 | hive | v2.3.3 | conf.zip | 2363 | 1666683401000 | 8f9879b4-9950-43c9-8eca-5f570211e784 | v000001 | 2022-10-25 15:42:08 | 2022-10-25 15:42:08 |
-| 4 | hive | v2.3.3 | lib.zip | 106319116 | 1666683401000 | ac77aa15-e873-4f5f-9ed1-17435cad390f | v000001 | 2022-10-25 15:42:13 | 2022-10-25 15:42:13 |
-| 5 | elasticsearch | v7.6.2 | conf.zip | 1981 | 1666683401000 | f17874ca-54fa-4153-8edb-a4d31268847b | v000001 | 2022-10-25 15:42:14 | 2022-10-25 15:42:14 |
-| 6 | elasticsearch | v7.6.2 | lib.zip | 15935016 | 1666683401000 | 2f340471-a495-4b93-a197-b8eb362d04bb | v000001 | 2022-10-25 15:42:15 | 2022-10-25 15:42:15 |
+| 3 | hive | 2.3.3 | conf.zip | 2363 | 1666683401000 | 8f9879b4-9950-43c9-8eca-5f570211e784 | v000001 | 2022-10-25 15:42:08 | 2022-10-25 15:42:08 |
+| 4 | hive | 2.3.3 | lib.zip | 106319116 | 1666683401000 | ac77aa15-e873-4f5f-9ed1-17435cad390f | v000001 | 2022-10-25 15:42:13 | 2022-10-25 15:42:13 |
+| 5 | elasticsearch | 7.6.2 | conf.zip | 1981 | 1666683401000 | f17874ca-54fa-4153-8edb-a4d31268847b | v000001 | 2022-10-25 15:42:14 | 2022-10-25 15:42:14 |
+| 6 | elasticsearch | 7.6.2 | lib.zip | 15935016 | 1666683401000 | 2f340471-a495-4b93-a197-b8eb362d04bb | v000001 | 2022-10-25 15:42:15 | 2022-10-25 15:42:15 |
 
 
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/elasticsearch.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/elasticsearch.md
index 3a13163256..935b17429b 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/elasticsearch.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/elasticsearch.md
@@ -184,7 +184,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/v7.6.2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/7.6.2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/es-config.png)
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/presto.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/presto.md
index 9e51f83951..0788247f6e 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/presto.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/presto.md
@@ -178,7 +178,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `install path/lib/linkis-engineconn-plugins/presto/dist/v0.234/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `install path/lib/linkis-engineconn-plugins/presto/dist/0.234/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/presto-file.png)
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/python.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/python.md
index 390c353287..310e44d0d0 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/python.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/python.md
@@ -106,7 +106,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/vpython2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/python2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/python-conf.png)
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
index 2e686017d7..1c83e70e2a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
@@ -449,7 +449,7 @@ sidebar_position: 3
             {
                 "id": 239,
                 "engineConnType": "python",
-                "version": "vpython2",
+                "version": "python2",
                 "fileName": "lib.zip",
                 "lastModified": 1661950452000,
                 "fileSize": 6093507,
@@ -461,7 +461,7 @@ sidebar_position: 3
             {
                 "id": 238,
                 "engineConnType": "python",
-                "version": "vpython2",
+                "version": "python2",
                 "fileName": "conf.zip",
                 "lastModified": 1661950450000,
                 "fileSize": 43841,
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
index 0f6d596953..ad77d066d2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
@@ -31,7 +31,7 @@ sidebar_position: 2
 **请求示例**:
 ```
 #url
-http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=v2.3.3 
+http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=2.3.3 
 
 #请求头部
 Content-Type:application/json
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
index 2e686017d7..1c83e70e2a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
@@ -449,7 +449,7 @@ sidebar_position: 3
             {
                 "id": 239,
                 "engineConnType": "python",
-                "version": "vpython2",
+                "version": "python2",
                 "fileName": "lib.zip",
                 "lastModified": 1661950452000,
                 "fileSize": 6093507,
@@ -461,7 +461,7 @@ sidebar_position: 3
             {
                 "id": 238,
                 "engineConnType": "python",
-                "version": "vpython2",
+                "version": "python2",
                 "fileName": "conf.zip",
                 "lastModified": 1661950450000,
                 "fileSize": 43841,
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
index 0f6d596953..ad77d066d2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
@@ -31,7 +31,7 @@ sidebar_position: 2
 **请求示例**:
 ```
 #url
-http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=v2.3.3 
+http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=2.3.3 
 
 #请求头部
 Content-Type:application/json
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/deployment/deploy-quick.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/deployment/deploy-quick.md
index 38fc13247c..960ea741b7 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/deployment/deploy-quick.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/deployment/deploy-quick.md
@@ -491,22 +491,22 @@ $ tree linkis-package/lib/linkis-engineconn-plugins/ -L 3
 linkis-package/lib/linkis-engineconn-plugins/
 ├── hive
 │   ├── dist
-│   │   └── v2.3.3  #版本为2.3.3  engineType 为hive-2.3.3
+│   │   └── 2.3.3  #版本为2.3.3  engineType 为hive-2.3.3
 │   └── plugin
 │       └── 2.3.3
 ├── python
 │   ├── dist
-│   │   └── vpython2
+│   │   └── python2
 │   └── plugin
 │       └── python2 #版本为python2 engineType 为python-python2
 ├── shell
 │   ├── dist
-│   │   └── v1
+│   │   └── 1
 │   └── plugin
 │       └── 1
 └── spark
     ├── dist
-    │   └── v2.4.3
+    │   └── 2.4.3
     └── plugin
         └── 2.4.3
 ```
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/deployment/install-engineconn.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/deployment/install-engineconn.md
index 0622eff2e7..5dd98f4b26 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/deployment/install-engineconn.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/deployment/install-engineconn.md
@@ -12,15 +12,15 @@ Linkis的引擎物料包安装目录为`${LINKIS_HOME}/lib/linkis-engineconn-plu
 ```html
 hive #引擎主目录,必须为引擎的名字
 │   ├──  dist  # 引擎启动需要的jar包依赖和配置,不同的版本需要在该目录放置对应的版本目录
-│   │   └── v2.3.3 # 版本号,必须以v开头加上引擎版本号,注意 不能出现-; 版本为2.3.3  任务请求参数的engineType 为hive-2.3.3
+│   │   └── 2.3.3 # 版本号 版本为2.3.3 任务请求参数的engineType 为hive-2.3.3
 │   │       └── conf # 引擎需要的配置文件目录
 │   │       └── lib  # 引擎插件需要的依赖包
 │   ├── plugin #引擎插件目录,该目录用于引擎管理服务封装引擎的启动命令和资源申请
-│       └── 2.3.3 # 引擎版本,没有v开头
+│       └── 2.3.3 # 引擎版本
 │           └── linkis-engineplugin-hive-1.0.0.jar  #引擎模块包(只需要放置单独的引擎包)
 ├── python
 │   ├── dist
-│   │   └── vpython2
+│   │   └── python2
 │   └── plugin
 │       └── python2 #版本为python2 任务请求参数的engineTypee 为python-python2
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/development/table/all.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/development/table/all.md
index b65eaefdb1..e3d78b25c0 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/development/table/all.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/development/table/all.md
@@ -65,10 +65,10 @@ sidebar_position: 1
 
 | id | engine_conn_type | version | file_name | file_size | last_modified | bml_resource_id | bml_resource_version | create_time | last_update_time |
 | ---: | --- | --- | --- | ---: | ---: | --- | --- | --- | --- |
-| 3 | hive | v2.3.3 | conf.zip | 2363 | 1666683401000 | 8f9879b4-9950-43c9-8eca-5f570211e784 | v000001 | 2022-10-25 15:42:08 | 2022-10-25 15:42:08 |
-| 4 | hive | v2.3.3 | lib.zip | 106319116 | 1666683401000 | ac77aa15-e873-4f5f-9ed1-17435cad390f | v000001 | 2022-10-25 15:42:13 | 2022-10-25 15:42:13 |
-| 5 | elasticsearch | v7.6.2 | conf.zip | 1981 | 1666683401000 | f17874ca-54fa-4153-8edb-a4d31268847b | v000001 | 2022-10-25 15:42:14 | 2022-10-25 15:42:14 |
-| 6 | elasticsearch | v7.6.2 | lib.zip | 15935016 | 1666683401000 | 2f340471-a495-4b93-a197-b8eb362d04bb | v000001 | 2022-10-25 15:42:15 | 2022-10-25 15:42:15 |
+| 3 | hive | 2.3.3 | conf.zip | 2363 | 1666683401000 | 8f9879b4-9950-43c9-8eca-5f570211e784 | v000001 | 2022-10-25 15:42:08 | 2022-10-25 15:42:08 |
+| 4 | hive | 2.3.3 | lib.zip | 106319116 | 1666683401000 | ac77aa15-e873-4f5f-9ed1-17435cad390f | v000001 | 2022-10-25 15:42:13 | 2022-10-25 15:42:13 |
+| 5 | elasticsearch | 7.6.2 | conf.zip | 1981 | 1666683401000 | f17874ca-54fa-4153-8edb-a4d31268847b | v000001 | 2022-10-25 15:42:14 | 2022-10-25 15:42:14 |
+| 6 | elasticsearch | 7.6.2 | lib.zip | 15935016 | 1666683401000 | 2f340471-a495-4b93-a197-b8eb362d04bb | v000001 | 2022-10-25 15:42:15 | 2022-10-25 15:42:15 |
 
 
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/elasticsearch.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/elasticsearch.md
index 3a13163256..935b17429b 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/elasticsearch.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/elasticsearch.md
@@ -184,7 +184,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/v7.6.2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/7.6.2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/es-config.png)
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/presto.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/presto.md
index 9e51f83951..0788247f6e 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/presto.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/presto.md
@@ -178,7 +178,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `install path/lib/linkis-engineconn-plugins/presto/dist/v0.234/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `install path/lib/linkis-engineconn-plugins/presto/dist/0.234/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/presto-file.png)
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/python.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/python.md
index 390c353287..310e44d0d0 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/python.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/engine-usage/python.md
@@ -106,7 +106,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/vpython2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/python2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/python-conf.png)
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/deployment/deploy-quick.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/deployment/deploy-quick.md
index 38fc13247c..960ea741b7 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/deployment/deploy-quick.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/deployment/deploy-quick.md
@@ -491,22 +491,22 @@ $ tree linkis-package/lib/linkis-engineconn-plugins/ -L 3
 linkis-package/lib/linkis-engineconn-plugins/
 ├── hive
 │   ├── dist
-│   │   └── v2.3.3  #版本为2.3.3  engineType 为hive-2.3.3
+│   │   └── 2.3.3  #版本为2.3.3  engineType 为hive-2.3.3
 │   └── plugin
 │       └── 2.3.3
 ├── python
 │   ├── dist
-│   │   └── vpython2
+│   │   └── python2
 │   └── plugin
 │       └── python2 #版本为python2 engineType 为python-python2
 ├── shell
 │   ├── dist
-│   │   └── v1
+│   │   └── 1
 │   └── plugin
 │       └── 1
 └── spark
     ├── dist
-    │   └── v2.4.3
+    │   └── 2.4.3
     └── plugin
         └── 2.4.3
 ```
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/deployment/install-engineconn.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/deployment/install-engineconn.md
index 0622eff2e7..5dd98f4b26 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/deployment/install-engineconn.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/deployment/install-engineconn.md
@@ -12,15 +12,15 @@ Linkis的引擎物料包安装目录为`${LINKIS_HOME}/lib/linkis-engineconn-plu
 ```html
 hive #引擎主目录,必须为引擎的名字
 │   ├──  dist  # 引擎启动需要的jar包依赖和配置,不同的版本需要在该目录放置对应的版本目录
-│   │   └── v2.3.3 # 版本号,必须以v开头加上引擎版本号,注意 不能出现-; 版本为2.3.3  任务请求参数的engineType 为hive-2.3.3
+│   │   └── 2.3.3 # 版本号 版本为2.3.3 任务请求参数的engineType 为hive-2.3.3
 │   │       └── conf # 引擎需要的配置文件目录
 │   │       └── lib  # 引擎插件需要的依赖包
 │   ├── plugin #引擎插件目录,该目录用于引擎管理服务封装引擎的启动命令和资源申请
-│       └── 2.3.3 # 引擎版本,没有v开头
+│       └── 2.3.3 # 引擎版本
 │           └── linkis-engineplugin-hive-1.0.0.jar  #引擎模块包(只需要放置单独的引擎包)
 ├── python
 │   ├── dist
-│   │   └── vpython2
+│   │   └── python2
 │   └── plugin
 │       └── python2 #版本为python2 任务请求参数的engineTypee 为python-python2
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/development/table/all.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/development/table/all.md
index b65eaefdb1..e3d78b25c0 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/development/table/all.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/development/table/all.md
@@ -65,10 +65,10 @@ sidebar_position: 1
 
 | id | engine_conn_type | version | file_name | file_size | last_modified | bml_resource_id | bml_resource_version | create_time | last_update_time |
 | ---: | --- | --- | --- | ---: | ---: | --- | --- | --- | --- |
-| 3 | hive | v2.3.3 | conf.zip | 2363 | 1666683401000 | 8f9879b4-9950-43c9-8eca-5f570211e784 | v000001 | 2022-10-25 15:42:08 | 2022-10-25 15:42:08 |
-| 4 | hive | v2.3.3 | lib.zip | 106319116 | 1666683401000 | ac77aa15-e873-4f5f-9ed1-17435cad390f | v000001 | 2022-10-25 15:42:13 | 2022-10-25 15:42:13 |
-| 5 | elasticsearch | v7.6.2 | conf.zip | 1981 | 1666683401000 | f17874ca-54fa-4153-8edb-a4d31268847b | v000001 | 2022-10-25 15:42:14 | 2022-10-25 15:42:14 |
-| 6 | elasticsearch | v7.6.2 | lib.zip | 15935016 | 1666683401000 | 2f340471-a495-4b93-a197-b8eb362d04bb | v000001 | 2022-10-25 15:42:15 | 2022-10-25 15:42:15 |
+| 3 | hive | 2.3.3 | conf.zip | 2363 | 1666683401000 | 8f9879b4-9950-43c9-8eca-5f570211e784 | v000001 | 2022-10-25 15:42:08 | 2022-10-25 15:42:08 |
+| 4 | hive | 2.3.3 | lib.zip | 106319116 | 1666683401000 | ac77aa15-e873-4f5f-9ed1-17435cad390f | v000001 | 2022-10-25 15:42:13 | 2022-10-25 15:42:13 |
+| 5 | elasticsearch | 7.6.2 | conf.zip | 1981 | 1666683401000 | f17874ca-54fa-4153-8edb-a4d31268847b | v000001 | 2022-10-25 15:42:14 | 2022-10-25 15:42:14 |
+| 6 | elasticsearch | 7.6.2 | lib.zip | 15935016 | 1666683401000 | 2f340471-a495-4b93-a197-b8eb362d04bb | v000001 | 2022-10-25 15:42:15 | 2022-10-25 15:42:15 |
 
 
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/elasticsearch.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/elasticsearch.md
index 3a13163256..935b17429b 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/elasticsearch.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/elasticsearch.md
@@ -184,7 +184,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/v7.6.2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/7.6.2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/es-config.png)
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/presto.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/presto.md
index 9e51f83951..0788247f6e 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/presto.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/presto.md
@@ -178,7 +178,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `install path/lib/linkis-engineconn-plugins/presto/dist/v0.234/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `install path/lib/linkis-engineconn-plugins/presto/dist/0.234/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/presto-file.png)
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/python.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/python.md
index 390c353287..310e44d0d0 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/python.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/engine-usage/python.md
@@ -106,7 +106,7 @@ http 请求参数示例
 ```
 
 #### 4.2.3 文件配置
-通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/vpython2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
+通过修改目录 `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/python2/conf/` 中的 `linkis-engineconn.properties` 文件进行配置,如下图:
 
 ![](./images/python-conf.png)
 
diff --git a/versioned_docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md b/versioned_docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
index 301ef2708c..7fdb989874 100644
--- a/versioned_docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
+++ b/versioned_docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engine-plugin-api.md
@@ -449,7 +449,7 @@ Request all engine plugin information
              {
                  "id": 239,
                  "engineConnType": "python",
-                 "version": "vpython2",
+                 "version": "python2",
                  "fileName": "lib.zip",
                  "lastModified": 1661950452000,
                  "fileSize": 6093507,
@@ -461,7 +461,7 @@ Request all engine plugin information
              {
                  "id": 238,
                  "engineConnType": "python",
-                 "version": "vpython2",
+                 "version": "python2",
                  "fileName": "conf.zip",
                  "lastModified": 1661950450000,
                  "fileSize": 43841,
diff --git a/versioned_docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md b/versioned_docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
index 12ff4840c5..5c01760fdb 100644
--- a/versioned_docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
+++ b/versioned_docs/version-1.3.2/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
@@ -31,7 +31,7 @@ sidebar_position: 0.1
 **Sample Request**:
 ```
 #url
-http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=v2.3.3 
+http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=2.3.3 
 
 #Request Header
 Content-Type:application/json
diff --git a/versioned_docs/version-1.3.2/deployment/install-engineconn.md b/versioned_docs/version-1.3.2/deployment/install-engineconn.md
index 5bf47336b9..236757f125 100644
--- a/versioned_docs/version-1.3.2/deployment/install-engineconn.md
+++ b/versioned_docs/version-1.3.2/deployment/install-engineconn.md
@@ -10,14 +10,14 @@ sidebar_position: 3
 After Linkis 1.0, the engine is managed by EngineConnManager, and the EngineConnPlugin (ECP) supports real-time effectiveness.
 In order to facilitate the EngineConnManager to be loaded into the corresponding EngineConnPlugin by labels, it needs to be packaged according to the following directory structure (take hive as an example):
 ```
-hive: engine home directory, must be the name of the engine
-└── dist # Dependency and configuration required for engine startup, different versions of the engine need to be in this directory to prevent the corresponding version directory
-    └── v1.2.1 #Must start with ‘v’ and add engine version number ‘1.2.1’
-        └── conf # Configuration file directory required by the engine
-        └── lib # Dependency package required by EngineConnPlugin
-└── plugin #EngineConnPlugin directory, this directory is used for engine management service package engine startup command and resource application
-    └── 1.2.1 # Engine version
-        └── linkis-engineplugin-hive-1.0.0-RC1.jar #Engine module package (only need to place a separate engine package)
+hive engine home directory, must be the name of the engine
+│   ├──  dist  # Dependency and configuration required for engine startup, different versions of the engine need to be in this directory to prevent the corresponding version directory
+│   │   └── 2.3.3 # Engine version
+│   │       └── conf # Configuration file directory required by the engine
+│   │       └── lib  # Dependency package required by EngineConnPlugin
+│   ├── plugin #EngineConnPlugin directory, this directory is used for engine management service package engine startup command and resource application
+│       └── 2.3.3 # Engine version
+│           └── linkis-engineplugin-hive-1.0.0.jar  #Engine module package (only need to place a separate engine package)   
 ```
 If you are adding a new engine, you can refer to hive's assembly configuration method, source code directory: linkis-engineconn-pluginshive/src/main/assembly/distribution.xml
 ## 2. Engine Installation
diff --git a/versioned_docs/version-1.3.2/engine-usage/elasticsearch.md b/versioned_docs/version-1.3.2/engine-usage/elasticsearch.md
index 4e950458ae..f8eda6a1c8 100644
--- a/versioned_docs/version-1.3.2/engine-usage/elasticsearch.md
+++ b/versioned_docs/version-1.3.2/engine-usage/elasticsearch.md
@@ -184,7 +184,7 @@ Example of http request parameters
 ```
 
 #### 4.2.3 File Configuration
-Configure by modifying the `linkis-engineconn.properties` file in the directory `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/v7.6.2/conf/`, as shown below:
+Configure by modifying the `linkis-engineconn.properties` file in the directory `${LINKIS_HOME}/lib/linkis-engineconn-plugins/elasticsearch/dist/7.6.2/conf/`, as shown below:
 
 ![](./images/es-config.png)
 
diff --git a/versioned_docs/version-1.3.2/engine-usage/presto.md b/versioned_docs/version-1.3.2/engine-usage/presto.md
index 3da7cd73d2..ef9f79ca8b 100644
--- a/versioned_docs/version-1.3.2/engine-usage/presto.md
+++ b/versioned_docs/version-1.3.2/engine-usage/presto.md
@@ -181,7 +181,7 @@ Example of http request parameters
 ```
 
 #### 4.2.3 File Configuration
-Configure by modifying the `linkis-engineconn.properties` file in the directory `install path/lib/linkis-engineconn-plugins/presto/dist/v0.234/conf/`, as shown below:
+Configure by modifying the `linkis-engineconn.properties` file in the directory `install path/lib/linkis-engineconn-plugins/presto/dist/0.234/conf/`, as shown below:
 
 ![](./images/presto-file.png)
 
diff --git a/versioned_docs/version-1.3.2/engine-usage/python.md b/versioned_docs/version-1.3.2/engine-usage/python.md
index 71ebacf128..066c030521 100644
--- a/versioned_docs/version-1.3.2/engine-usage/python.md
+++ b/versioned_docs/version-1.3.2/engine-usage/python.md
@@ -106,7 +106,7 @@ Example of http request parameters
 ```
 
 #### 4.2.3 File Configuration
-Configure by modifying the `linkis-engineconn.properties` file in the directory `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/vpython2/conf/`, as shown below:
+Configure by modifying the `linkis-engineconn.properties` file in the directory `${LINKIS_HOME}/lib/linkis-engineconn-plugins/python/dist/python2/conf/`, as shown below:
 
 ![](./images/python-conf.png)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org