Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 1.6 KB

File metadata and controls

64 lines (51 loc) · 1.6 KB

Webportal section parser

Default configuration

webportal default configuration

How to configure webportal section in service-configuraiton.yaml

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: yarn

About config the web portal plugin, see PLUGINS.md

Generated Configuration

After parsing, object model looks like:

webportal:
    server-port: 9286
    log-type: yarn
    uri: "http://master_ip:9286"

Table

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