Does anybody know how to scan records based on some scan filter i.e.
column:something = "somevalue"
Something like this :
But from hbase shell?
|
Does anybody know how to scan records based on some scan filter i.e. column:something = "somevalue" Something like this : But from hbase shell? |
|||
|
|
|
Try this. It's kind of ugly, but it works for me.
The HBase shell will include whatever you have in ~/.irbrc, so you can put something like this in there (I'm no Ruby expert, improvements are welcome):
and then you can just say in the shell:
|
||||
|
|
well,it is quite easy,for example:
and you can find more information from here https://issues.apache.org/jira/browse/HBASE-4361 download that filter langages.docx file. you will get more examples. |
||||
|
|
|
Use the FILTER param of
|
||||
|
|