InterviewSolution
Saved Bookmarks
| 1. |
___________ is used to decommission more than one RegionServer at a time by creating sub-znodes.(a) /hbase/master(b) /hbase/draining(c) /hbase/passive(d) None of the mentioned |
|
Answer» The correct choice is (b) /hbase/draining The best I can explain: /hbase/draining lets you decommission multiple RegionServers without having the risk of regions temporarily moved to a RegionServer that will be decommissioned later. |
|