You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars George (JIRA)" <ji...@apache.org> on 2009/03/25 14:10:57 UTC

[jira] Created: (HBASE-1288) Load custom RowFilter dynamically on RegionServers

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.


[jira] Updated: (HBASE-1288) Load custom RowFilter dynamically on RegionServers

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1288:
-------------------------

    Fix Version/s:     (was: 0.20.0)
                   0.21.0

Actually move it.

> 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
>            Priority: Minor
>             Fix For: 0.21.0
>
>
> 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.


[jira] Updated: (HBASE-1288) Load custom RowFilter dynamically on RegionServers

Posted by "Jonathan Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gray updated HBASE-1288:
---------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s: 0.20.0

Would be nice to get this into 0.20.  Moving to minor, could push to 0.21

> 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
>            Priority: Minor
>             Fix For: 0.20.0
>
>
> 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.


[jira] Resolved: (HBASE-1288) Load custom RowFilter dynamically on RegionServers

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-1288.
-----------------------------------

    Resolution: Duplicate

This is now duplicated by HBASE-2000. 

> 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
>            Priority: Minor
>             Fix For: 0.21.0
>
>
> 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.


[jira] Updated: (HBASE-1288) Load custom RowFilter dynamically on RegionServers

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-1288:
-------------------------


Moving out of 0.20.0. Non-critical. If a patch shows up before release, we'll add it.

> 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
>            Priority: Minor
>             Fix For: 0.20.0
>
>
> 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.