blob: c9cf35bf2d8e8e7f7ccc3543eda23f41094c811c [file] [log] [blame]
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
ENV = {
hosts: {
/*
* Local URL. This is empty by default. In case when ResourceManager
* and Timeline Server (ATS) are running on same node, cross domain
* requests has to be supported. In such cases, proxy URL can be configured
* here to handle requests (CORS). For eg:"localhost:1337"
*/
//localBaseAddress: "localhost:1337",
/*
* Timeline web interface can be configured below.
* By default timeline server is set as localhost:8188, uncomment and change
* the following value for pointing to a different address.
*/
//timelineWebAddress: "localhost:8188",
/*
* RM web interface can be configured below.
* By default RM web address is set as localhost:8088, uncomment and change
* the following value for pointing to a different address.
*/
//rmWebAddress: "localhost:8088",
/*
* Protocol scheme. It can be "http:" or "https:". By default, http is used.
*/
//protocolScheme: "http:",
/*
* JHS web interface can be configured below.
*/
//jhsAddress: "localhost:19888"
},
};