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 BryanDuxbury: http://wiki.apache.org/hadoop/Hbase/FAQ ------------------------------------------------------------------------------ 1. [#5 Why do I see "java.io.IOException...(Too many open files)" in my logs?] 1. [#6 What can I do to improve hbase performance?] 1. [#7 How do I access Hbase from my Ruby/Python/Perl/PHP/etc. application?] + 1. [#8 How do I create a table with a column family named "count" (or some other HQL reserved word)?] == Answers == @@ -85, +86 @@ * [http://wiki.apache.org/hadoop/Hbase/HbaseRest REST Interface] to Hbase * [:Hbase/Jython] An example showing how to access HBase from Jython + '''8. [[Anchor(8)]] How do I create a table with a column family named "count" (or some other HQL reserved word)?''' + + Enclose the reserved word in single or double quotes and it should work. If you find an instance where this fails, please let us know. + + Some example reserved words: count, table, insert select, delete, drop, truncate, where, row, into +
