Member since
08-24-2015
38
Posts
10
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2146 | 03-22-2018 04:39 PM | |
2850 | 03-22-2018 02:04 PM | |
2904 | 12-07-2017 11:55 AM | |
3955 | 11-24-2017 01:02 PM | |
2819 | 03-28-2017 01:22 PM |
07-01-2019
02:29 PM
1 Kudo
Hi GaryS, Thanks for following up that you were able to resolve your issue! For others, to clarify: If you change the username and password for Cloudera Manager (for example, from the default admin/admin), then you do need to update Altus Director with the new credentials. That way, Altus Director can continue to work with Cloudera Manager to do things like add new hosts to a cluster. There is an option in the dropdown for a deployment in Altus Director to update the credentials. In case there is still a problem in communications, a workaround is to set Cloudera Manager (and Altus Director) back to admin/admin, then do what you need to do, and then switch Cloudera Manager back. There is in fact one scenario in Altus Director where this is necessary, which we're working on fixing. To add to what Asif said about the ways to add a new cluster node through Director: Besides the UI, you can use the Altus Director server API as well. The UI is just a special client for the API, anyway. Visit http://yourdirectorhost.example:7189/api-console/ for an interactive (Swagger) console to experiment. You can also try using the Java or Python SDKs, available on GitHub. https://github.com/cloudera/director-sdk
... View more
05-14-2019
08:48 AM
Update: I rebuilt our image and no longer see this issue. I still don't know why we didn't see this issue with Altus 2.8 using the same image, but I'll mark as resolved since we no longer see it with the new image.
... View more
10-08-2018
03:50 PM
@Baris Glad you got it working. With Director version 2.4+ you actually don't need to use a bootstrap script as shown in my previous example. You can just specify the CSD URL on the conf file and Director will automatically download and place it in '/opt/cloudera/csd/'. See the documentation here: https://www.cloudera.com/documentation/director/latest/topics/director_non-cdh_products_custom_descriptors.html#concept_e2y_dpj_4z
... View more
08-05-2018
06:19 AM
1 Kudo
Please install java and then start the director server.
... View more
08-03-2018
12:29 AM
1 Kudo
Glad you got it working. Just to note something like this did work for me for hvm instance types: hvm=c5.large,\ c5.xlarge,\ c5.2xlarge,\ c5d.2xlarge There should be a ec2.virtualizationmappings.properties.example file you can look at, modify as an example.
... View more
07-05-2018
10:57 AM
You can find Cloudera Management Service properties here: https://www.cloudera.com/documentation/enterprise/properties/5-15-x/topics/cm_props_mgmtservice.html
... View more
03-23-2018
07:51 AM
Thanks! Yeah, our run with 5.13.2 went well. We appreciate the response 🙂
... View more
03-22-2018
04:39 PM
1 Kudo
Director doesn't have a built in way to specify hostnames like that. You may be able to achieve something like this through the use of bootstrapScripts which lets you run a script on the instance. Something to keep in mind, Director requires forward and reverse hostname resolutions in order to work correctly, so you will probably have to mess with DNS settings as well. This thread here may be of help.
... View more
12-20-2017
12:55 PM
Hi. Thank you for your response. This was reproducible, but a restart of Cloudera Director service resolved the issue.
... View more
11-28-2017
10:31 PM
Hi, As I am trying to install streamset beside via cloudera director, I am trying to have all my nodes on Centos 7.3. But I could not see a parcel for centos in streamst repository. So if I point my config file to the following adrees, do you think I will have a problem? "https://archives.streamsets.com/datacollector/latest/parcel/" What do you suggest? as I would like to have all my machines with the same image, should I go with other options like RHEL 7? I really appriciate your response. Regards Armen
... View more