InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) If you set the HBase service into maintenance mode, then its roles (HBase Master and all Region Servers) are put into effective maintenance mode(b) If you set a host into maintenance mode, then any roles running on that host are put into effective maintenance mode(c) Putting a component into maintenance mode prevent events from being logged(d) None of the mentionedThe question was posed to me in an international level competition.My doubt stems from HDFS Maintenance in portion Administering Hadoop of Hadoop |
|
Answer» The correct answer is (C) PUTTING a COMPONENT into maintenance mode prevent EVENTS from being logged |
|