0 votes
in Hadoop by
What does jps command do in Hadoop?

1 Answer

0 votes
by

What does jps command do in Hadoop?

The jbs command helps us to check if the Hadoop daemons are running or not. Thus, it shows all the Hadoop daemons that are running on the machine. Daemons are Namenode, Datanode, ResourceManager, NodeManager etc.

...