apiHostInstallArguments

Arguments to perform installation on one or more hosts

JSON

property type description
hostNames array of hostNames/hostNames (string) List of hosts to configure for use with Cloudera Manager. A host may be specified by a hostname (FQDN) or an IP address.
sshPort sshPort (int) SSH port. If unset, defaults to 22.
userName userName (string) The username used to authenticate with the hosts. Root access to your hosts is required to install Cloudera packages. The installer will connect to your hosts via SSH and log in either directly as root or as another user with password-less sudo privileges to become root.
password password (string) The password used to authenticate with the hosts. Specify either this or a private key. For password-less login, use an empty string as password.
privateKey privateKey (string) The private key to authenticate with the hosts. Specify either this or a password.
passphrase passphrase (string) The passphrase associated with the private key used to authenticate with the hosts (optional).
parallelInstallCount parallelInstallCount (int) Number of simultaneous installations. Defaults to 10. Running a large number of installations at once can consume large amounts of network bandwidth and other system resources.
cmRepoUrl cmRepoUrl (string) The Cloudera Manager repository URL to use (optional). Example for SLES, Redhat or other RPM based distributions: http://archive.cloudera.com/cdh4/redhat/5/x86_64/cdh/4/ Example for Ubuntu or other Debian based distributions: "deb http://archive.cloudera.com/cdh4/ubuntu/lucid/amd64/cdh/ lucid-cdh4 contrib"
gpgKeyCustomUrl gpgKeyCustomUrl (string) The Cloudera Manager public GPG key (optional). Example for SLES, Redhat or other RPM based distributions: http://archive.cloudera.com/redhat/cdh/RPM-GPG-KEY-cloudera Example for Ubuntu or other Debian based distributions: http://archive.cloudera.com/debian/archive.key