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);
  }}}
  

Reply via email to