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

Mohan updated METRON-1522:
--------------------------
    Description: 
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'  

  was:
https://github.com/apache/metron/tree/master/metron-analytics/metron-profiler#creating-profiles
 

There is typo error at step 6 

{code:java}
[Stellar]>>> values := PROFILER_FLUSH(profiler) 
{code}

it should be 

{code:java}
[Stellar]>>> values := PROFILER_FLUSH(p)
{code}



> Fix the typo error at flushing profile in the 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)

Reply via email to