Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Say that I have a set of row keys (as a Set). What is the most network efficient method of fetching a particular column family for this set of rows ?

share|improve this question

1 Answer

up vote 0 down vote accepted

Using HTable.get(List<Get> gets)

share|improve this answer
Related, is there a way to get all rows except the ones in a given set ? – gurjeet Nov 30 '11 at 2:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.