it means that for some regions you do not have any data.

-Vlad

On Mon, Aug 1, 2016 at 7:21 PM, jinhong lu <lujinho...@gmail.com> wrote:

>  Thanks. Here is my code, but in most case, r is null? why this happened?
>
>                                 byte[] startRowkey =
> regionInfo.getStartKey();
>                                 Scan sc = new Scan();
>                                 sc.setBatch(1);
>                                 sc.setRowPrefixFilter(startRowkey);
>                                 try {
>                                         scanner = table.getScanner(sc);
>                                         r = scanner.next();
>                                         scanner.close();
>                                 }
> Thanks,
> lujinhong
>
> > 在 2016年8月1日,18:49,Ted Yu <yuzhih...@gmail.com <mailto:
> yuzhih...@gmail.com>> 写道:
> >
> > .
>
>

Reply via email to