typo in the documentation after changing the code

This commit is contained in:
Slim 2015-08-03 10:45:03 -05:00
parent 5478b5bef8
commit 1fdfc67ffa
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=\ druid.query.extraction.namespaceList=\
[{ "type":"uri", "namespace":"some_uri_lookup","uri": "file:/tmp/prefix/",\ [{ "type":"uri", "namespace":"some_uri_lookup","uri": "file:/tmp/prefix/",\
"namespaceParseSpec":\ "namespaceParseSpec":\
{"type":"csv","columns":["key","value"]},\ {"format":"csv","columns":["key","value"]},\
"pollPeriod":"PT5M"},\ "pollPeriod":"PT5M"},\
{ "type":"jdbc", "namespace":"some_jdbc_lookup",\ { "type":"jdbc", "namespace":"some_jdbc_lookup",\
"connectorConfig":{"createTables":true,"connectURI":"jdbc:mysql://localhost:3306/druid","user":"druid","password":"diurd"},\ "connectorConfig":{"createTables":true,"connectURI":"jdbc:mysql://localhost:3306/druid","user":"druid","password":"diurd"},\