Saved Bookmarks
| 1. |
Point out the correct statement.(a) You can add a column family to a table using the method addColumn()(b) Using alter, you can also create a column family(c) Using disable-all, you can truncate a column family(d) None of the mentionedThe question was posed to me in final exam.My question is based upon Metrics in Hbase in division Developing a MapReduce Application of Hadoop |
|
Answer» Right choice is (a) You can add a COLUMN FAMILY to a table USING the method addColumn() |
|