Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | Farrokh Shahriari <mohandes.zebeleh...@gmail.com> |
Subject | Parallel scan in HBase |
Date | Fri, 01 Feb 2013 13:52:02 GMT |
Hi there I have two question about scan in Hbase : 1) Does scan operation with specific filter run in parallel on different regionservers ? 2) I wanna know whether this code runs at client side for searching the retrieved results or not ? for (Result result : scanner1) { for (KeyValue kv : result.raw()) { // // some coeds // } } Farrokh Shahriari | |
Mime |
|
View raw message |