InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the JPS command? |
|
Answer» JPS(Java Virtual MACHINE Process Status Tool) is a COMMAND which is used to display all java based processes for a particular user in Hadoop. It is also used to check all the Hadoop Daemons LIKE DATA Node, Name Node, Resource Manager and more RUNNING on the machine. |
|