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 ?