天天看點

Impala學習筆記——impala shell

進入impala shell,port為Impala Daemon Beeswax 端口

impala-shell -i ip:port -k
      
impala-shell -i ip:port -k --quiet -B -d default -q "select count(*) from table1 where ds='2021-01-20'"
      
exit;