Skip to content

Commit

Permalink
Fix hbase engine docs, apache/linkis#4891
Browse files Browse the repository at this point in the history
  • Loading branch information
Longping Jie committed Nov 28, 2023
1 parent 200d76e commit d13993d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/engine-usage/hbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo ${JAVA_HOME}

### 2.1 Engine plugin preparation [non-default engine](./overview.md)

Method 2: Compile the engine plug-in separately (requires a `maven` environment)
Compile the engine plug-in separately (requires a `maven` environment)

```
# compile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ echo ${JAVA_HOME}

## 2. 引擎插件安装

### 2.1 引擎插件准备(二选一)[非默认引擎](./overview.md)
### 2.1 引擎插件准备 [非默认引擎](./overview.md)

方式一:单独编译引擎插件(需要有 `maven` 环境)
单独编译引擎插件(需要有 `maven` 环境)

```
# 编译
Expand Down

0 comments on commit d13993d

Please sign in to comment.