Description
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.
Attachments
Issue Links
- depends upon
-
HBASE-1936 ClassLoader that loads from hdfs; useful adding filters to classpath without having to restart services
- Closed