storm-0.9.3配置信息

# 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.

########### These MUST be filled in for a storm configuration
 storm.zookeeper.servers:
     - "h1"
     - "h2"
     - "h3"

 nimbus.host: "h1"
# 
#temporary change to 8081
 ui.port: 8080
# 
# 
# ##### These may optionally be filled in:
#    
## List of custom serializations
# topology.kryo.register:
#     - org.mycompany.MyType
#     - org.mycompany.MyType2: org.mycompany.MyType2Serializer
#
## List of custom kryo decorators
# topology.kryo.decorators:
#     - org.mycompany.MyDecorator
#
## Locations of the drpc servers
#drpc.servers:
#  - "drpc-server"
#supervisor.slots.ports:
#  - 6700
#  - 6701
#  - 6702
#  - 6703

## Metrics Consumers
# topology.metrics.consumer.register:
#   - class: "backtype.storm.metrics.LoggingMetricsConsumer"
#     parallelism.hint: 1
#   - class: "org.mycompany.MyMetricsConsumer"
#     parallelism.hint: 1
#     argument:
#       - endpoint: "metrics-collector.mycompany.org"
#storm.local.dir: "/home/storm/storm-0.9.1"
 storm.scheduler: "backtype.storm.scheduler.ResaScheduler"
 worker.childopts: "-Xmx4096m"
 supervisor.heartbeat.frequency.secs: 10
 worker.heartbeat.frequency.secs: 5
 task.heartbeat.frequency.secs: 5
 task.refresh.poll.secs: 3

 topology.receiver.buffer.size: 1
 topology.max.spout.pending: 200
 topology.executor.send.buffer.size: 65536
 topology.executor.receive.buffer.size: 65536

 worker.cpu.limit: 200
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章