Hi, I am following https://cwiki.apache.org/confluence/display/AMBARI/Blueprints#Blueprints-ExampleBlueprint.1 to create a two nodes cluster using blueprint and a cluster template.
After submitting cluster creation request, the status stuck at: "href" : "http://localhost:8080/api/v1/clusters/mycluster/requests/1", "Requests" : { "aborted_task_count" : 0, "cluster_host_info" : "{}", "cluster_name" : "mycluster", "completed_task_count" : 0, "create_time" : 1517937973997, "end_time" : -1, "exclusive" : false, "failed_task_count" : 0, "id" : 1, "inputs" : null, "operation_level" : null, "pending_host_request_count" : 0, "progress_percent" : 0.0, "queued_task_count" : 0, "request_context" : "Logical Request: Provision Cluster 'mycluster'", "request_schedule" : null, "request_status" : "PENDING", "resource_filters" : null, "start_time" : -1, "task_count" : 20, "timed_out_task_count" : 0, "type" : null }, As you can see, the tasks are not scheduled. I am using horton ambari 2.6.1.0. Any idea how to debug this issue? Appreciate any help!
