Team Studio Deploy Properties
Many of the Team Studio workflow engine configurations are defined in the file deploy.properties.
The deploy.properties file is located in the directory <installation directory>/shared/ALPINE_DATA_REPOSITORY/configuration/. For example, /usr/local/chorus/shared/ALPINE_DATA_REPOSITORY/configuration/deploy.properties.
Tomcat settings
Use the key alpine.cataline.opts to set the JVM settings for the Team Studio services and other tomcat settings.
alpine.catalina.opts=-server -Xms4096M -Xmx8192M -XX:PermSize=1024M -XX:MaxPermSize=1024M -DREST_ENABLED=true -Djava.security.egd=file:/dev/./urandom
Kerberos settings
To use a Kerberos-enabled Hadoop data source within Team Studio third-party applications (such as the Team Studio workflows), include the following configurations in the file deploy.properties.
alpine.kerberos.enabled=true alpine.kerberos.kdc_server=<kdc_server> alpine.kerberos.kdc_realm=<kdc_realm> alpine.kerberos.keytab_filepath=<my_keytab_filepath> alpine.kerberos.principal=<MAPRED principal>
Copyright © Cloud Software Group, Inc. All rights reserved.