Repository: incubator-metron Updated Branches: refs/heads/master bec84db77 -> b6786aaf0
METRON-864 typo in indexing readme (ctramnitz via JonZeolla) closes apache/incubator-metron#537 Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/b6786aaf Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/b6786aaf Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/b6786aaf Branch: refs/heads/master Commit: b6786aaf030122e83b82ad63c828f68f3754d8ec Parents: bec84db Author: ctramnitz <[email protected]> Authored: Mon Apr 24 16:43:47 2017 -0400 Committer: jonzeolla <[email protected]> Committed: Mon Apr 24 16:43:47 2017 -0400 ---------------------------------------------------------------------- metron-platform/metron-indexing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/b6786aaf/metron-platform/metron-indexing/README.md ---------------------------------------------------------------------- diff --git a/metron-platform/metron-indexing/README.md b/metron-platform/metron-indexing/README.md index f243eef..a536d87 100644 --- a/metron-platform/metron-indexing/README.md +++ b/metron-platform/metron-indexing/README.md @@ -125,7 +125,7 @@ topology. As such, make sure that the number of partitions in the kafka topic is sufficient to handle the throughput that you expect. ## Indexing Topology -The enrichment topology as started by the `$METRON_HOME/bin/start_elasticsearch_topology.sh` +The `indexing` topology as started by the `$METRON_HOME/bin/start_elasticsearch_topology.sh` or `$METRON_HOME/bin/start_solr_topology.sh` script uses a default of one executor per bolt. In a real production system, this should be customized by modifying the flux file in @@ -147,4 +147,4 @@ These files must be added to the metron.spec file and the RPMs rebuilt to be ava The notebook files will be found on the server in `$METRON_HOME/config/zeppelin` -The Ambari Management Pack has a custom action to load these templates, ZEPPELIN_DASHBOARD_INSTALL, that will import them into Zeppelin. \ No newline at end of file +The Ambari Management Pack has a custom action to load these templates, ZEPPELIN_DASHBOARD_INSTALL, that will import them into Zeppelin.
