shells/hiveserver2.sh
Posted CHANG_09
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shells/hiveserver2.sh相关的知识,希望对你有一定的参考价值。
1 #!/bin/bash 2 function hiveserver2_stop() 3 pid=$(ps ax | grep "hiveserver2") 4 kill $pid || echo "hiveserver2服务已关闭" 5 6 case $1 in 7 "start") 8
以上是关于shells/hiveserver2.sh的主要内容,如果未能解决你的问题,请参考以下文章