Skip to content

Commit fc66f77

Browse files
authored
Update README.md
1 parent 0638033 commit fc66f77

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,18 @@
3737

3838
```
3939
mvn clean package -Dmaven.test.skip
40+
打包结束后,项目根目录下会产生plugins目录,plugins目录下存放编译好的数据同步插件包,在lib目下存放job提交的包
4041
```
4142

42-
打包结束后,项目根目录下会产生plugins目录,plugins目录下存放编译好的数据同步插件包
43+
### 1.4 启动
4344

45+
#### 1.4.1 启动命令
4446

45-
### 1.4 启动
47+
```
48+
sh submit.sh -sql D:\sideSql.txt -name xctest -remoteSqlPluginPath /opt/dtstack/150_flinkplugin/sqlplugin -localSqlPluginPath D:\gitspace\flinkStreamSQL\plugins -mode yarn -flinkconf D:\flink_home\kudu150etc -yarnconf D:\hadoop\etc\hadoopkudu -confProp {\"time.characteristic\":\"EventTime\",\"sql.checkpoint.interval\":10000}
49+
```
4650

47-
#### 1.4.1 命令行参数选项
51+
#### 1.4.2 命令行参数选项
4852

4953
* **model**
5054
* 描述:执行模式,也就是flink集群的工作模式

0 commit comments

Comments
 (0)