Mohan created METRON-1522:
-----------------------------
Summary: 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
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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)