Skip to content

Wrong configuration example on querying/lookups.html #1853

@jaebinyo

Description

@jaebinyo

I tried to use the namespaced lookup functionality with 0.8.1 by following the example configuration in the doc (http://druid.io/docs/latest/querying/lookups.html)
but it didn't work. I ended up reading the source code and found that the configuration for namespaces should be

druid.query.extraction.namespace.lookups=[]

And the druid extension name to include is "io.druid.extensions:druid-namespace-lookup" not "io.druid.extensions:namespace-lookup"

The other thing I had to do is to include mysql connector jar in the classpath (which is not documented) for the case of mysql example in the doc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions