cloudera / cm_api

Cloudera Manager API Client
Apache License 2.0
305 stars 284 forks source link

ApiService from python binding is missing first_run function. #57

Open jackson-chris opened 7 years ago

jackson-chris commented 7 years ago

When installing a new service to an existing cluster using the CM API python binding there should be a way to execute all commands listed in the services SDL under serviceInit. Having a first_run function seems like the logical place to handle this.