Skip to content

Commit d68751d

Browse files
committed
修改quickStart排版
1 parent d394f20 commit d68751d

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/quickStart.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ zookeeper.sasl.login-context-name: Client
2323
```
2424
2525
### 1.3 打包
26+
2627
进入项目根目录,使用maven打包:
2728
```shell script
2829
mvn clean package -Dmaven.test.skip
@@ -41,19 +42,19 @@ mvn clean package -Dmaven.test.skip
4142
| |--- xxxsink
4243
| |--- xxxside
4344
```
44-
### 1.4 快速启动
45-
46-
#### 1.4.1 启动命令
45+
### 1.4 快速启动命令
4746

47+
#### local模式命令
4848
```shell script
49-
# local模式命令
5049
sh submit.sh
5150
-mode local
5251
-name local_test
5352
-sql F:\dtstack\stressTest\flinkStreamSql\stressTest.sql
5453
-localSqlPluginPath F:\dtstack\project\flinkStreamSQL\plugins
54+
```
5555

56-
#standalone模式命令
56+
#### standalone模式命令
57+
```shell script
5758
sh submit.sh
5859
-mode standalone
5960
-sql F:\dtstack\flinkStreamSql\tiezhu\twodimjoin.sql
@@ -65,8 +66,10 @@ sh submit.sh
6566
-flinkJarPath F:\Java\flink-1.8.2-bin-scala_2.12\flink-1.8.2\lib
6667
-pluginLoadMode shipfile
6768
-confProp {\"time.characteristic\":\"eventTime\",\"logLevel\":\"info\"}
69+
```
6870

69-
# yarn模式命令
71+
#### yarn模式命令
72+
```shell script
7073
sh submit.sh
7174
-mode yarn
7275
-name flink1.10_yarnSession
@@ -78,8 +81,10 @@ sh submit.sh
7881
-flinkJarPath F:\dtstack\flink\flink-1.10.0\lib
7982
-pluginLoadMode shipfile
8083
-yarnSessionConf {\"yid\":\"application_1586851105774_0014\"}
84+
```
8185

82-
# yarnPer模式命令
86+
#### yarnPer模式命令
87+
```shell script
8388
sh submit.sh
8489
-mode yarnPer
8590
-sql /home/wen/Desktop/flink_stream_sql_conf/sql/Test01.sql
@@ -92,7 +97,6 @@ sh submit.sh
9297
-pluginLoadMode shipfile
9398
-confProp {\"time.characteristic\":\"eventTime\",\"logLevel\":\"info\"}
9499
-queue c
95-
96100
```
97101
参数具体细节请看[命令参数说明](./config.md)
98102

0 commit comments

Comments
 (0)