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/9debfcfa Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9debfcfa Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9debfcfa Branch: refs/heads/branch-1 Commit: 9debfcfaf6a854e82fb6b29c141d79dc2b658250 Parents: e6248bd 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:26 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/9debfcfa/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
