Setting an Advanced Configuration Snippet for a Cluster

  1. To configure a specific cluster, select a cluster from the Home > Status page or Clusters > Cluster name in the left menu. To configure all clusters, start on the Cloudera Manager Home page.
  2. Select Configuration > Advanced Configuration Snippets.
  3. Specify the snippet properties. If the snippet is an XML file, you have the option to use a snippet editor (the default) or an XML text field:
    • Snippet editor

      Click to add a property. Enter the property name, value, and optional description. To indicate that the property value cannot be overridden by another , select the Final checkbox.

    • XML text field - Enter the property name, value, and optional description in as XML elements.
      <property>
        <name>name</name>
        <value>property_value</value>
        <final>final_value</final>
      </property>
      To indicate that the property value cannot be overridden, specify <final>true</final>.

    To switch between the editor and text field, click the View Editor and View XML links at the top right of the snippet row.

  4. Enter a Reason for change, and then click Save Changes to commit the changes.
  5. Restart the service or role or redeploy client configurations as indicated.