jihoonson commented on a change in pull request #6127: Unified configuration doc page URL: https://github.com/apache/incubator-druid/pull/6127#discussion_r209051029
########## File path: docs/content/configuration/index.md ########## @@ -343,55 +474,69 @@ This deep storage is used to interface with Cassandra. |`druid.storage.host`|Cassandra host.|none| |`druid.storage.keyspace`|Cassandra key space.|none| -### Caching -You can enable caching of results at the broker, historical, or realtime level using following configurations. +### Task Logging -|Property|Possible Values|Description|Default| -|--------|---------------|-----------|-------| -|`druid.cache.type`|`local`, `memcached`, `hybrid`, `caffeine`|The type of cache to use for queries.|`caffeine`| -|<code>druid.(broker|historical|realtime).cache.unCacheable</code>|All druid query types|All query types to not cache.|["groupBy", "select"]| -|<code>druid.(broker|historical|realtime).cache.useCache</code>|true, false|Whether to use cache for getting query results.|false| -|<code>druid.(broker|historical|realtime).cache.populateCache</code>|true, false|Whether to populate cache.|false| -|<code>druid.(broker|historical|realtime).cache.maxEntrySize</code>|positive integer or -1|Maximum size of an individual cache entry (processed results for one segment), in bytes, or -1 for unlimited.|`-1`| +If you are running the indexing service in remote mode, the task logs must be stored in S3, Azure Blob Store, Google Cloud Storage or HDFS. Review comment: Would you please add a link to what `remote` mode is? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
