Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.92.0
-
None
-
all
-
coprocessor
Description
Registering a Copressor in the following way will fail as the "Coprocessor$1" keyword is case sensitive (instead COPROCESSOR$1 works fine). Removing this restriction would improve usability.
HTableDescriptor desc = new HTableDescriptor(tName);
desc.setValue("Coprocessor$1",
path.toString() + ":" + full_class_name +
":" + Coprocessor.Priority.USER);
Attachments
Attachments
Issue Links
- is related to
-
HBASE-3529 Add search to HBase
- Closed
- relates to
-
HBASE-4048 [Coprocessors] Support configuration of coprocessor at load time
- Closed