+2 votes
in Big Data | Hadoop by
What is the purpose of the JPS command in Hadoop?

1 Answer

0 votes
by

The JPS command is used for testing the working of all the Hadoop daemons. It specifically tests daemons like NameNode, DataNode, ResourceManager, NodeManager and more.

...