Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jz-dmp-cmdexectool
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚本章
jz-dmp-cmdexectool
Commits
87b43ea9
Commit
87b43ea9
authored
Mar 11, 2021
by
sml
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
冲突解决
parent
c460e8db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
CommConstant.java
.../com/jz/dmp/cmdexectool/common/constant/CommConstant.java
+7
-0
No files found.
src/main/java/com/jz/dmp/cmdexectool/common/constant/CommConstant.java
View file @
87b43ea9
...
...
@@ -61,6 +61,7 @@ public class CommConstant {
public
static
final
String
WATERDROP_FTL_SINK_JDBC
=
"sink_jdbc.ftl"
;
public
static
final
String
WATERDROP_FTL_SINK_KAFKA
=
"sink_kafka.ftl"
;
public
static
final
String
WATERDROP_FTL_SINK_API
=
"sink_api.ftl"
;
public
static
final
String
WATERDROP_FTL_SINK_KUDU
=
"source_sink_kudu.ftl"
;
//其他script模板
public
static
final
String
FTL_SFTP_DOWNLOAD
=
"sftp_download.ftl"
;
//ftp下载
...
...
@@ -73,4 +74,10 @@ public class CommConstant {
public
static
final
String
EXECUTION_ENGINE_JDBC
=
"jdbc"
;
//jdbc
public
static
final
String
EXECUTION_ENGINE_SPARK
=
"spark"
;
//spark
/***************************************************/
//主键冲突处理方式
public
static
final
String
PRIMARY_KEY_CONFLICT_INSERT
=
"insert"
;
public
static
final
String
PRIMARY_KEY_CONFLICT_UPDATE
=
"update"
;
public
static
final
String
PRIMARY_KEY_CONFLICT_REPLACE
=
"replace"
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment