Skip to content

Commit

Permalink
Merge pull request #1854 from b-slim/patch-2
Browse files Browse the repository at this point in the history
Fix documentation about lookup
  • Loading branch information
gianm committed Oct 23, 2015
2 parents 2c3753c + 16f8416 commit f88d59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/querying/lookups.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Very small lookups (count of keys on the order of a few dozen to a few hundred)
Namespaced lookups are appropriate for lookups which are not possible to pass at query time due to their size, or are not desired to be passed at query time because the data is to reside in and be handled by the Druid servers. Namespaced lookups can be specified as part of the runtime properties file. The property is a list of the namespaces described as per the sections on this page.

```json
druid.query.extraction.namespaceList=\
druid.query.extraction.namespace.lookups=\
[{ "type":"uri", "namespace":"some_uri_lookup","uri": "file:/tmp/prefix/",\
"namespaceParseSpec":\
{"format":"csv","columns":["key","value"]},\
Expand All @@ -27,7 +27,7 @@ Namespaced lookups are appropriate for lookups which are not possible to pass at
```

Proper funcitonality of Namespaced lookups requires the following extension to be loaded on the broker, peon, and historical nodes:
`io.druid.extensions:namespace-lookup`
`io.druid.extensions:druid-namespace-lookup`

## Cache Settings
The following are settings used by the nodes which service queries when setting namespaces (broker, peon, historical)
Expand Down

0 comments on commit f88d59b

Please sign in to comment.