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

------------------------------------------------------------------------------
  Hbase > R2 = table('personInfo_table');
  Hbase > Result = R1.join(R1.producer: = R2.ROW) and R2; 
       or Result = R1.join(R1.actor:hero = R2.Row) and R2;
-      or Result = R1.join(R1.actor:heroine = R2.Row and R1.studioName = 
'Warner Home Video' and R2.occupation = 'Singer');
+      or Result = R1.join(R1.actor:heroine = R2.Row and R1.studioName = 
'Warner Home Video' and R2.occupation = 'Singer') and R2;
  
  Result
  
+-------------------------------------------------------------------------------------------------------------------+

Reply via email to