From 963bd07f681bdbd5bf8385b8eb082dd6a4f57556 Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Thu, 16 Oct 2014 09:01:11 -0400 Subject: [PATCH] HBASE-12265 HBase shell 'show_filters' points to internal Facebook URL --- hbase-shell/src/main/ruby/shell/commands/show_filters.rb | 5 ----- 1 file changed, 5 deletions(-) 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 716859fc061..cdbd9ed9b59 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