Hi,
I'm trying to use any one of the RowFilterIntergace implementation, for
example PrefixRowFilter in my code.
('snpTbl' is the HTable reference)
int id = 3136824;
PrefixRowFilter prf = new PrefixRowFilter(Bytes.toBytes(id+1));
Scanner scanner = snpTbl.getScanner(Bytes.toByteArrays("info:"),
String.valueOf(id).getBytes(), prf);
RowResult snpRr = scanner.next();
I'm always getting the 'snpRr' as null, May some point me out what I am
doing wrong?
TIA,
Ramesh
--
View this message in context:
http://www.nabble.com/scanner.next-returns-null-tp24285200p24285200.html
Sent from the HBase User mailing list archive at Nabble.com.