Hi, I have 2 questions about column family 1. HTable.get() only return the value of a column in a row, how to get all values of a column family in a row? I guess the answer is obtainScanner, right?
2. Is multiple column families supported? Can I have a column like fam1:fam2:col? Thanks in advance.
