[
https://issues.apache.org/jira/browse/METRON-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16520688#comment-16520688
]
ASF GitHub Bot commented on METRON-1624:
----------------------------------------
Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1069
+1 by inspection. Glad to see these properties made a bit more available!
> Set Profiler and Enrichment batch parameters in Ambari
> ------------------------------------------------------
>
> Key: METRON-1624
> URL: https://issues.apache.org/jira/browse/METRON-1624
> Project: Metron
> Issue Type: Improvement
> Reporter: Nick Allen
> Priority: Major
>
> METRON-1594 introduced a mechanism to control the batch size and timeout when
> writing records to Kafka by updating the global properties.
> Both Enrichment and the Profiler write records back into Kafka. The user can
> independently set the batch size and timeout for each of those.
> Currently, the user must set the following global properties using the CLI.
> {code}
> "profiler.writer.batchSize" : 15,
> "profiler.writer.batchTimeout" : 0,
> "enrichment.writer.batchSize" : 15,
> "enrichment.writer.batchTimeout" : 0
> {code}
> The user should be able to adjust these values in Ambari.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)