This is an automated email from the ASF dual-hosted git repository.
jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new 852fe86 Remove repeated word in indexing-service.md (#6983)
852fe86 is described below
commit 852fe86ea2b361a97d1fe0770bc2457a4809d86e
Author: jorbay-au <[email protected]>
AuthorDate: Fri Feb 1 13:38:22 2019 -0800
Remove repeated word in indexing-service.md (#6983)
---
docs/content/design/indexing-service.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/design/indexing-service.md
b/docs/content/design/indexing-service.md
index 0d583b7..8a3d5a6 100644
--- a/docs/content/design/indexing-service.md
+++ b/docs/content/design/indexing-service.md
@@ -26,7 +26,7 @@ title: "Indexing Service"
The indexing service is a highly-available, distributed service that runs
indexing related tasks.
-Indexing tasks [tasks](../ingestion/tasks.html) create (and sometimes destroy)
Druid [segments](../design/segments.html). The indexing service has a
master/slave like architecture.
+Indexing [tasks](../ingestion/tasks.html) create (and sometimes destroy) Druid
[segments](../design/segments.html). The indexing service has a master/slave
like architecture.
The indexing service is composed of three main components: a
[Peon](../design/peons.html) component that can run a single task, a [Middle
Manager](../design/middlemanager.html) component that manages Peons, and an
[Overlord](../design/overlord.html) component that manages task distribution to
MiddleManagers.
Overlords and MiddleManagers may run on the same node or across multiple nodes
while MiddleManagers and Peons always run on the same node.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]