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 ------------------------------------------------------------------------------ | ... | +--------------------------------------------------------------------------------------------------+ - R1 = table('movieLog_table'); + Hbase > R1 = table('movieLog_table'); - R2 = table('stockCompany_info'); + Hbase > R2 = table('stockCompany_info'); - result = R1.join(R1.studioName = R2.corporation) and R2; + Hbase > result = R1.join(R1.studioName = R2.corporation) and R2; }}} === Query mixture examples ===