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
48176b1b
Commit
48176b1b
authored
Apr 04, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
182be892
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
start_clk.sh
bin/start_clk.sh
+1
-1
stop.sh
bin/stop.sh
+2
-1
stop_clk.sh
bin/stop_clk.sh
+2
-1
stop_tag.sh
bin/stop_tag.sh
+2
-1
No files found.
bin/start_clk.sh
View file @
48176b1b
...
...
@@ -27,7 +27,7 @@ $JAR_DIR/ctr-estimate-1.0-SNAPSHOT.jar \
--retryInteral
3000
\
--checkpointPath
'hdfs://bj-gmei-hdfs/user/data/flink/ctr-estimate-clk/checkpoint'
\
--parallelism
6
\
--startTime
'2020-04-04 15:2
0
:00'
\
--startTime
'2020-04-04 15:2
3
:00'
\
>>
/data/log/ctr-estimate/ctr-estimate-clk.out 2>&1 &
tail
-f
/data/log/ctr-estimate/ctr-estimate-clk.out
...
...
bin/stop.sh
View file @
48176b1b
#!/bin/bash
app_id
=
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-list
|
grep
ctr-estimate |
awk
'{print $1}'
`
app_id
=
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-list
|
grep
-w
ctr-estimate |
awk
'{print $1}'
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-kill
$app_id
\ No newline at end of file
bin/stop_clk.sh
View file @
48176b1b
#!/bin/bash
app_id
=
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-list
|
grep
ctr-estimate-clk |
awk
'{print $1}'
`
app_id
=
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-list
|
grep
-w
ctr-estimate-clk |
awk
'{print $1}'
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-kill
$app_id
\ No newline at end of file
bin/stop_tag.sh
View file @
48176b1b
#!/bin/bash
app_id
=
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-list
|
grep
ctr-estimate-tag |
awk
'{print $1}'
`
app_id
=
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-list
|
grep
-w
ctr-estimate-tag |
awk
'{print $1}'
`
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-kill
$app_id
\ No newline at end of file
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