You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Michael Miklavcic (JIRA)" <ji...@apache.org> on 2019/07/26 16:45:01 UTC

[jira] [Created] (METRON-2194) Update Ambari tooltip to specify single quotes for parser names with hyphens

Michael Miklavcic created METRON-2194:
-----------------------------------------

             Summary: Update Ambari tooltip to specify single quotes for parser names with hyphens
                 Key: METRON-2194
                 URL: https://issues.apache.org/jira/browse/METRON-2194
             Project: Metron
          Issue Type: Improvement
            Reporter: Michael Miklavcic
            Assignee: Michael Miklavcic


I dug into this a bit and this is due to the MPack parser name-splitting logic for handling parser aggregation
SeeĀ [https://github.com/apache/metron/commit/ebdaf5f905829d8ff59814bb3555666217f85abb#diff-07d6a1f0be049bf6ccf888ec32a0ec1fR74]

The shlex library will split strings on hyphens and treat each part as an individual token. e.g. "hello-good-world" becomes "hello", "-", "good", "-", "world"



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)