hosts. If the hosts already have the parcel and is activated it will not
distribute it to them, but only to the new hosts
parcel = cluster.get_parcel(product, version)
cmd = parcel.start_download()
parcel.start_distribution()
cmd = parcel.activate()
Regards,
Vikram
On Tue, Mar 4, 2014 at 12:47 PM, kulkarni.swarnim@gmail.com wrote:
Hello,
First of all thanks for the prompt response I have been getting from this
community. Really appreciate it.
I have a use case where I am trying to use the cloudera manager API to add
a new host to an existing cluster that already has bunch of parcels
deployed and activated. I am able to add the new host and assign roles to
it but not able to start them because it doesn't have those parcels
deployed. Is there anything in the API that will help to deploy parcels on
a specific host? I hunted for it in the API for quite a while but couldn't
find one. All I could find was using the ParcelsResource to deploy them on
the cluster itself.
Thanks,
--
Swarnim
To unsubscribe from this group and stop receiving emails from it, send an
email to scm-users+unsubscribe@cloudera.org.
To unsubscribe from this group and stop receiving emails from it, send an email to scm-users+unsubscribe@cloudera.org.Hello,
First of all thanks for the prompt response I have been getting from this
community. Really appreciate it.
I have a use case where I am trying to use the cloudera manager API to add
a new host to an existing cluster that already has bunch of parcels
deployed and activated. I am able to add the new host and assign roles to
it but not able to start them because it doesn't have those parcels
deployed. Is there anything in the API that will help to deploy parcels on
a specific host? I hunted for it in the API for quite a while but couldn't
find one. All I could find was using the ParcelsResource to deploy them on
the cluster itself.
Thanks,
--
Swarnim
To unsubscribe from this group and stop receiving emails from it, send an
email to scm-users+unsubscribe@cloudera.org.