Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
ctr-estimate
Project
Project
Details
Activity
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
赵建伟
ctr-estimate
Commits
31450647
Commit
31450647
authored
Apr 03, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
d2879174
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
start.sh
bin/start.sh
+6
-2
ctr-estimate.sql
libs/ctr-estimate.sql
+2
-1
No files found.
bin/start.sh
View file @
31450647
...
...
@@ -21,12 +21,15 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--maidianInGroupId
'ctr-estimate-flink'
\
--windowSize
600
\
--slideSize
600
\
--jdbcUrl
'jdbc:mysql://172.1
6.40.170:4000/jerry_test?user=data_user&password=YPEzp78HQBuhByWPpefQu6X3D6hEPfD6
&autoReconnect=true&useSSL=false'
\
--jdbcUrl
'jdbc:mysql://172.1
8.44.3:3306/jerry_test?user=root&password=5OqYM^zLwotJ3oSo
&autoReconnect=true&useSSL=false'
\
--maxRetry
3
\
--retryInteral
3000
\
--checkpointPath
'hdfs://bj-gmei-hdfs/user/data/flink/ctr-estimate/checkpoint'
\
--parallelism
12
\
--startTime
'2020-04-03 19:
3
0:00'
\
--startTime
'2020-04-03 19:
4
0:00'
\
>>
/data/log/ctr-estimate/ctr-estimate.out 2>&1 &
tail
-10f
/data/log/ctr-estimate/ctr-estimate.out
#--jdbcUrl 'jdbc:mysql://172.16.40.170:4000/jerry_test?user=data_user&password=YPEzp78HQBuhByWPpefQu6X3D6hEPfD6&autoReconnect=true&useSSL=false' \
\ No newline at end of file
libs/ctr-estimate.sql
View file @
31450647
--CREATE SCHEMA `jerry_test` DEFAULT CHARACTER SET utf8mb4 ;
-- CREATE SCHEMA `jerry_test` DEFAULT CHARACTER SET utf8mb4 ;
use
jerry_test
;
-- CTR特征预估点击量表
CREATE
TABLE
`device_current_estimate_clk`
(
...
...
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