Disable loading of coprocessors
You can disable loading of coprocessors using Cloudera Manager.
- Select the HBase service.
 - Click the Configuration tab.
 - Search for HBase Service Advanced Configuration Snippet (Safety Valve) for hbase-site.xml.
 - 
        To disable loading of all coprocessors, add a new property with the name
            
hbase.coprocessor.enabledand set its value tofalse. Cloudera does not recommend this setting. - 
        To disable loading of user coprocessors, add a new property with the name
            
hbase.coprocessor.user.enabledand set its value tofalse. - Enter a Reason for change, and then click Save Changes to commit the changes.
 
