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 ------------------------------------------------------------------------------ == Query Grammars == '''Note''' that attribute values are quoted with either single or double quotes. === Database administration language === - ||<bgcolor="#ececec">'''syntax''' ||<bgcolor="#ececec">'''Explanation''' || + ||<bgcolor="#ececec">'''Syntax''' ||<bgcolor="#ececec">'''Explanation''' || ||Help ||<99%>'''Help''' syntax provides information about the use of shell script.[[BR]][[BR]]~-''HELP [function_name];''-~ || ||Show ||<99%>'''Show''' syntax lists tables.[[BR]][[BR]]~-''SHOW tables;''-~ || ||Describe ||'''Describe''' syntax provides information about the columnfamilies in a table.[[BR]][[BR]]~-''DESC table_name;''-~ ||