[
https://issues.apache.org/jira/browse/METRON-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437891#comment-16437891
]
ASF GitHub Bot commented on METRON-1522:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/metron/pull/992
> Fix the typo errors at profile debugger readme
> -----------------------------------------------
>
> Key: METRON-1522
> URL: https://issues.apache.org/jira/browse/METRON-1522
> Project: Metron
> Issue Type: Bug
> Reporter: Mohan
> Assignee: Mohan
> Priority: Trivial
>
> https://github.com/apache/metron/tree/master/metron-analytics/metron-profiler#creating-profiles
>
> There is typo error at step 6 , The profile name has been used as 'p' and
> 'profiler' at places .
> {code:java}
> [Stellar]>>> values := PROFILER_FLUSH(profiler)
> {code}
> it should be
> {code:java}
> [Stellar]>>> values := PROFILER_FLUSH(p)
> {code}
> Or to keep it consistent across the sections the profile definition should be
> renamed to 'profiler' instead of 'p'
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)