☆☆☆★☆☆☆

唯有努力才能活成自己想要活成的样子

导航

shell脚本操作hbase

func ${datatype} ${date} &
function func(){
    #自动建表hbase t_gather_logdate
    exec $HBASE_HOME/bin/hbase shell <<!
    flush 't_$1_$2'
    exit
!
}
        exec $HBASE_HOME/bin/hbase shell <<!
        disable 't_gather_$1'
        drop 't_gather_$1'
        create 't_gather_$1',{NAME => 'cardayinfo',VERSIONS => 1, COMPRESSION => 'snappy'},{NAME => 'idle',VERSIONS => 10000, COMPRESSION => 'snappy'}
        exit
!

 

posted on 2022-02-10 10:59  Yr-Zhang  阅读(243)  评论(0编辑  收藏  举报