Hbase shell formatting scan to a particular primitive data

2017-05-30 Thread Eko Susilo
the binary text format However, if i try to perform get operation using the similar command, the shell converts the binary text into appropriate format. Is there configuration missing? Or do i need to import something? get 'table', 'rowkey','cf:qualifier:toDouble' -- Best Regards, Eko Susilo

filtering a row that DOESN'T have a column

2017-02-02 Thread Eko Susilo
fierFilter(CompareFilter.CompareOp.EQUAL,new BinaryComparator(Bytes.toBytes("column-name"))); Filter filter2 = new SkipFilter(filter); scan.setFilter(filter2); -- Best Regards, Eko Susilo

Combining PageFilter gives inconsistent number of rows

2016-06-09 Thread Eko Susilo
these filter in filter list also changes the number of returned rows. Anyone have had similar experience? Thanks -- Best Regards, Eko Susilo