Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hadoop や hbase を起動したときのように。jps を使用して、namenode、tasktracker、または jobtracker が実行されているかどうかを確認できます。impalaデーモンが実行されているかどうかを確認できるコマンドはありますか?
次のコマンドを試してください: ps -ef | grep -i impalad.
ps -ef | grep -i impalad