jon-wei closed pull request #6309: Add missing metadata table information in 
docs
URL: https://github.com/apache/incubator-druid/pull/6309
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/content/configuration/index.md 
b/docs/content/configuration/index.md
index f60e60b28f3..60eb62e4758 100644
--- a/docs/content/configuration/index.md
+++ b/docs/content/configuration/index.md
@@ -454,6 +454,8 @@ These properties specify the jdbc connection and other 
configuration around the
 |`druid.metadata.storage.connector.password`|The [Password 
Provider](../operations/password-provider.html) or String password used to 
connect with.|none|
 |`druid.metadata.storage.connector.createTables`|If Druid requires a table and 
it doesn't exist, create it?|true|
 |`druid.metadata.storage.tables.base`|The base name for tables.|druid|
+|`druid.metadata.storage.tables.dataSource`|The table to use to look for 
dataSources which created by [Kafka Indexing 
Service](../development/extensions-core/kafka-ingestion.html).|druid_dataSource|
+|`druid.metadata.storage.tables.pendingSegments`|The table to use to look for 
pending segments.|druid_pendingSegments|
 |`druid.metadata.storage.tables.segments`|The table to use to look for 
segments.|druid_segments|
 |`druid.metadata.storage.tables.rules`|The table to use to look for segment 
load/drop rules.|druid_rules|
 |`druid.metadata.storage.tables.config`|The table to use to look for 
configs.|druid_config|


 

----------------------------------------------------------------
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]

Reply via email to