Member since
06-20-2016
4
Posts
0
Kudos Received
0
Solutions
06-21-2016
02:05 PM
1 Kudo
Please take a look at hbase-shell//src/test/ruby/hbase/table_test.rb for sample syntax where x is column family: @test_table._scan_internal(FILTER => "SingleColumnValueFilter('x', 'a', >=, 'binary:\x82', true, true)", COLUMNS => 'x:a, x:b'
... View more
06-21-2016
11:49 AM
thank you very much for the fast answer. I will try to solve this problem by executing a script which get the data from the hbase table.
... View more