Created 08-08-2017 08:24 AM
There is any way to specify or skip the services dependencies?
When I am starting a cluster JUST using API, this is one error that I've found on YARN Service, and I can't format the NameNode just because of this.
Any ideas?
Thanks
Created 08-11-2017 12:36 AM
Hi awsbiddata,
There are some examples that you might find interesting, they show you how to use the CM API here;
a. to auto configure [0] OR
b. manually assign [1a,b]
Regards,
Michalis
[0]
# we will auto-assign roles; you can manually assign roles using the
# /clusters/{clusterName}/services/{serviceName}/role endpoint or by using
# ApiService.createRole()
cluster.auto_assign_roles()
cluster.auto_configure()
Created 08-11-2017 12:36 AM
Hi awsbiddata,
There are some examples that you might find interesting, they show you how to use the CM API here;
a. to auto configure [0] OR
b. manually assign [1a,b]
Regards,
Michalis
[0]
# we will auto-assign roles; you can manually assign roles using the
# /clusters/{clusterName}/services/{serviceName}/role endpoint or by using
# ApiService.createRole()
cluster.auto_assign_roles()
cluster.auto_configure()
Created 08-14-2017 07:00 AM
that worked!
thanks!