Created 07-10-2015 10:31 AM
I'm trying to determine the difference between the instances I've stood up for and demo and the ones Cloudera Director created.
Is there any command history available from the Cloudera Director build?
If there is another way, perhaps querying and comparing the two environments using the aws cli, that would also work if
I have to try to reverse engineer things.
Thanks,
Kirk
Created 07-15-2015 07:18 PM
Hi Kirk -
> 1. The application log doesn't reveal the aws CLI commands that are run. Is there a way to
> see those commands? Either before (as a dry run feature) or after?
Cloudera Director integrates with the AWS API using the Java SDK. There is no straightforward way to translate those method calls as AWS CLI commands you can run standalone. In theory you should be able to figure out how to use the AWS CLI to start similar instances by inspecting the existing ones.
> 2. The nodes that get provisioned do not have anything in the /etc/hosts file. How are they resolving each other?
> Typically, the hosts file configuration is critical to getting Cloudera Manager to run successfully.
We expect DNS configuration to be handled outside of Cloudera Director using different mechanisms:
Cloudera Director doesn't attempt to perform any DNS configs.
Created 07-10-2015 11:30 AM
Created 07-13-2015 11:51 AM
Hi,
Two questions:
1. The application log doesn't reveal the aws CLI commands that are run. Is there a way to
see those commands? Either before (as a dry run feature) or after?
2. The nodes that get provisioned do not have anything in the /etc/hosts file. How are they resolving each other?
Typically, the hosts file configuration is critical to getting Cloudera Manager to run successfully.
Thanks - Kirk
Created 07-15-2015 07:18 PM
Hi Kirk -
> 1. The application log doesn't reveal the aws CLI commands that are run. Is there a way to
> see those commands? Either before (as a dry run feature) or after?
Cloudera Director integrates with the AWS API using the Java SDK. There is no straightforward way to translate those method calls as AWS CLI commands you can run standalone. In theory you should be able to figure out how to use the AWS CLI to start similar instances by inspecting the existing ones.
> 2. The nodes that get provisioned do not have anything in the /etc/hosts file. How are they resolving each other?
> Typically, the hosts file configuration is critical to getting Cloudera Manager to run successfully.
We expect DNS configuration to be handled outside of Cloudera Director using different mechanisms:
Cloudera Director doesn't attempt to perform any DNS configs.