From 790678f02c749291c8dc81d3c0b464184ea88f13 Mon Sep 17 00:00:00 2001 From: Slim Date: Wed, 22 Nov 2017 18:16:36 -0800 Subject: [PATCH] Fix typo in docs (#5074) Small fix for the realtime pull docs fix issue #5072 --- docs/content/ingestion/stream-pull.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/ingestion/stream-pull.md b/docs/content/ingestion/stream-pull.md index 7cd73c441af..41d19727aa0 100644 --- a/docs/content/ingestion/stream-pull.md +++ b/docs/content/ingestion/stream-pull.md @@ -12,8 +12,7 @@ the [stream push method](stream-push.html). Another option is *stream pull*. With this approach, a Druid Realtime Node ingests data from a [Firehose](../ingestion/firehose.html) connected to the data you want to read. The Druid quickstart and tutorials do not include information about how to set up standalone realtime nodes, but -they can be used in place for Tranquility server and the indexing service. Please note that Realtime nodes have very properties than -the indexing service. +they can be used in place for Tranquility server and the indexing service. Please note that Realtime nodes have different properties and roles than the indexing service. ## Realtime Node Ingestion