InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) All the znodes are prefixed using the default /hbase location(b) ZooKeeper provides an interactive shell that allows you to explore the ZooKeeper state(c) The znodes that you’ll most often see are the ones that coordinate operations like Region Assignment(d) All of the mentioned |
|
Answer» Right choice is (d) All of the mentioned To elaborate: The HBase root znode path is configurable using hbase-site.xml, and by default the location is “/hbase”. |
|