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:
|
Show all the filters in hbase. Example:
|
||||||
hbase> show_filters
|
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
|
ColumnPrefixFilter
|
||||||
TimestampsFilter
|
TimestampsFilter
|
||||||
PageFilter
|
PageFilter
|
||||||
|
@ -38,10 +37,6 @@ EOF
|
||||||
|
|
||||||
def command( )
|
def command( )
|
||||||
now = Time.now
|
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
|
parseFilter = ParseFilter.new
|
||||||
supportedFilters = parseFilter.getSupportedFilters
|
supportedFilters = parseFilter.getSupportedFilters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue