InterviewSolution
Saved Bookmarks
| 1. |
What does ‘jps’ command do? |
|
Answer» It gives the status of the deamons which run Hadoop cluster. It gives the output mentioning the status of namenode, datanode , secondary namenode, Jobtracker and Task tracker. |
|