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

The comment on the change is:
add a fs command

------------------------------------------------------------------------------
  Hbase Shell was first added to TRUNK in July, 2007.
  
   * [http://issues.apache.org/jira/browse/hadoop-1720 HADOOP-1720] to update 
"[wiki:Hbase/HbaseShell/HQL HQL]" is currently in process. 
-  * See [wiki:Hbase/ShellPlans Hbase Shell plans] page for discussion and 
description of future operators. The intent is to add more support for 
non-interactive usage as well as operators for algebraic, relational, and 
matrix manipulations. 
+   * See [wiki:Hbase/ShellPlans Hbase Shell plans] page for discussion and 
description of future operators. The intent is to add more support for 
non-interactive usage as well as operators for algebraic, relational, and 
matrix manipulations. 
  
  == People Involved ==
   * [:udanax:Edward Yoon] [[MailTo(webmaster AT SPAMFREE udanax DOT org)]] 
(Research and Development center, NHN corp.) -- Initial contributor
-  * [:InchulSong:Inchul Song] [[MailTo(icsong AT SPAMFREE gmail DOT com)]] 
(Database Lab, KAIST)
+   * [:InchulSong:Inchul Song] [[MailTo(icsong AT SPAMFREE gmail DOT com)]] 
(Database Lab, KAIST)
  
  ----
  = How to Start a Shell =
@@ -40, +40 @@

  ||Help ||<99%>'''Help''' command provides information about the use of shell 
script.[[BR]][[BR]]~-''HELP [function_name];''-~ ||
  ||Show ||<99%>'''Show''' command lists tables.[[BR]][[BR]]~-''SHOW 
tables;''-~ ||
  ||Describe ||'''Describe''' command provides information about the 
columnfamilies in a table.[[BR]][[BR]]~-''DESC table_name;''-~ ||
- ||DFS ||<99%>'''DFS''' command using Hadoop FsShell 
operations.[[BR]][[BR]]~-''DFS -copyFromLocal /home/source_files.dat 
/dfs/target_folder;''-~ ||
+ ||FS ||<99%>Hadoop FsShell operations.[[BR]][[BR]]~-''FS -copyFromLocal 
/home/source_files.dat /dfs/target_folder;''-~ ||
  ||Clear ||<99%>'''Clear''' the screen.[[BR]][[BR]]~-''CLEAR;''-~ ||
  ||Exit ||<99%>'''Exit''' from the current shell 
script.[[BR]][[BR]]~-''EXIT;''-~ ||
  

Reply via email to