Repository: hbase Updated Branches: refs/heads/0.98 358e60027 -> dc36b4dfd refs/heads/branch-1 52b4db860 -> c339e181a refs/heads/branch-1.0 241ad0d76 -> 7cd43e7b2 refs/heads/master 621b33f2f -> f1d1dbfaa
HBASE-8026 HBase Shell docs for scan command does not reference VERSIONS (Amit Kabra) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f1d1dbfa Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f1d1dbfa Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f1d1dbfa Branch: refs/heads/master Commit: f1d1dbfaa4a5ece96b8263bd0cae18ffea11a75f Parents: 621b33f Author: Andrew Purtell <[email protected]> Authored: Fri Jan 16 09:43:32 2015 -0800 Committer: Andrew Purtell <[email protected]> Committed: Fri Jan 16 09:43:32 2015 -0800 ---------------------------------------------------------------------- hbase-shell/src/main/ruby/shell/commands/scan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/f1d1dbfa/hbase-shell/src/main/ruby/shell/commands/scan.rb ---------------------------------------------------------------------- diff --git a/hbase-shell/src/main/ruby/shell/commands/scan.rb b/hbase-shell/src/main/ruby/shell/commands/scan.rb index da4dace..c6aba9c 100644 --- a/hbase-shell/src/main/ruby/shell/commands/scan.rb +++ b/hbase-shell/src/main/ruby/shell/commands/scan.rb @@ -25,7 +25,7 @@ module Shell Scan a table; pass table name and optionally a dictionary of scanner specifications. Scanner specifications may include one or more of: TIMERANGE, FILTER, LIMIT, STARTROW, STOPROW, ROWPREFIXFILTER, TIMESTAMP, -MAXLENGTH or COLUMNS, CACHE +MAXLENGTH or COLUMNS, CACHE or RAW, VERSIONS If no columns are specified, all columns will be scanned. To scan all members of a column family, leave the qualifier empty as in
