Configuring the MapR Control System

The MCS properties can be configured in the /opt/mapr/apiserver/conf/properties.cfg file:

ojai.cache.size=64
mapr.webui.https.port=8443
doc.url=https://docs.datafabric.hpe.com/60
proxy.zkservices=elasticsearch,opentsdb

You can modify the value for the mapr.webui.https.port to specify the port to use to connect to MCS. The default value for this property is 8443.

NOTE: You must restart the apiserver for the changes to take effect. For example, run the following command to restart apiserver:
maprcli node services -action restart -name apiserver -nodes `hostname`