From 2e67e26fe17daef39c5035a386dceb24dc6bfc1e Mon Sep 17 00:00:00 2001 From: Christian Tramnitz Date: Wed, 19 Apr 2017 15:17:48 +0200 Subject: [PATCH] fix typo in indexing readme --- metron-platform/metron-indexing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metron-platform/metron-indexing/README.md b/metron-platform/metron-indexing/README.md index f243eefd3d..a536d871b4 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.