From 8f378ca71731c0e6251e1950bcedd8cd996a035f Mon Sep 17 00:00:00 2001 From: Dima Spivak Date: Wed, 7 Oct 2015 20:01:41 -0700 Subject: [PATCH] HBASE-14577 HBase shell help for scan and returning a column family has a typo --- 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 d2fe4e9..7278578 100644 --- a/hbase-shell/src/main/ruby/shell/commands/scan.rb +++ b/hbase-shell/src/main/ruby/shell/commands/scan.rb @@ -29,7 +29,7 @@ MAXLENGTH or COLUMNS, CACHE or RAW, VERSIONS, ALL_METRICS or METRICS If no columns are specified, all columns will be scanned. To scan all members of a column family, leave the qualifier empty as in -'col_family:'. +'col_family'. The filter can be specified in two ways: 1. Using a filterString - more information on this is available in the -- 2.3.2 (Apple Git-55)