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/HbaseShell

------------------------------------------------------------------------------
  Then, I thought it would require a more user-friendly interface to enable 
querying the data interactive. 
  [[BR]]So, I began building parallel processing shell  [[BR]]to help make 
general algebraic and logical data modeling works easier on Hadoop + Hbase
  
-  . -- ''If you could give me an opinion on the above ideas, it would be 
great.''
+   -- ''If you could give me an opinion on the above ideas, it would be 
great.''
- == Rationale ==
  
- ==== Syntax Definition ====
+ == Syntax Definition ==
  
- command list
+ === Basic Commands ===
  
  ||<#ececec> '''Command''' ||<#ececec> '''Description''' ||
  ||SHOW ||<99%>Show command provides information about 
argument.[[BR]][[BR]]~-''SHOW [TABLES]''-~ ||
@@ -34, +33 @@

  ||DROP ||Removing table or tables.[[BR]][[BR]]~-''DROP table_name1[, 
table_name2, ...];''-~ ||
  ||SET ||Inserting or add a row of data into the table.[[BR]][[BR]]~-''SET 
table_name[[BR]] VALUES('columnfamily_name:column_key','entry')[[BR]]WHERE 
row="row_key";''-~ ||
  ||SELECT ||Query the Hbase and retrieve selected data.[[BR]][[BR]]~-''SELECT 
table_name[[BR]][WHERE row="row_key"][[BR]][AND 
column="columnfamily_name:column_key"];[[BR]][AND 
time="Specified_Timestamp"];[[BR]][LIMIT=Number_of_Version];''-~ ||
- ||... ||... ||
  
+ === Basic Functions ===
+ 
+ === Matrix Commands ===
+ 
+ === Matrix Construction Functions ===
+ 
+ === Matrix Operation Functions ===
+ 
+ === Analysis Functions ===
  
  ==== Architecture ====
  

Reply via email to