Open djones opened 8 years ago
Here's a related issue https://github.com/mingfang/docker-predictionio/issues/10
I notice the mingfang version of hbase-site.xml has some extra DNS interface configuration set. https://github.com/mingfang/docker-predictionio/blob/master/hbase-site.xml#L10-L17
Hi @djones, I also encountered this issue. Have you found the solution for it?
I have also done "docker run -it --dns=8.8.8.8" as suggested in the link you've given above, but the issue is still existing.
@otidh running docker run -it --dns=8.8.8.8
fixed it for me in the end.
@djones I still don't know why it's still not working even though I have used that command when running the container. But in the end the issue was fixed after I manually edited /etc/dhcp/dhclient.conf
and put 8.8.8.8
as value for domain-name-servers
Starting and stopping the PIO services, creating a new PIO app, and building an engine works.
But when I try to train an engine before deploying it, I get this error:
This issue is documented here http://docs.prediction.io/resources/faq/#running-hbase
Setting the DNS to use Google's doesn't fix the issue for me in the context of Docker at least. Any idea how to fix this?
Full error here: