Table of Contents

Search

  1. Preface
  2. Introduction to Big Data Management Administration
  3. Authentication
  4. Running Mappings on a Cluster with Kerberos Authentication
  5. Authorization
  6. Cluster Configuration
  7. Cloud Provisioning Configuration
  8. Data Integration Service Processing
  9. Connections
  10. Multiple Blaze Instances on a Cluster
  11. Monitoring REST API

Big Data Management Administrator Guide

Big Data Management Administrator Guide

Example - Cluster Configuration Refresh

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. You add the following user-defined property to the cluster configuration:
    <property> <name>runtime.engine.prefix</name> <value>rt_</value> <description>prefixes the runtime output table by this string</description> </property>
  2. The Hadoop administrator adds the property to the cluster, but with a different value, as follows:
    <property> <name>runtime.engine.prefix</name> <value>runtime_</value> <description>prefixes the runtime output table by this string</description> </property>
  3. You refresh the cluster configuration, and the refresh operation performs the following tasks.
    1. Converts the user-defined property to an imported property.
    2. Maintains the user-defined "rt_" value as an overridden value.
    3. Imports the cluster value "runtime_" as the imported value.

0 COMMENTS

We’d like to hear from you!