HBASE-8026 HBase Shell docs for scan command does not reference VERSIONS (Amit
Kabra)
Conflicts:
hbase-shell/src/main/ruby/shell/commands/scan.rb
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dc36b4df
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dc36b4df
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dc36b4df
Branch: refs/heads/0.98
Commit: dc36b4dfd7a4f98ae23b88f6f1b589a5b9eb44da
Parents: 358e600
Author: Andrew Purtell <[email protected]>
Authored: Fri Jan 16 09:43:32 2015 -0800
Committer: Andrew Purtell <[email protected]>
Committed: Fri Jan 16 09:46:27 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/dc36b4df/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 81a9264..bf367b0 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, TIMESTAMP, MAXLENGTH,
-or COLUMNS, CACHE
+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