Submitting a Cluster Configuration File

In Cloudera Director, you can deploy clusters in two ways:
  • Through the Cloudera Director server UI.
  • Through the Cloudera Director client, which you can use to send configuration files that the server uses for cluster deployment. These configuration files provide advanced options not currently available in the server UI.

When you submit a cluster configuration from a Cloudera Director client to the Cloudera Director server, all communications are transmitted in the clear (including the AWS credentials). If the client and server communicate over the Internet, use a VPN for security.

To submit a cluster configuration file to the Cloudera Director server, follow these steps:

  1. Create a configuration file. See Provisioning a Cluster.
  2. Install the latest version of the Cloudera Director client from the Cloudera Director Download Page.
  3. Unzip the Cloudera Director client.
  4. Change to the client directory and enter the following:
    cloudera-director bootstrap-remote myconfig.conf --lp.remote.username=admin --lp.remote.password=admin --lp.remote.hostAndPort=host:port
    myconfig.conf is the name of your configuration file, admin is the default value for both the username and password for the Admin account (enter your actual values), host is the name or IP address of the host on which Cloudera Director server is running, and port is the port on which it is listening.

    The Cloudera Director client provides deployment status.