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 ------------------------------------------------------------------------------ = Parallel Processing with Hbase Shell = + + = User Defined Function (UDF) = + + create function isValidUrl(address) returning boolean + + insert into webtable (url) values("http://www.google.com"); + insert into webtable (url) values("http://www.naver.com"); + + select * from webtablewhere isValidUrl(url); + = Abstract =