Closed cirpo closed 8 years ago
Hi cirpo,
What kind of machine are you trying to run this on (e.g. OS, CPUs, RAM)?
@dimaspivak Macbook Pro 2.7 GHz Intel Core i5 16GB of Ram. In the team we are interested on running the quickstart image, but with the 5.8 version, not the 5.7
@dimaspivak I understand I'm getting this error probably becuase I don't have enough resource, but my main goal is to have a single instance with CDM 5.8 and unfortunately the cloudera/quickstart image, which is running super fine on my machine, has the previous 5.7 version.
Yeah, the QuickStart Docker image disabled a lot of the things that used resources, which is likely why it ran for you before. Wanna try using clusterdock again, but this time, add --dont-start-cluster
to the end. Then you can log into CM and only start the services you need/that your machine can handle.
@dimaspivak thanks, I will try
Hi, I had the same problem some days ago, I searched across diferent same issues .... Finally I concluded it's due to ram resources error. I saw that after this error I was able to start cloudera manager through command line but after some seconds it crushed, I tried with at least 20 GB for the cluster, and it worked. To sum sup, the startup script wait to cloudera is up to continue but due to inssuficient resources, cloudera manager is not able to start, so it fails.
Hi Dima,
I have got everything set up in a server, and I am able to run clusterdock_run ./bin/start_cluster cdh and the containers are up and running. But when I try to perform clusterdock_ssh node-1.cluster-- it says sudo: clusterdock_ssh: command not found. I tried to delete the image completely and re-do all the process- still I am not able to get the terminal for any node. I can access the hue though. Can you please help?
Please open a new issue, @SuriMS.
I can't find a docker image with Cloudera quickstart 5.8 (was it removed?) so I tried to run the clusterdock but it fails:
My main goal is to run a single node with the 5.8 version, but if I try to pull and run:
I get:
how can I get a docker image for the 5.8 quickstart version?
thanks