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

Pivot - Unable to find Data Sources #3

Open
skilledmonster opened this issue Apr 5, 2016 · 0 comments
Open

Pivot - Unable to find Data Sources #3

skilledmonster opened this issue Apr 5, 2016 · 0 comments

Comments

@skilledmonster
Copy link

I started running the docker distribution in my windows 7 machine and ended up with not much success with initial runs due to memory / swap space issues (I must say, my first usage of docker ever).

I eventually figured how to add more memory to the image and have docker use more swap space with the following command instead -
docker run -m 10240M --memory-swap -1 -p 8081-8110:8081-8110 -p 8200:8200 -p 9095:9095 -d --name imply imply/imply
[set my memory to 10GB and swap to unlimited]

At this time druid components were up and running and I was able to load the sample wiki data. Status # {"task":"index_hadoop_wikiticker_2016-04-05T11:45:53.629Z","status":{"id":"index_hadoop_wikiticker_2016-04-05T11:45:53.629Z","status":"SUCCESS","duration":0}}

However, when I access pivot, it says "There are no Data Sources Configured". What am I doing wrong ?

Update: It looks like after the data upload task is completed, druid ran into some exceptions as well. Not sure if it is the root cause!
log.txt

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

1 participant