From 067613e82deeea504127e010ea9597983833ecf2 Mon Sep 17 00:00:00 2001 From: Suneet Saldanha Date: Fri, 27 Dec 2019 15:59:02 -0500 Subject: [PATCH 1/3] Link javaOpts to middlemanager runtime.properties docs --- docs/development/extensions-core/s3.md | 2 +- docs/operations/other-hadoop.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/extensions-core/s3.md b/docs/development/extensions-core/s3.md index fd82b37e8eb3..44989e867e80 100644 --- a/docs/development/extensions-core/s3.md +++ b/docs/development/extensions-core/s3.md @@ -38,7 +38,7 @@ The AWS SDK requires that the target region be specified. Two ways of doing this As an example, to set the region to 'us-east-1' through system properties: - Add `-Daws.region=us-east-1` to the jvm.config file for all Druid services. -- Add `-Daws.region=us-east-1` to `druid.indexer.runner.javaOpts` in middleManager/runtime.properties so that the property will be passed to Peon (worker) processes. +- Add `-Daws.region=us-east-1` to `druid.indexer.runner.javaOpts` in [middleManager/runtime.properties](../../configuration/index.md#middlemanager-configuration) so that the property will be passed to Peon (worker) processes. |Property|Description|Default| |--------|-----------|-------| diff --git a/docs/operations/other-hadoop.md b/docs/operations/other-hadoop.md index f76c0eb98926..1f303b388e30 100644 --- a/docs/operations/other-hadoop.md +++ b/docs/operations/other-hadoop.md @@ -55,7 +55,7 @@ Generally, you should only set one of these parameters, not both. These properties can be set in either one of the following ways: - Using the task definition, e.g. add `"mapreduce.job.classloader": "true"` to the `jobProperties` of the `tuningConfig` of your indexing task (see the [Hadoop batch ingestion documentation](../ingestion/hadoop.md)). -- Using system properties, e.g. on the MiddleManager set `druid.indexer.runner.javaOpts=... -Dhadoop.mapreduce.job.classloader=true`. +- Using system properties, e.g. on the MiddleManager set `druid.indexer.runner.javaOpts=... -Dhadoop.mapreduce.job.classloader=true` in [middleManager/runtime.properties](../../configuration/index.md#middlemanager-configuration). ### Overriding specific classes From 9b053c92b2a20d3f69d019c572c3e5b0fe9167e8 Mon Sep 17 00:00:00 2001 From: Suneet Saldanha Date: Thu, 2 Jan 2020 11:32:12 -0500 Subject: [PATCH 2/3] fix broken link --- docs/operations/other-hadoop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/other-hadoop.md b/docs/operations/other-hadoop.md index 1f303b388e30..9a86e5048ff3 100644 --- a/docs/operations/other-hadoop.md +++ b/docs/operations/other-hadoop.md @@ -55,7 +55,7 @@ Generally, you should only set one of these parameters, not both. These properties can be set in either one of the following ways: - Using the task definition, e.g. add `"mapreduce.job.classloader": "true"` to the `jobProperties` of the `tuningConfig` of your indexing task (see the [Hadoop batch ingestion documentation](../ingestion/hadoop.md)). -- Using system properties, e.g. on the MiddleManager set `druid.indexer.runner.javaOpts=... -Dhadoop.mapreduce.job.classloader=true` in [middleManager/runtime.properties](../../configuration/index.md#middlemanager-configuration). +- Using system properties, e.g. on the MiddleManager set `druid.indexer.runner.javaOpts=... -Dhadoop.mapreduce.job.classloader=true` in [middleManager/runtime.properties](../configuration/index.md#middlemanager-configuration). ### Overriding specific classes From eb03f97977be6e9e5193c3816767f5af9ee899d2 Mon Sep 17 00:00:00 2001 From: Suneet Saldanha Date: Wed, 15 Jan 2020 09:19:49 -0800 Subject: [PATCH 3/3] reword config links --- docs/development/extensions-core/s3.md | 2 +- docs/operations/other-hadoop.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/extensions-core/s3.md b/docs/development/extensions-core/s3.md index b108d9b1be89..93d9a36f6b2b 100644 --- a/docs/development/extensions-core/s3.md +++ b/docs/development/extensions-core/s3.md @@ -38,7 +38,7 @@ The AWS SDK requires that the target region be specified. Two ways of doing this As an example, to set the region to 'us-east-1' through system properties: - Add `-Daws.region=us-east-1` to the jvm.config file for all Druid services. -- Add `-Daws.region=us-east-1` to `druid.indexer.runner.javaOpts` in [middleManager/runtime.properties](../../configuration/index.md#middlemanager-configuration) so that the property will be passed to Peon (worker) processes. +- Add `-Daws.region=us-east-1` to `druid.indexer.runner.javaOpts` in [Middle Manager configuration](../../configuration/index.md#middlemanager-configuration) so that the property will be passed to Peon (worker) processes. |Property|Description|Default| |--------|-----------|-------| diff --git a/docs/operations/other-hadoop.md b/docs/operations/other-hadoop.md index a655709661f2..ce6f0ddd2209 100644 --- a/docs/operations/other-hadoop.md +++ b/docs/operations/other-hadoop.md @@ -55,7 +55,7 @@ Generally, you should only set one of these parameters, not both. These properties can be set in either one of the following ways: - Using the task definition, e.g. add `"mapreduce.job.classloader": "true"` to the `jobProperties` of the `tuningConfig` of your indexing task (see the [Hadoop batch ingestion documentation](../ingestion/hadoop.md)). -- Using system properties, e.g. on the MiddleManager set `druid.indexer.runner.javaOpts=... -Dhadoop.mapreduce.job.classloader=true` in [middleManager/runtime.properties](../configuration/index.md#middlemanager-configuration). +- Using system properties, e.g. on the MiddleManager set `druid.indexer.runner.javaOpts=... -Dhadoop.mapreduce.job.classloader=true` in [Middle Manager configuration](../configuration/index.md#middlemanager-configuration). ### Overriding specific classes