[jira] [Updated] (HBASE-5893) Allow spaces in coprocessor conf (aka trim() className)

2012-04-27 Thread Matteo Bertozzi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matteo Bertozzi updated HBASE-5893:
---

Attachment: HBASE-5893-v0.patch

 Allow spaces in coprocessor conf (aka trim() className)
 ---

 Key: HBASE-5893
 URL: https://issues.apache.org/jira/browse/HBASE-5893
 Project: HBase
  Issue Type: Bug
  Components: coprocessors
Affects Versions: 0.92.1, 0.94.0, 0.96.0
Reporter: Matteo Bertozzi
Assignee: Matteo Bertozzi
Priority: Minor
  Labels: conf, coprocessors
 Attachments: HBASE-5893-v0.patch


 This is annoying especially for coprocessors where you've long class name.
 but maybe is a bug of Configuration.getStrings() that doesn't trim each 
 string.
 When you've comma separated values like in the coprocessors case, you've to 
 pack together your values without spaces (v1,v2,v3,...) otherwise the 
 coprocessor is not loaded because the class name with spaces is not found.
 {code}
 property
namehbase.coprocessor.master.classes/name
value
 org.apache.hadoop.hbase.security.token.TokenProvider,
 org.apache.hadoop.hbase.security.access.AccessController
/value
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5893) Allow spaces in coprocessor conf (aka trim() className)

2012-04-27 Thread Matteo Bertozzi (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matteo Bertozzi updated HBASE-5893:
---

Status: Patch Available  (was: Open)

 Allow spaces in coprocessor conf (aka trim() className)
 ---

 Key: HBASE-5893
 URL: https://issues.apache.org/jira/browse/HBASE-5893
 Project: HBase
  Issue Type: Bug
  Components: coprocessors
Affects Versions: 0.92.1, 0.94.0, 0.96.0
Reporter: Matteo Bertozzi
Assignee: Matteo Bertozzi
Priority: Minor
  Labels: conf, coprocessors
 Attachments: HBASE-5893-v0.patch


 This is annoying especially for coprocessors where you've long class name.
 but maybe is a bug of Configuration.getStrings() that doesn't trim each 
 string.
 When you've comma separated values like in the coprocessors case, you've to 
 pack together your values without spaces (v1,v2,v3,...) otherwise the 
 coprocessor is not loaded because the class name with spaces is not found.
 {code}
 property
namehbase.coprocessor.master.classes/name
value
 org.apache.hadoop.hbase.security.token.TokenProvider,
 org.apache.hadoop.hbase.security.access.AccessController
/value
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5893) Allow spaces in coprocessor conf (aka trim() className)

2012-04-27 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-5893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-5893:
-

   Resolution: Fixed
Fix Version/s: 0.94.0
   0.92.2
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed to 0.92, 0.94, and trunk (Usability).  Thanks for the patch Matteo.

 Allow spaces in coprocessor conf (aka trim() className)
 ---

 Key: HBASE-5893
 URL: https://issues.apache.org/jira/browse/HBASE-5893
 Project: HBase
  Issue Type: Bug
  Components: coprocessors
Affects Versions: 0.92.1, 0.94.0, 0.96.0
Reporter: Matteo Bertozzi
Assignee: Matteo Bertozzi
Priority: Minor
  Labels: conf, coprocessors
 Fix For: 0.92.2, 0.94.0

 Attachments: HBASE-5893-v0.patch


 This is annoying especially for coprocessors where you've long class name.
 but maybe is a bug of Configuration.getStrings() that doesn't trim each 
 string.
 When you've comma separated values like in the coprocessors case, you've to 
 pack together your values without spaces (v1,v2,v3,...) otherwise the 
 coprocessor is not loaded because the class name with spaces is not found.
 {code}
 property
namehbase.coprocessor.master.classes/name
value
 org.apache.hadoop.hbase.security.token.TokenProvider,
 org.apache.hadoop.hbase.security.access.AccessController
/value
 /property
 {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira