Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

cloudera-scm-server dead but pid file exists

avatar
New Contributor

Hi, Can you help me please. I can't configure my Cloudera QuickStart. I pull image into my Docker on my Mac
And I have a problem 

 

[root@quickstart /]# service cloudera-scm-server start

Starting cloudera-scm-server:                              [  OK  ]

[root@quickstart /]# service cloudera-scm-server status

cloudera-scm-server (pid  16981) is running...

[root@quickstart /]# service cloudera-scm-server status

cloudera-scm-server (pid  16981) is running...

[root@quickstart /]# service cloudera-scm-server status

cloudera-scm-server dead but pid file exists

 

 

Every time cloudera-scm-server getting dead
So after carefully reading solutions I can't fix it. Becouse 
1) rm pid and restart it's not working 
2) my db is mysql. 

[root@quickstart /]# cat /etc/cloudera-scm-server/db.properties

# Auto-generated by scm_prepare_database.sh on Wed Apr  6 02:29:27 UTC 2016

#

# For information describing how to configure the Cloudera Manager Server

# to connect to databases, see the "Cloudera Manager Installation Guide."

#

com.cloudera.cmf.db.type=mysql

com.cloudera.cmf.db.host=localhost

com.cloudera.cmf.db.name=cm

com.cloudera.cmf.db.user=cm

com.cloudera.cmf.db.password=cloudera

 

And when I run 

service muysql  restart

I have error 

muysql: unrecognized service

 

3) when I start to check etc/hosts

I have localhost and  quickstart.cloudera quickstart

127.0.0.1 localhost

::1 localhost ip6-localhost ip6-loopback

fe00::0 ip6-localnet

ff00::0 ip6-mcastprefix

ff02::1 ip6-allnodes

ff02::2 ip6-allrouters

172.17.0.2 quickstart.cloudera quickstart

 

 

So what should I do with all of this ?

1 REPLY 1

avatar
Super Guru

@akylai ,

 

The Cloudera Quickstart docker image contains a very old version from CDH and is no longer supported.

If you want to try the Cloudera Data Platform (CDP), I'd recommend you use the Cloudera Private Cloud trial: https://www.cloudera.com/downloads/cdp-private-cloud-trial.html

 

Regards,

André

--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.