Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
flink-monitor
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
赵建伟
flink-monitor
Commits
b6601c67
Commit
b6601c67
authored
Mar 18, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
3099620e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
stop.sh
bin/stop.sh
+2
-5
No files found.
bin/stop.sh
View file @
b6601c67
#!/bin/bash
#!/bin/bash
export
HADOOP_HOME
=
/opt/hadoop-2.6.0-cdh5.16.1
export
PATH
=
%PATH:
$HADOOP_HOME
/bin:
$HADOOP_HOME
/sbin
if
[
!
$#
==
1
]
;
then
if
[
!
$#
==
1
]
;
then
echo
"Please add applicationId param!"
echo
"Please add applicationId param!"
exit
0
exit
0
fi
fi
yarn application
-kill
$1
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application
-kill
$1
\ No newline at end of file
\ 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