Nick Allen created METRON-1624:
----------------------------------
Summary: 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
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)