webportal default configuration
All configurations in this section is optional. If you want to customized these value, you can configure it in service-configuration.yaml.
For example, if you want to use different port than the default 9286, add following to your service-configuration.yaml as following:
webportal:
server-port: new-value
log-type: yarnAbout config the web portal plugin, see PLUGINS.md
After parsing, object model looks like:
webportal:
server-port: 9286
log-type: yarn
uri: "http://master_ip:9286"| Data in Configuration File | Data in Cluster Object Model | Data in Jinja2 Template | Data type |
| webportal.server-port | com["webportal"]["server-port"] | cluster_cfg["webportal"]["server-port"] | Int |
| webportal.log-type | com["webportal"]["log-type"] | cluster_cfg["webportal"]["log-type"] | String |
| webportal.uri | com["webportal"]["uri"] | cluster_cfg["webportal"]["uri"] | URL |