Member since
06-25-2015
8
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2939 | 07-09-2015 05:30 AM |
09-16-2015
02:04 PM
When does Cloudera Director's script read the /etc/issue file? Cloudera Director reads the /etc/issue prior to bootstrap script execution and as soon as SSH access to the instance is available. Does it read the result of that file as it is displayed when connecting with SSH? No Or does it read the /etc/issue file after it connects? Yes Is there another option to skip the OS check or set something in our bootstrap script (that depends on when the file is read)? We are considering smarter OS detection capabilities for future Cloudera Director releases. Unfortunately at the moment Cloudera Director relies on the /etc/issue file. Here is a proposal for example Red Hat 6: Cloudera Director needs at a bare minimum /etc/issue file contain “Red Hat release 6.”. Although this isn’t ideal, it does provide some obfuscation of the exact detailed OS type. Thanks, Cagdas
... View more
08-07-2015
03:27 AM
Changing the disk type to gp2 looks to have solved the issue. I have recreated the cluster 2 times and it has not failed. Thanks!
... View more
07-16-2015
04:55 PM
1 Kudo
If you're running on EC2, Cloudera Director makes all this very easy for you. The CM API client bindings has some examples here: https://github.com/cloudera/cm_api/tree/master/python/examples
... View more