When you issue raw scan, what output do you get ?

  hbase> scan 't1', {RAW => true}

BTW looks like you have row key 'status', I am bit curious what your schema
is - 'status' is such general term.

On Thu, Mar 2, 2017 at 1:48 AM, Devi Sunil Kumar Shegu <
sunil143d...@gmail.com> wrote:

> Hi,
>
> Scan and get are yielding different results for the same column even when
> versioning is disabled.
>
> Thanks in advance and please check the details below
>
> Description of the table:
>
> {NAME => 'u', BLOOMFILTER => 'ROW', VERSIONS => '1', IN_MEMORY => 'false',
> KEEP_DELETED_CELLS => 'FALSE', DATA_BLOCK_ENCODING => 'NONE', TTL =>
> 'FOREVER', COMPRESSION => 'NONE', MIN_VERSIONS => '0', BLOCKCACHE =>
> 'true', BLOCKSIZE => '65536', REPLICATION_SCOPE => '0'}
>
> Query 1:
>
> get 'tableName', 'status', 'u:1206'
> colum: u:1206 ----value: registered ------ timestamp: 1488446959115
>
>
> Query 2:
>
> scan 'tableName', {FILTER => "ValueFilter(=, 'binary:anonymous')", COLUMNS
> => 'u:1206', STARTROW=>'status', STOPROW=> 'status'}
>
> key:status      column=u:1206   value=anonymous  timestamp: 1488446869428
>
>
> One column has two values when versioned is disabled. Any insights?
>

Reply via email to