Change 'snappy' to 'SNAPPY' in schema illustration

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1126768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-05-23 21:45:20 +00:00
parent 74c41cd697
commit cc53904c16
1 changed files with 3 additions and 3 deletions

View File

@ -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>