Merge pull request #1591 from b-slim/patch-1

typo in the documentation after changing the code
This commit is contained in:
Fangjin Yang 2015-08-04 09:23:25 -07:00
commit ba76806f3a
1 changed files with 1 additions and 1 deletions

View File

@ -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"},\