blob: 9d690846b24c26cc3518e6c5fa1a2ae15ba2003a [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.
{
"topology" : {
"numSinkTasks" : 2,
"numPersistTasks" : 2
},
"dataSourceConfig": {
"rMEndPoints" : "http://sandbox.hortonworks.com:8088/",
"fetchIntervalSec": "10"
},
"siteId": "sandbox"
"service": {
"host": "localhost"
"port": "9099"
"username": "admin"
"password": "secret"
}
"appId":"hadoopQueueMonitorJob",
"mode":"LOCAL",
application.storm.nimbusHost=localhost,
"workers":1,
"dataSinkConfig": {
"topic" : "hadoop_leaf_queue",
"brokerList" : "sandbox.hortonworks.com:6667",
"serializerClass" : "kafka.serializer.StringEncoder",
"keySerializerClass" : "kafka.serializer.StringEncoder"
"producerType" : "async",
"numBatchMessages" : "4096",
"maxQueueBufferMs" : "5000",
"requestRequiredAcks" : "0"
}
}