Big Data Management Administrator Guide > Cluster Configuration > Refresh the Cluster Configuration
  

Refresh the Cluster Configuration

When property values change on the cluster, refresh the cluster configuration to import the changes. Similar to when you import the cluster configuration, you can refresh it either directly or from a .zip or .tar archive file.
You can refresh the cluster configuration from the Actions menu.
The refresh operation updates the cluster configuration in the following ways:

Example - Cluster Configuration Refresh

The following example shows the process for importing a property added during a refresh operation after you create it as a user-defined property.
  1. 1. You add the following user-defined property to the cluster configuration:
  2. <property>
    <name>hive.runtime.mode.prefix</name>
    <value>rt_</value>
    <description>prefixes the runtime output table by this string</description>
    </property>
  3. 2. The Hadoop administrator adds the property to the cluster, but with a different value, as follows:
  4. <property>
    <name>hive.runtime.mode.prefix</name>
    <value>runtime_</value>
    <description>prefixes the runtime output table by this string</description>
    </property>
  5. 3. You refresh the cluster configuration, and the refresh operation performs the following tasks.
    1. a. Converts the user-defined property to an imported property.
    2. b. Maintains the user-defined "rt_" value as an overridden value.
    3. c. Imports the cluster value "runtime_" as the imported value.