hbase/bin
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
..
Formatter.rb HBASE-487 New shell.... 2008-06-18 22:24:34 +00:00
HBase.rb HBASE-487 New shell.... 2008-06-18 22:24:34 +00:00
hbase HBASE-487 New shell.... 2008-06-18 22:24:34 +00:00
hbase-config.sh HADOOP-403 Fix build after move of hbase in svn 2008-02-05 20:09:24 +00:00
hbase-daemon.sh HBASE-558 Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup 2008-05-15 19:22:54 +00:00
hbase-daemons.sh HADOOP-403 Fix build after move of hbase in svn 2008-02-05 20:09:24 +00:00
hirb.rb HBASE-487 New shell.... 2008-06-18 22:24:34 +00:00
regionservers.sh HADOOP-403 Fix build after move of hbase in svn 2008-02-05 20:09:24 +00:00
start-hbase.sh HADOOP-403 Fix build after move of hbase in svn 2008-02-05 20:09:24 +00:00
stop-hbase.sh HADOOP-403 Fix build after move of hbase in svn 2008-02-05 20:09:24 +00:00