Malformed SQL generated in MetricDataLoader when values contain single quote
character
--------------------------------------------------------------------------------------
Key: CHUKWA-489
URL: https://issues.apache.org/jira/browse/CHUKWA-489
Project: Hadoop Chukwa
Issue Type: Bug
Components: DB Data Processors
Affects Versions: 0.4.0
Reporter: Kirk True
Attachments: MetricDataLoader.diff
When our demux creates ChukwaRecord entries whose values contain single quotes,
the SQL generated by MetricDataLoader is invalid as the single quote character
is not being properly escaped. There's already an escape method present, and
adding two lines of code fixed it for us.
Patch forthcoming...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.