Go to file
Michael Stack 1342ed9b5c HBASE-487 New shell....
Add in special handling of .META. table that we used have in HQL
(so it prints out the HRegionInfo pretty).  Also allow making a scanner
without specifying columns.

M  src/java/org/apache/hadoop/hbase/HTableDescriptor.java
   Allow getMetadata work if HTable is set against meta tables.
   Was failing on isLegalTableName if name was one of the catalog table names.
   Needed by shell.
M src/java/org/apache/hadoop/hbase/client/HTable.java
  Comment.
M  bin/hbase
  Remove commented out line.
M  bin/HBase.rb
  Allow passing just a table name to scanner; let it figure out all families
  Added in the special handling of .META. table cells that we used have in HQL
  so we can see start/end row, etc.  Added in extra testing.
M  bin/Formatter.rb
  Allow setting width of emitted table in console formatter
M  bin/hirb.rb
  Allow setting width of emitted table in console formatter
  Improved scanner help.:


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@669318 13f79535-47bb-0310-9956-ffa450edef68
2008-06-18 22:24:34 +00:00
bin HBASE-487 New shell.... 2008-06-18 22:24:34 +00:00
conf Backout unintentional commit of JAVA_HOME 2008-06-18 00:17:48 +00:00
docs HBASE-526 Add documentation src and build to the 0.1 branch 2008-03-18 22:32:14 +00:00
lib HBASE-487 New hbase shell 2008-05-30 19:19:46 +00:00
src HBASE-487 New shell.... 2008-06-18 22:24:34 +00:00
CHANGES.txt HBASE-487 New shell.... 2008-06-18 22:24:34 +00:00
LICENSE.txt HBASE-561 HBase package does not include LICENSE.txt nor build.xml 2008-04-03 22:39:46 +00:00
NOTICE.txt We no longer include hql 2008-05-23 18:38:22 +00:00
README.txt HBASE-526 Add documentation src and build to the 0.1 branch 2008-03-18 22:32:14 +00:00
build.xml HBASE-487 Replace hql w/ a hbase-friendly jirb or jython shell, Part 1: Purge hql, added raw jirb 2008-05-23 06:21:16 +00:00

README.txt

See the docs directory or http://hbase.org