diff --git a/docs/content/development/extensions-contrib/graphite.md b/docs/content/development/extensions-contrib/graphite.md index fb0d464925e..1598703a2d4 100644 --- a/docs/content/development/extensions-contrib/graphite.md +++ b/docs/content/development/extensions-contrib/graphite.md @@ -65,7 +65,7 @@ druid.emitter.graphite.eventConverter={"type":"all", "namespacePrefix": "druid.t The second implementation called `whiteList`, will send only the white listed metrics and dimensions. Same as for the `all` converter user has control of `.[].[].` -White-list based converter comes with the following default white list map located under resources [defaultWhiteListMap.json](./src/main/resources/defaultWhiteListMap.json) +White-list based converter comes with the following default white list map located under resources in `./src/main/resources/defaultWhiteListMap.json` Although user can override the default white list map by supplying a property called `mapPath`. This property is a String containing the path for the file containing **white list map Json object**. diff --git a/docs/content/development/extensions-core/kafka-extraction-namespace.md b/docs/content/development/extensions-core/kafka-extraction-namespace.md index f9fc8ff6834..d9c63baf3fd 100644 --- a/docs/content/development/extensions-core/kafka-extraction-namespace.md +++ b/docs/content/development/extensions-core/kafka-extraction-namespace.md @@ -5,7 +5,7 @@ layout: doc_page # Kafka Namespaced Lookup
-Lookups are an experimental feature. +Lookups are an experimental feature.
Make sure to [include](../../operations/including-extensions.html) `druid-namespace-lookup` and `druid-kafka-extraction-namespace` as an extension. diff --git a/docs/content/development/extensions-core/mysql.md b/docs/content/development/extensions-core/mysql.md index a63291d7c5d..eb03af6af86 100644 --- a/docs/content/development/extensions-core/mysql.md +++ b/docs/content/development/extensions-core/mysql.md @@ -51,5 +51,5 @@ Make sure to [include](../../operations/including-extensions.html) `mysql-metada Note: the metadata storage extension is not packaged within the main Druid tarball; it is packaged in a separate tarball that can be downloaded from [here](http://druid.io/downloads.html). - You can also get it using [pull-deps](../pull-deps.html), or you can build - it from source code; see [Build from Source](../development/build.html). + You can also get it using [pull-deps](../../operations/pull-deps.html), or you can build + it from source code; see [Build from Source](../build.html). diff --git a/docs/content/development/extensions-core/namespaced-lookup.md b/docs/content/development/extensions-core/namespaced-lookup.md index 1962748ee44..c02e2dc6eff 100644 --- a/docs/content/development/extensions-core/namespaced-lookup.md +++ b/docs/content/development/extensions-core/namespaced-lookup.md @@ -67,7 +67,7 @@ a `pollPeriod` at the end of which time they poll the remote resource of interes # Supported Lookups -For additional lookups, please see our [extensions list](../development/extensions.html). +For additional lookups, please see our [extensions list](../extensions.html). ## URI namespace update diff --git a/docs/content/development/libraries.md b/docs/content/development/libraries.md index 87092838ca4..602f221195a 100644 --- a/docs/content/development/libraries.md +++ b/docs/content/development/libraries.md @@ -62,7 +62,7 @@ Tools Community Helper Libraries -------------------------- -* [madvertise/druid-dumbo](https://github.com/madvertise/druid-dumbo) - Scripts to help generate batch configs for the ingestion of data into Druid +* [liquidm/druid-dumbo](https://github.com/liquidm/druid-dumbo) - Scripts to help generate batch configs for the ingestion of data into Druid * [housejester/druid-test-harness](https://github.com/housejester/druid-test-harness) - A set of scripts to simplify standing up some servers and seeing how things work Community Extensions diff --git a/docs/content/querying/aggregations.md b/docs/content/querying/aggregations.md index ec2b64a4673..d962e5a0beb 100644 --- a/docs/content/querying/aggregations.md +++ b/docs/content/querying/aggregations.md @@ -194,7 +194,7 @@ Uses [HyperLogLog](http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf) to { "type" : "hyperUnique", "name" : , "fieldName" : } ``` -For more approximate aggregators, please see [theta sketches](../development/datasketches-aggregators.html). +For more approximate aggregators, please see [theta sketches](../development/extensions-core/datasketches-aggregators.html). ## Miscellaneous Aggregations diff --git a/docs/content/tutorials/tutorial-streams.md b/docs/content/tutorials/tutorial-streams.md index 6375dd828b9..c20fb23a6c7 100644 --- a/docs/content/tutorials/tutorial-streams.md +++ b/docs/content/tutorials/tutorial-streams.md @@ -96,7 +96,7 @@ Let's send some data! We'll start with these three records: ``` Druid streaming ingestion requires relatively current messages (relative to a slack time controlled by the -[windowPeriod](ingestion-streams.html#segmentgranularity-and-windowperiod) value), so you should +[windowPeriod](../ingestion/stream-push.html#segmentgranularity-and-windowperiod) value), so you should replace `2000-01-01T00:00:00Z` in these messages with the current time in ISO8601 format. You can get this by running: