Hello there, Trying to do the following:
create 'allo', {NAME=>'test'}
put 'allo', 'A-B-C', 'test:1', '1'
put 'allo', 'A-B-E', 'test:1', '1'
put 'allo', 'A-D-C', 'test:1', '1'
scan 'allo'
..3 row(s) in 0.0150 seconds
scan 'allo', {STARTROW=>'A-B'}
..0 row(s) in 0.0120 seconds
How comes?
What could be the problem?
Have clean new installation of HBase, not sure what's going on.
