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/ShellPlans ------------------------------------------------------------------------------ [[BR]]~-''movieStars_tableâ·â,,actor < year,,movieLog_table''-~ {{{ - Hbase.altools > A = Table('movieLog_table'); - Hbase.altools > B = Table('movieStars_table'); + Hbase.altools > A = Table('movieStars_table'); + Hbase.altools > B = Table('movieLog_table'); Hbase.altools > C = A.thetaJoin(B); }}}