From 1fdfc67ffa6f178aa4f118100bd0d2b977b2fd16 Mon Sep 17 00:00:00 2001 From: Slim Date: Mon, 3 Aug 2015 10:45:03 -0500 Subject: [PATCH] typo in the documentation after changing the code --- docs/content/querying/lookups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/querying/lookups.md b/docs/content/querying/lookups.md index 703d0c5e12a..821faf02e19 100644 --- a/docs/content/querying/lookups.md +++ b/docs/content/querying/lookups.md @@ -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"},\