publish-config

The publish-config command publishes configuration changes to your BDD cluster.

To update the cluster configuration, run the following from the Admin Server:
./bdd-admin.sh publish-config <config type> [option <arg>]
Note: After publish-config runs, the cluster must be restarted for the changes to take effect.

publish-config requires one of the following configuration types.

Configuration type Description
bdd <path> Publishes an updated version of bdd.conf specified by <path> to all BDD nodes. See bdd for more information.
hadoop [option <arg>] Publishes Hadoop configuration changes to all BDD nodes and performs any other operations defined by the specified options. See hadoop for more information.
kerberos <option <arg>> Publishes the specified Kerberos principal, krb5.conf file, or keytab file to all BDD nodes. See kerberos for more information.
cert Refreshes the certificates on BDD clusters secured with TLS/SSL. See cert for more information.