Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by udanax: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseShell/ShellPlans ------------------------------------------------------------------------------ insert into webtable (url) values("http://www.google.com"); insert into webtable (url) values("http://www.naver.com"); - select * from webtablewhere isValidUrl(url); + select * from webtablewhere isValidUrl(url); ??? + + //problems : full scan? or map/reduce?, how to print out results? + + + create function isValidUrl(address) returning boolean + + insert into webtable (anchor) values("http://www.google.com"); + insert into webtable (anchor) values("http://www.naver.com"); + + select * from webtable where row = 'http://blog.udanax.org' and isValidUrl(anchor); }}} Find the theaters in the radius 2km from specified center.