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

------------------------------------------------------------------------------
  CREATE    Create tables
  
  Syntax:
- CREATE TABLE table_name
+ CREATE TABLE table_name (
          column_family_definition [, column_family_definition] ...
- 
+         )
  column_family_definition:
          column_family_name
          [MAX_VERSIONS=n]
@@ -94, +94 @@

  
  {{{
  hql > CREATE TABLE movieLog_table (
-   --> year, length, inColor, studioName, vote, producer, actor)
+   --> year, length, inColor, studioName, vote, producer, actor);
-   --> NUM_VERSIONS 10; 
  
  hql > CREATE TABLE webtable (
    --> contents in_memory max_versions=10 compression=block,

Reply via email to