Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
eagleEye
/
eagleEye-flink_kafka
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b74248df
authored
Jun 09, 2025
by
魏建枢
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
代码调整
parent
2c66c15a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
eagleEye-flink_kafka/src/main/java/com/flink/achieve/doris/SimiFriendsAchi.java
eagleEye-flink_kafka/src/main/resources/application.properties
eagleEye-flink_kafka/src/main/java/com/flink/achieve/doris/SimiFriendsAchi.java
View file @
b74248df
...
...
@@ -277,7 +277,7 @@ public class SimiFriendsAchi extends SourceCommonBase implements Serializable {
row
.
setField
(
1
,
StringData
.
fromString
(
friendCid
));
//friend_cid
row
.
setField
(
2
,
(
int
)
cidTotal
);
//cid_total
row
.
setField
(
3
,
(
int
)
friendCidTotal
);
//friend_cid_total
row
.
setField
(
4
,
String
.
join
(
", "
,
overlapCids
));
//overlap_cid
row
.
setField
(
4
,
String
Data
.
fromString
(
String
.
join
(
", "
,
overlapCids
)
));
//overlap_cid
row
.
setField
(
5
,
overlapCids
==
null
?
0
:
overlapCids
.
size
());
//overlap_total
row
.
setField
(
6
,
(
int
)
validIdCount
);
//overlap_third_id_total
row
.
setField
(
7
,
overlapWhitelist
==
null
?
0
:
overlapWhitelist
.
size
());
//overlap_whitelist_total
...
...
eagleEye-flink_kafka/src/main/resources/application.properties
View file @
b74248df
...
...
@@ -3,7 +3,7 @@
#kafka.bootstrapServers=168.138.185.142:9092,213.35.103.223:9092,129.150.49.247:9092
kafka.bootstrapServers
=
10.0.0.29:9092,10.0.0.87:9092,10.0.0.18:9092
doris.jdbc_url
=
jdbc:mysql://10.0.0.105
9030/bi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
doris.jdbc_url
=
jdbc:mysql://10.0.0.105
:
9030/bi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
#doris.jdbc_url=jdbc:mysql://140.245.112.44:9030/bi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
#doris.fe=140.245.112.44:8030
doris.fe
=
10.0.0.105:8030
...
...
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