HBASE-12265 HBase shell 'show_filters' points to internal Facebook URL
This commit is contained in:
parent
e6248bd45d
commit
9debfcfaf6
@ -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…
x
Reference in New Issue
Block a user