cloudera/cloudera-playbook

cdp 7.0.3 template deployed but services are stopped

mridul0709 opened this issue · 0 comments

Please note I am trying to install a single node cluster with all basic services.
I have deployed cdp 7.0.3 and cdh 7.0.3 with some tweaks in this code and the playbook but it failed at the last step on importing cluster template (error is "Could not find Oozie Server for service oozie") and my issues are:

  1. I can see that services are deployed but all services are stopped and in error state
    cdp_cluster_deployed

  2. 4 major services i.e. Hue, Impala, Oozie and Spark are not deployed with their server e.g. oozie server.
    oozie_server_error

I tried to manually install the services and put the oozie server but its not letting me do so.
error_add_oozie_server
However, I can see that the config is already present for oozie database.
oozie_server_database_config

  1. Moreover I see the datanode is not assigned in the cluster.

I am attaching the cluster template i.e. http://x.x.x.x:7180/api/v40/cm/deployment
cdp_cluster_template.txt

I added the hdfs role later (not included in the template). now it asking to deploy minimum 3 journal nodes, that I will figure out.

Please see if we need to modify the cluster and service templates in the cdh role to fix these.