0 votes
in Hadoop by
What is the use of ‘jps’ command?

1 Answer

0 votes
by

The ‘jps’ command helps us to find that the Hadoop daemons are running or not. It also displays all the Hadoop daemons like namenode, datanode, node manager, resource manager, etc. which are running on the machine.

...