Configuring the Team Studio Server

After you configure the Hadoop cluster, the next step is to configure the Team Studio server.

Procedure

  1. Find the following configuration files:
    • $CHORUS_HOME/shared/chorus.properties
    • $CHORUS_HOME/shared/ALPINE_DATA_REPOSITORY/configuration/deploy.properties
  2. Add the following Kerberos properties to the java_options variable:
    -Djava.security.krb5.realm=<kdc_realm> -Djava.security.krb5.kdc=<kdc_server>
  3. Replace <kdc_realm> and <kdc_server> with the name of the realm and the address for the Kerberos Key Distribution Center (KDC) host. You can find these values in your Kerberos configuration file (usually /etc/krb5.conf).
  4. Restart Team Studio.