博客园 首页 私信博主 显示目录 隐藏目录 管理 动画

shells/hbase.sh

 

 1 #!/bin/bash
 2 case $1 in 
 3 "start")
 4 /opt/module/hbase/bin/start-hbase.sh
 5 ;;
 6 "stop")
 7 /opt/module/hbase/bin/stop-hbase.sh
 8 ;;
 9 "shell")
10 /opt/module/hbase/bin/hbase shell
11 ;;
12 esac

 

posted @ 2022-04-13 09:50  CHANG_09  阅读(26)  评论(0)    收藏  举报