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/82fb6581 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/82fb6581 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/82fb6581 Branch: refs/heads/0.98 Commit: 82fb65819930920059ee3375e3af6d2c67e71d54 Parents: 6720738 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:30 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/82fb6581/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
