Author: stack
Date: Mon May 23 21:45:20 2011
New Revision: 1126768

URL: http://svn.apache.org/viewvc?rev=1126768&view=rev
Log:
Change 'snappy' to 'SNAPPY' in schema illustration

Modified:
    hbase/trunk/src/docbkx/book.xml

Modified: hbase/trunk/src/docbkx/book.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1126768&r1=1126767&r2=1126768&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Mon May 23 21:45:20 2011
@@ -1404,7 +1404,7 @@ false
     SNAPPY
     </title>
     <para>
-        To set snappy compression on a column family, do as following:
+        To set SNAPPY compression on a column family, do as following:
         <orderedlist>
             <listitem>
                 <para>
@@ -1427,9 +1427,9 @@ false
             <listitem>
                 <para>
         Create a column family with snappy compression and verify it in the 
hbase shell:
-        <programlisting>$ hbase> create 't1', { NAME => 'cf1', COMPRESSION => 
'snappy' }
+        <programlisting>$ hbase> create 't1', { NAME => 'cf1', COMPRESSION => 
'SNAPPY' }
 hbase> describe 't1'</programlisting>
-        In the output of the "describe" command, you need to ensure it lists 
"COMPRESSION => 'snappy'"
+        In the output of the "describe" command, you need to ensure it lists 
"COMPRESSION => 'SNAPPY'"
                 </para>
             </listitem>
 


Reply via email to