Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong configuration example on querying/lookups.html #1853

Closed
jaebinyo opened this issue Oct 23, 2015 · 2 comments
Closed

Wrong configuration example on querying/lookups.html #1853

jaebinyo opened this issue Oct 23, 2015 · 2 comments

Comments

@jaebinyo
Copy link

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.

@b-slim
Copy link
Contributor

b-slim commented Oct 23, 2015

@jaebinyo thanks, i have sent a PR #1854

@drcrallen
Copy link
Contributor

Should be fixed as per @b-slim 's comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants