[
https://issues.apache.org/jira/browse/CHUKWA-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844126#action_12844126
]
Guille -bisho- commented on CHUKWA-463:
---------------------------------------
There is still one test failing:
Testcase:
testFSMBuilder_JobHistory020(org.apache.hadoop.chukwa.analysis.salsa.fsm.TestFSMBuilder):
FAILED
Error running FSMBuilder: java.io.IOException: Job failed!
junit.framework.AssertionFailedError: Error running FSMBuilder:
java.io.IOException: Job failed!
at
org.apache.hadoop.chukwa.analysis.salsa.fsm.TestFSMBuilder.testFSMBuilder_JobHistory020(TestFSMBuilder.java:354)
I don't know why, because the cluster is extracted correctly. I will continue
with this on tuesday, I'm on a travel. If anyone know what could be happening
here, please tell me.
> Improve pattern for getTag() method
> -----------------------------------
>
> Key: CHUKWA-463
> URL: https://issues.apache.org/jira/browse/CHUKWA-463
> Project: Hadoop Chukwa
> Issue Type: Improvement
> Components: Data Processors
> Reporter: Guille -bisho-
> Attachments: improve_tags_pattern-v2.diff, improve_tags_pattern.diff
>
>
> The current pattern used for extracting tags from the tags field:
> Pattern tagPattern = Pattern.compile(".*"+tagName+"=\"(.*?)\".*");
> Doesn't work very well. If you pass tagName "bar", will also match (and
> return) the content of foobar="dssad" tag.
> The proposed path is more correct, and also faster than using .*
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.