HBASE-12265 HBase shell 'show_filters' points to internal Facebook URL
This commit is contained in:
parent
ba20d4df8c
commit
963bd07f68
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue