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.
The private key, if specified, needs to be a standard PEM-encoded key as a single string, with all line breaks replaced with the line-feed control character '\n'.
A value will typically look like the following string:
-----BEGIN RSA PRIVATE KEY-----\n[base-64 encoded key]\n-----END RSA PRIVATE KEY-----
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: https://archive.cloudera.com/cm5/redhat/5/x86_64/cm/5/ Example for Ubuntu or other Debian based distributions: "deb https://archive.cloudera.com/cm5/ubuntu/lucid/amd64/cm lucid-cm5 contrib"
gpgKeyCustomUrl gpgKeyCustomUrl (string) The Cloudera Manager public GPG key (optional). Example for SLES, Redhat or other RPM based distributions: https://archive.cloudera.com/cm5/redhat/5/x86_64/cm/RPM-GPG-KEY-cloudera Example for Ubuntu or other Debian based distributions: https://archive.cloudera.com/cm5/ubuntu/lucid/amd64/cm/archive.key
javaInstallStrategy javaInstallStrategy (string) Added in v8: Strategy to use for JDK installation. Valid values are 1. AUTO (default): Cloudera Manager will install the JDK versions that are required when the "AUTO" option is selected. Cloudera Manager may overwrite any of the existing JDK installations. 2. NONE: Cloudera Manager will not install any JDK when "NONE" option is selected. It should be used if an existing JDK installation has to be used.
unlimitedJCE unlimitedJCE (boolean) Added in v8: Flag for unlimited strength JCE policy files installation If unset, defaults to false