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

------------------------------------------------------------------------------
  ==== Commands ====
  ||<bgcolor="#E5E5E5">'''Command''' ||<bgcolor="#E5E5E5">'''Explanation''' ||
  ||Table ||<99%>'''Table''' command loads specified table. [[BR]][[BR]]~-''A = 
Table('movieLog_table');''-~ ||
- ||Matrix ||<99%>'''Matrix''' command constructs the configuration of the 
logic matrix. [[BR]][[BR]]~-''M = Matrix(table_name, columnfamily_name[, scalar 
S]);''-~ ||
+ ||Matrix ||<99%>'''Matrix''' command constructs the configuration of the 
logic matrix. [[BR]][[BR]]~-''M = Matrix(table_name, columnfamily_name[, 
option]);''-~ ||
  ||Substitute ||<99%>'''Substitute''' expression to [A~Z][[BR]][[BR]]~-''A = 
Table('movieLog_table');''-~ ||
  ||IF...ELSE ||<99%>'''IF...ELSE''', Imposes conditions on the execution. 
[[BR]][[BR]]~-''IF ( boolean_expression )[[BR]]B = 
command_statements;[[BR]]ELSE[[BR]]B = command_statements;''-~||
  ||Store ||<99%>'''Store''' command will store results to specified table. 
[[BR]][[BR]]~-''A = Table('movieLog_table'); [[BR]]B = A.Selection(length > 
100); [[BR]]Store B TO table('tmp_table')[or file('backup.dat')];''-~ ||

Reply via email to