So we will know only start and end rowkey values of a region. We can't know
the other rowkey values within that region.

On Wed, May 31, 2017 at 2:59 PM, Ted Yu <[email protected]> wrote:

> If you look at TableInputFormatBase#getSplits(), you would see that the
> following information can be retrieved:
>
> Table
> RegionLocator
> Admin
> StartEndKeys (region boundaries)
>
> You can also take a look at calculateRebalancedSplits() to see how it
> rebalances the InputSplit's.
>
> FYI
>
> On Tue, May 30, 2017 at 11:53 PM, Rajeshkumar J <
> [email protected]
> > wrote:
>
> > Hi,
> >
> >    I want to custom input split my hbase data. can any one tell me what
> are
> > the values I have known during this split process like only rowkey values
> > or any others
> >
> > Thanks
> >
>

Reply via email to