Commit b6601c67 authored by 赵建伟's avatar 赵建伟

update codes

parent 3099620e
#!/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
echo "Please add applicationId param!"
exit 0
fi
yarn application -kill $1
\ No newline at end of file
/opt/hadoop-2.6.0-cdh5.16.1/bin/yarn application -kill $1
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment