mirror of https://github.com/apache/druid.git
Merge pull request #1591 from b-slim/patch-1
typo in the documentation after changing the code
This commit is contained in:
commit
ba76806f3a
|
@ -16,7 +16,7 @@ Namespaced lookups are appropriate for lookups which are not possible to pass at
|
|||
druid.query.extraction.namespaceList=\
|
||||
[{ "type":"uri", "namespace":"some_uri_lookup","uri": "file:/tmp/prefix/",\
|
||||
"namespaceParseSpec":\
|
||||
{"type":"csv","columns":["key","value"]},\
|
||||
{"format":"csv","columns":["key","value"]},\
|
||||
"pollPeriod":"PT5M"},\
|
||||
{ "type":"jdbc", "namespace":"some_jdbc_lookup",\
|
||||
"connectorConfig":{"createTables":true,"connectURI":"jdbc:mysql://localhost:3306/druid","user":"druid","password":"diurd"},\
|
||||
|
|
Loading…
Reference in New Issue