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/c339e181 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c339e181 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c339e181 Branch: refs/heads/branch-1 Commit: c339e181ae5b175ef757095741a89f3b92229c9d Parents: 52b4db8 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:40 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/c339e181/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
