Load custom RowFilter dynamically on RegionServers
--------------------------------------------------
Key: HBASE-1288
URL: https://issues.apache.org/jira/browse/HBASE-1288
Project: Hadoop HBase
Issue Type: Improvement
Components: filters
Reporter: Lars George
Currently deploying custom row filters requires the user to copy (and rsync)
the new RowFilter class to all region servers and restarting them. This is not
very practical for live clusters running 24/7. Better would be to load the
classes dynamically on the region servers using one of the current mechanisms
to facilitate this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.