简体   繁体   中英

How check whether instance of impala daemon and instance of statestored deamon is running?

Like when you start hadoop or hbase. you can use jps to check whether namenode, tasktracker or jobtracker is running. Is there any command by which you can check impala deamons running or not?

Try the following command: ps -ef | grep -i impalad ps -ef | grep -i impalad .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM