Re: FuzzyRowFilter in hbase shell

2013-03-29 Thread Robert Hamilton
Thanks! I've no real reason for wanting the shell filter except for demo purposes and/or quick and dirty functional test, so I'll accept the implied recommendation with gratitude and focus on the java implementation. On Mar 28, 2013, at 1:50 PM, Alex Baranau wrote: > I guess you have to use J

Re: FuzzyRowFilter in hbase shell

2013-03-28 Thread Stack
What Alex said or try the filter language that is described here: http://hbase.apache.org/book.html#thrift.filter-language You can use it from the shell too (Do "help 'scan'" in shell and see where it talks about filters: "The filter can be specified in two ways: 1. Using a filterString - mor

Re: FuzzyRowFilter in hbase shell

2013-03-28 Thread Alex Baranau
I guess you have to use JRuby language to use it in shell. You may have an idea how to do that if you already using other filters in shell. I haven't done that.. sorry. Java example: Scan scan = new Scan(); List> fuzzyKeysData = new ArrayList>(); // search for "?BC??FG" fuzzyKeysD

FuzzyRowFilter in hbase shell

2013-03-28 Thread Robert Hamilton
Hi all. It it possible to test FuzzyRowFilter from the shell? If so, could somebody kindly point me to an example? TIA -- Bob -- This e-mail, including attachments, contains confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. The