From f1d1dbfaa4a5ece96b8263bd0cae18ffea11a75f Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Fri, 16 Jan 2015 09:43:32 -0800 Subject: [PATCH] HBASE-8026 HBase Shell docs for scan command does not reference VERSIONS (Amit Kabra) --- hbase-shell/src/main/ruby/shell/commands/scan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-shell/src/main/ruby/shell/commands/scan.rb b/hbase-shell/src/main/ruby/shell/commands/scan.rb index da4dace6e22..c6aba9c9e0a 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