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 The comment on the change is: add some comment ------------------------------------------------------------------------------ ---- = Hbase Shell Introduction = - Hbase Shell is a basic, command-line, and interactive 'shell' for manipulating tables in Hbase. It has support for a small set of SQL-inspired operations. Results are presented in an ASCII-table format. + Hbase Shell is a basic, command-line, and interactive 'shell' for manipulating tables in Hbase. - The Hbase Shell aims to be to Hbase what the mysql client command-line tool is to mysqld, and what sqlplus to Oracle. + * Hbase Shell was first added to TRUNK in July, 2007. + * '''Plans''' + * Hbase Query Language ([wiki:Hbase/HbaseShell/HQL HQL]) SQL-like query language for Hbase. + * Hbase Shell [wiki:Hbase/HbaseShell/Altools Altools] - Algebraic Tools for the Large-scale analysis. + * Hbase [wiki:Hbase/RDF RDF] - HbaseRDF for storing and querying RDF data. + ''The feature of 3 branches appeared(HQL, Altools, RDF) recently in the Hbase Shell.[[BR]]Each features should be assigned to specifc roles, and these roles should be clearly defined. -- udanax'' - Hbase Shell was first added to TRUNK in July, 2007. - - * [http://issues.apache.org/jira/browse/hadoop-1720 HADOOP-1720] to update "[wiki:Hbase/HbaseShell/HQL HQL]" is currently in process. - * See [wiki:Hbase/ShellPlans Hbase Shell plans] page for discussion and description of future operators. The intent is to add more support for non-interactive usage as well as operators for algebraic, relational, and matrix manipulations. == People Involved == + * [:udanax:Edward Yoon] (R&D center, NHN corp.) -- Initial contributor + * [:InchulSong:Inchul Song] (Database Lab, KAIST) - * [:udanax:Edward Yoon] [[MailTo(webmaster AT SPAMFREE udanax DOT org)]] (Research and Development center, NHN corp.) -- Initial contributor - * [:InchulSong:Inchul Song] [[MailTo(icsong AT SPAMFREE gmail DOT com)]] (Database Lab, KAIST) - ---- = How to Start a Shell = Run the following on the command-line: