Repository: hbase Updated Branches: refs/heads/0.98 672073883 -> 82fb65819 refs/heads/branch-1 e6248bd45 -> 9debfcfaf refs/heads/master ba20d4df8 -> 963bd07f6
HBASE-12265 HBase shell 'show_filters' points to internal Facebook URL Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/963bd07f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/963bd07f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/963bd07f Branch: refs/heads/master Commit: 963bd07f681bdbd5bf8385b8eb082dd6a4f57556 Parents: ba20d4d Author: Andrew Purtell <[email protected]> Authored: Thu Oct 16 09:01:11 2014 -0400 Committer: Andrew Purtell <[email protected]> Committed: Thu Oct 16 09:01:11 2014 -0400 ---------------------------------------------------------------------- hbase-shell/src/main/ruby/shell/commands/show_filters.rb | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/963bd07f/hbase-shell/src/main/ruby/shell/commands/show_filters.rb ---------------------------------------------------------------------- diff --git a/hbase-shell/src/main/ruby/shell/commands/show_filters.rb b/hbase-shell/src/main/ruby/shell/commands/show_filters.rb index 716859f..cdbd9ed 100644 --- a/hbase-shell/src/main/ruby/shell/commands/show_filters.rb +++ b/hbase-shell/src/main/ruby/shell/commands/show_filters.rb @@ -27,7 +27,6 @@ module Shell Show all the filters in hbase. Example: hbase> show_filters - Documentation on filters mentioned below can be found at: https://our.intern.facebook.com/intern/wiki/index.php/HBase/Filter_Language ColumnPrefixFilter TimestampsFilter PageFilter @@ -38,10 +37,6 @@ EOF def command( ) now = Time.now - formatter.row(["Documentation on filters mentioned below can " + - "be found at: https://our.intern.facebook.com/intern/" + - "wiki/index.php/HBase/Filter_Language"]) - parseFilter = ParseFilter.new supportedFilters = parseFilter.getSupportedFilters
