Skip to content

Commit d169355

Browse files
authored
update 1.5.0 doc (#774)
1 parent 0b4ee17 commit d169355

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+262
-70
lines changed

docs/engine-usage/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/elasticsearch/target/out/
5959

6060
Upload the engine plug-in package in 2.1 to the engine directory of the server
6161
```bash
62-
${LINKIS_HOME}/lib/linkis-engineplugins
62+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
6363
```
6464
The directory structure after uploading is as follows
6565
```

docs/engine-usage/flink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/flink/target/out/
5555

5656
Upload the engine plug-in package in 2.1 to the engine directory of the server
5757
```bash
58-
${LINKIS_HOME}/lib/linkis-engineplugins
58+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
5959
```
6060
The directory structure after uploading is as follows
6161
```

docs/engine-usage/impala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/impala/target/out/
5454

5555
Upload the engine package in 2.1 to the engine directory of the server
5656
```bash
57-
${LINKIS_HOME}/lib/linkis-engineplugins
57+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
5858
```
5959
The directory structure after uploading is as follows
6060
```

docs/engine-usage/jdbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/jdbc/target/out/
5656

5757
Upload the engine plug-in package in 2.1 to the engine directory of the server
5858
```bash
59-
${LINKIS_HOME}/lib/linkis-engineplugins
59+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
6060
```
6161
The directory structure after uploading is as follows
6262
```

docs/engine-usage/openlookeng.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/openlookeng/target/out/
6363

6464
Upload the engine plug-in package in 2.1 to the engine directory of the server
6565
```bash
66-
${LINKIS_HOME}/lib/linkis-engineplugins
66+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
6767
```
6868
The directory structure after uploading is as follows
6969
```

docs/engine-usage/pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/pipeline/target/out/
2727

2828
Upload the engine plug-in package in 1.1 to the engine directory of the server
2929
```bash
30-
${LINKIS_HOME}/lib/linkis-engineplugins
30+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
3131
```
3232
The directory structure after uploading is as follows
3333
```

docs/engine-usage/presto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/presto/target/out/
6262

6363
Upload the engine package in 2.1 to the engine directory of the server
6464
```bash
65-
${LINKIS_HOME}/lib/linkis-engineplugins
65+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
6666
```
6767
The directory structure after uploading is as follows
6868
```

docs/engine-usage/seatunnel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/seatunnel/target/out/
6161

6262
Upload the engine package in 2.1 to the engine directory of the server
6363
```bash
64-
${LINKIS_HOME}/lib/linkis-engineplugins
64+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
6565
```
6666
The directory structure after uploading is as follows
6767
```

docs/engine-usage/sqoop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/sqoop/target/out/
6767

6868
Upload the engine package in 2.1 to the engine directory of the server
6969
```bash
70-
${LINKIS_HOME}/lib/linkis-engineplugins
70+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
7171
```
7272
The directory structure after uploading is as follows
7373
```

docs/engine-usage/trino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ${linkis_code_dir}/linkis-engineconn-plugins/trino/target/out/
6262

6363
Upload the engine package in 2.1 to the engine directory of the server
6464
```bash
65-
${LINKIS_HOME}/lib/linkis-engineplugins
65+
${LINKIS_HOME}/lib/linkis-engineconn-plugins
6666
```
6767
The directory structure after uploading is as follows
6868
```

0 commit comments

Comments
 (0)