Configuring the Control System
Describes the configuration of Control System properties.
The Control System properties can be configured in the
/opt/mapr/apiserver/conf/properties.cfg
file. For example:
ojai.cache.size=64
mapr.webui.https.port=8443
doc.url=https://docs.datafabric.hpe.com/
proxy.zkservices=elasticsearch,opentsdb
activity.metrics.thread.pool.size=10
The properties are as follows:
- activity.metrics.thread.pool.size
- Default Value: 10
- authentication.pam.service
- Default Value:
mapr-admin
- doc.url
- Default Value: https://docs.datafabric.hpe.com/
- log.sensitive.keys
- Default Value: Not Applicable
- mapr.rest.auth.methods
- Default Value:
basic
- mapr.webui.http.port
- Default Value: 8081
- mapr.webui.https.port
- Default Value: 8443
- ojai.cache.size
- Default Value: 64
- proxy.zkservices
- Default Value:
elasticsearch,opentsdb
- requestHeaderSize
- Default Value: 8KB
- ssl.exclude-ciphers
- Default Value:
TLS_DHE.,TLS_EDH
- ssl.exclude-protocols
- Default Value:
SSLv3,TLSv1,TLSv1.1
- ssl.keystore
- Default Value:
/opt/mapr/conf/ssl_keystore
- ssl.truststore
- Default Value:
/opt/mapr/conf/ssl_truststore
NOTE
You must restart the apiserver for the changes to take effect. For example, run the
following command to restart the apiserver:
maprcli node services -action restart -name apiserver -nodes `hostname`