[
https://issues.apache.org/jira/browse/METRON-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242276#comment-16242276
]
ASF GitHub Bot commented on METRON-1275:
----------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/833#discussion_r149420193
--- Diff: metron-platform/Performance-tuning-guide.md ---
@@ -219,38 +219,49 @@ And we ran our bro parser topology with the following
options. We did not need t
though you could certainly do so if necessary. Notice that we only needed
1 worker.
```
-/usr/metron/0.4.0/bin/start_parser_topology.sh -k $BROKERLIST -z
$ZOOKEEPER -s bro -ksp SASL_PLAINTEXT
- -ot enrichments
+/usr/metron/0.4.2/bin/start_parser_topology.sh \
-e ~metron/.storm/storm-bro.config \
-esc ~/.storm/spout-bro.config \
- -sp 24 \
- -snt 24 \
+ -k $BROKERLIST \
+ -ksp SASL_PLAINTEXT \
--- End diff --
This will only work in a Kerberized environment, no? Should that be called
out?
> Fix Metron Documentation
> ------------------------
>
> Key: METRON-1275
> URL: https://issues.apache.org/jira/browse/METRON-1275
> Project: Metron
> Issue Type: Bug
> Reporter: Jon Zeolla
> Assignee: Jon Zeolla
>
> I am combing through Metron documentation and I will have various updates for
> minor fixes.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)