Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The following page has been changed by udanax:
http://wiki.apache.org/hadoop/Hbase/HbaseShell

------------------------------------------------------------------------------
  Syntax:
  CREATE TABLE table_name (
          column_family_definition [, column_family_definition] ...
-         )
+         );
  column_family_definition:
          column_family_name
          [MAX_VERSIONS=n]
@@ -125, +125 @@

          [NUM_VERSIONS = version_count]
          [TIMESTAMP 'timestamp']
          [LIMIT = row_count]
-         [INTO FILE 'file_name']
+         [INTO FILE 'file_name'];
  }}}
  
  '''SELECT''' retrieves a subset of data from the specified table.

Reply via email to