hbase-shell批量命令执行脚本的方法
时间:2021-05-24 08:52:25|栏目:Shell|点击: 次
批量执行hbase shell 命令
#!/bin/bash source /etc/profile exec $HBASE_HOME/bin/hbase shell <<EOF truncate 'tracker_total_apk_fact_zyt' major_compact('t_abc') disable 't_abc' drop 't_abc' create 't_abc', 'info' EOF