We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18feeaf commit 97aca74Copy full SHA for 97aca74
1 file changed
README.md
@@ -56,9 +56,16 @@
56
```
57
mvn clean package -Dmaven.test.skip
58
59
-打包结束后,项目根目录下会产生plugins目录,plugins目录下存放编译好的数据同步插件包,在lib目下存放job提交的包
60
61
+打包完成后的包结构:
62
+
63
+> * dt-center-flinkStreamSQL
64
+> > * bin: 任务启动脚本
65
+> > * lib: launcher包存储路径,是任务提交的入口
66
+> > * plugins: 插件包存储路径
67
+> > * ........ : core及插件代码
68
69
### 1.4 启动
70
71
#### 1.4.1 启动命令
0 commit comments