Skip to content

Bring back missing property in indexer documentation#16582

Merged
abhishekrb19 merged 6 commits intoapache:masterfrom
amaechler:fix-indexer-docs
Jun 10, 2024
Merged

Bring back missing property in indexer documentation#16582
abhishekrb19 merged 6 commits intoapache:masterfrom
amaechler:fix-indexer-docs

Conversation

@amaechler
Copy link
Contributor

Description

A missing newline in the docs for the indexer configuration was swallowing the druid.peon.taskActionClient.retry.minWait config in the docs. This PR brings that back.

In addition, I also added some more syntax to code blocks for properties and json code blocks and cleaned up some other MarkDown inconsistencies.


This PR has:

  • been self-reviewed.

|`druid.indexer.task.ignoreTimestampSpecForDruidInputSource`|If true, tasks using the [Druid input source](../ingestion/input-sources.md) will ignore the provided timestampSpec, and will use the `__time` column of the input datasource. This option is provided for compatibility with ingestion specs written before Druid 0.22.0.|false|
|`druid.indexer.task.storeEmptyColumns`|Boolean value for whether or not to store empty columns during ingestion. When set to true, Druid stores every column specified in the [`dimensionsSpec`](../ingestion/ingestion-spec.md#dimensionsspec). <br/><br/>If you set `storeEmptyColumns` to false, Druid SQL queries referencing empty columns will fail. If you intend to leave `storeEmptyColumns` disabled, you should either ingest placeholder data for empty columns or else not query on empty columns.<br/><br/>You can overwrite this configuration by setting `storeEmptyColumns` in the [task context](../ingestion/tasks.md#context-parameters).|true||`druid.peon.taskActionClient.retry.minWait`|The minimum retry time to communicate with Overlord.|`PT5S`|
|`druid.indexer.task.storeEmptyColumns`|Boolean value for whether or not to store empty columns during ingestion. When set to true, Druid stores every column specified in the [`dimensionsSpec`](../ingestion/ingestion-spec.md#dimensionsspec). <br/><br/>If you set `storeEmptyColumns` to false, Druid SQL queries referencing empty columns will fail. If you intend to leave `storeEmptyColumns` disabled, you should either ingest placeholder data for empty columns or else not query on empty columns.<br/><br/>You can overwrite this configuration by setting `storeEmptyColumns` in the [task context](../ingestion/tasks.md#context-parameters).|true|
|`druid.peon.taskActionClient.retry.minWait`|The minimum retry time to communicate with Overlord.|`PT5S`|
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the "important" new line :)

Copy link
Contributor

@abhishekrb19 abhishekrb19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

amaechler and others added 3 commits June 10, 2024 17:08
Co-authored-by: Abhishek Radhakrishnan <abhishek.rb19@gmail.com>
@amaechler
Copy link
Contributor Author

@abhishekrb19 Since you pointed me to the Google style guide (thanks 😆!) I also ensured the unordered list style was consistent throughout the document (*).

@abhishekrb19
Copy link
Contributor

Thanks for the housekeeping, @amaechler!

@abhishekrb19 abhishekrb19 merged commit 24056b9 into apache:master Jun 10, 2024
@amaechler amaechler deleted the fix-indexer-docs branch June 11, 2024 17:37
@kfaraz kfaraz added this to the 31.0.0 milestone Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants