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

------------------------------------------------------------------------------
  
+-------------------------------------------------------------------------------------------------------------------+
  }}}
  
+ ==== Query mixture examples ====
+ 
+ {{{
+ Relation
+ +---------------------------------------------------+
+ | title         year   length  inColor studioName   |
+ | ================================================= |
+ | Star Wars     1977   124     true    Fox          |
+ | Mighty Ducks  1991   104     true    Paramount    |
+ +---------------------------------------------------+
+ 
+ Hbase > Proj = Relation.Projection('year','legnth');
+ Hbase > Result = Proj.Selection(length > 120);
+ Hbase > save Result into table('result');
+ 
+ Result
+ +------------------------------+
+ | title         year   length  |
+ | ============================ |
+ | Star Wars     1977   124     |
+ +------------------------------+
+ }}}
+ 
  === Linear Algebra ===
  
  === Algebraic Geometry ===

Reply via email to