Re: hbase uniformsplit for non hex keys

2016-05-31 Thread Jean-Marc Spaggiari
Hi Shushant, There is currently only 2 possible values for it. UniformSplit and HexStringSplit . UniformSplit will evenly split the regions using binary keys. Therefore, values might vary from 0x00 to 0xFF. On the other side, HexStringSplit will create regions using hexadecimal strings values only

hbase uniformsplit for non hex keys

2016-05-31 Thread Shushant Arora
1.Can I use Uniform split for non hex keys? 2.if yes, how to specify key range for split. 3.If no then whats the diff between HexSplit and Uniform Split. Thanks!