Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How do I add a new host to the cluster through API

avatar
Rising Star

I tried to use

API.create_host(hadoop_roles.HOSTNAME, hadoop_roles.HOSTNAME, IP)

 But when I tried to apply host template after this, it compained the parcel is not installed. I then tried execute

parcel.start_distribution()
parcel.activate()

But the same problem remains.

 

So what is the API call to add a new host.

 

This problem is related to

https://community.cloudera.com/t5/Cloudera-Manager-Installation/How-to-use-CM-API-to-distribute-parc...

1 ACCEPTED SOLUTION

avatar
Rising Star

I found the answer, I should use

cluster.add_hosts(hostid[])

I hope cloudera can doument this funciton call here:

https://cloudera.github.io/cm_api/epydoc/5.8.0/cm_api-module.html

View solution in original post

1 REPLY 1

avatar
Rising Star

I found the answer, I should use

cluster.add_hosts(hostid[])

I hope cloudera can doument this funciton call here:

https://cloudera.github.io/cm_api/epydoc/5.8.0/cm_api-module.html