File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ zookeeper.sasl.login-context-name: Client
2323` ` `
2424
2525### 1.3 打包
26+
2627进入项目根目录,使用maven打包:
2728` ` ` shell script
2829mvn 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模式命令
5049sh submit.sh
5150 -mode local
5251 -name local_test
5352 -sql F:\d tstack\s tressTest\f linkStreamSql\s tressTest.sql
5453 -localSqlPluginPath F:\d tstack\p roject\f linkStreamSQL\p lugins
54+ ```
5555
56- # standalone模式命令
56+ #### standalone模式命令
57+ ``` shell script
5758sh submit.sh
5859 -mode standalone
5960 -sql F:\d tstack\f linkStreamSql\t iezhu\t wodimjoin.sql
@@ -65,8 +66,10 @@ sh submit.sh
6566 -flinkJarPath F:\J ava\f link-1.8.2-bin-scala_2.12\f link-1.8.2\l ib
6667 -pluginLoadMode shipfile
6768 -confProp {\" time.characteristic\" :\" eventTime\" ,\" logLevel\" :\" info\" }
69+ ```
6870
69- # yarn模式命令
71+ #### yarn模式命令
72+ ``` shell script
7073sh submit.sh
7174 -mode yarn
7275 -name flink1.10_yarnSession
@@ -78,8 +81,10 @@ sh submit.sh
7881 -flinkJarPath F:\d tstack\f link\f link-1.10.0\l ib
7982 -pluginLoadMode shipfile
8083 -yarnSessionConf {\" yid\" :\" application_1586851105774_0014\" }
84+ ```
8185
82- # yarnPer模式命令
86+ #### yarnPer模式命令
87+ ``` shell script
8388sh 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
You can’t perform that action at this time.
0 commit comments