* policy class cannot be found on the server, the HBase table is left in a horrible
* "ghost" state where it can't be used and can't be deleted without bouncing the master.
*/
newDesc.setValue(HTableDescriptor.SPLIT_POLICY, MetaDataSplitPolicy.class.getName());
admin.disableTable(tableName);
admin.modifyTable(tableName, newDesc);
admin.enableTable(tableName);
upgradeWhiteList = upgradeCoprocessorsTo3_0(admin, false);
}
return null;