InterviewSolution
Saved Bookmarks
| 1. |
You can delete a column family from a table using the method _________ of HBAseAdmin class.(a) delColumn()(b) removeColumn()(c) deleteColumn()(d) all of the mentionedThe question was posed to me in an interview.My enquiry is from Metrics in Hbase topic in portion Developing a MapReduce Application of Hadoop |
|
Answer» Right CHOICE is (c) deleteColumn() |
|