From 124e080ce75d662cc146ba8cc55dcd5b1ac0367d Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Wed, 15 Oct 2014 11:54:25 -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 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 -- 1.7.12.4 (Apple Git-37)