blob: 6d1be0666743d158bf6f0ab527570e0cc2778caf [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.
{
"appId":"mrRunningJob",
"mode":"LOCAL",
application.storm.nimbusHost=localhost,
"workers" : 8,
"siteId" : "sandbox",
"stormConfig" : {
"mrRunningJobFetchSpoutTasks" : 1,
"mrRunningJobParseBoltTasks" : 8
},
"zookeeper" : {
"zkQuorum" : "sandbox.hortonworks.com:2181",
"zkPort" : "2181",
"zkRoot" : "/apps/mr/runningSandbox",
"zkSessionTimeoutMs" : 15000,
"zkRetryTimes" : 3,
"zkRetryInterval" : 20000
},
"endpointConfig" : {
"rmUrls": "http://sandbox.hortonworks.com:50030",
"fetchRunningJobInterval" : 60,
"parseJobThreadPoolSize" : 6,
},
"service": {
"host": "sandbox.hortonworks.com",
"port": 9099,
"readTimeOutSeconds" : 20,
"username": "admin",
"password": "secret"
},
"MRConfigureKeys" : {
"jobNameKey" : "eagle.job.name",
"jobConfigKey" : "mapreduce.map.output.compress, mapreduce.map.output.compress.codec, mapreduce.output.fileoutputformat.compress, mapreduce.output.fileoutputformat.compress.type, mapreduce.output.fileoutputformat.compress.codec, mapred.output.format.class, eagle.job.runid, eagle.job.runidfieldname, eagle.job.name, eagle.job.normalizedfieldname, eagle.alert.email, eagle.job.alertemailaddress, dataplatform.etl.info, mapreduce.map.memory.mb, mapreduce.reduce.memory.mb, mapreduce.map.java.opts, mapreduce.reduce.java.opts"
}
}