You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: