Hello guys,
i am testing the step "HBase Input" but i have some problems filtering data...
i had followed the tutorial bellow
http://wiki.pentaho.com/display/EAI/HBase+Input
I have 1 table called TEST with one column family
Create the table
create 'test', 'cf'
add some data
put 'test', 'row1', 'cf:a', 'value1'
put 'test', 'row1', 'cf:b','value2'
put 'test', 'row2', 'cf:a', 'value3'
so...
my problem is filtering data in the step Hbase Input. in my tab "filter result set" i added one filter:
Alias: cf
type: String
Operator: substring
Comparision value: value2
but still getting all the result set without filtering...
any help?
thanks a lot!