`
roadrunners
  • 浏览: 77027 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Storm0.9.5的集群部署配置优化

阅读更多

nimbus结点配置(storm.yaml)信息:

# 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:
     - "10.100.15.1"
#     - "server2"
 storm.zookeeper.port: 8900
# 
 nimbus.host: "storm1.com"
# 
 storm.local.dir: /opt/data/storm
 storm.log.dir: /opt/logs/storm
#
 ui.port: 8181

 nimbus.monitor.freq.secs: 1000
# nimbus.childopts: "-Xmx2048m"
 supervisor.childopts: "-Xmx1024m"
# ##### 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:
#     - "server1"
#     - "server2"

## Metrics Consumers
# topology.metrics.consumer.register:
#   - class: "backtype.storm.metric.LoggingMetricsConsumer"
#     parallelism.hint: 1
#   - class: "org.mycompany.MyMetricsConsumer"
#     parallelism.hint: 1
#     argument:
#       - endpoint: "metrics-collector.mycompany.org"
 

supervisor结点配置(storm.yaml)信息:

# 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:
     - "10.100.15.1"
#     - "server2"
 storm.zookeeper.port: 8900
# 
 nimbus.host: "storm1.com"
# 
 storm.local.dir: /opt/data/storm
 storm.log.dir: /opt/logs/storm
 nimbus.monitor.freq.secs: 1000
 supervisor.childopts: "-Xmx1024m"
# 
# ##### 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:
#     - "server1"
#     - "server2"

## Metrics Consumers
# topology.metrics.consumer.register:
#   - class: "backtype.storm.metric.LoggingMetricsConsumer"
#     parallelism.hint: 1
#   - class: "org.mycompany.MyMetricsConsumer"
#     parallelism.hint: 1
#     argument:
#       - endpoint: "metrics-collector.mycompany.org"
 
4
1
分享到:
评论

相关推荐

    apache-storm-0.9.5.tar

    apache-storm-0.9.5.tar

    apache-storm-0.9.5源码

    总的来说,分析Apache Storm 0.9.5的源码,我们可以深入了解其设计思想、内部机制和实现细节,这对于开发者在实际项目中优化性能、解决故障、定制功能都有极大的帮助。同时,这也为理解后续版本的改进和发展提供了...

    RedisDesktopManager-0.9.5,优化搜索速度,修复崩溃

    在此次发布的 0.9.5 版本中,主要针对两个关键方面进行了优化:搜索速度和程序稳定性。 **搜索速度的优化** RedisDesktopManager 的搜索功能是用户在大量键值对中查找特定数据时的重要工具。在 0.9.5 版本中,开发...

    storm-kafka-0.9.5.jar

    Apache Kafka 的 Storm Spouts org.apache.storm/storm-kafka/0.9.5/storm-kafka-0.9.5.jar

    RedisDesktopManager0.9.5-windows-X64,支持集群

    直接解压即可使用,亲测可用! 对比0.8.8等老版本,本版本支持redis集群!! 0.9.4版本开始官方不再提供Windows安装文件的免费下载。 官方更新0.9.5版本,, Windows10亲测可用。

    storm-core-0.9.5.jar

    Storm Core Java API 和 Clojure 实现。 org.apache.storm/storm-core/0.9.5/storm-core-0.9.5.jar

    c3p0-0.9.5

    c3p0-0.9.5版本作为较早的稳定版,可能没有包含后来版本的一些新特性和优化。但即便如此,它仍然能够满足许多项目的需求,尤其是在对性能和稳定性有较高要求的环境中。不过,随着技术的发展,现在更多开发者可能会...

    OpenCV 0.9.5

    虽然现代的OpenCV项目通常使用更新的IDE如Visual Studio,但理解如何在VC6.0这样的旧环境下配置和构建项目也是宝贵的技能。 通过研究和实践OpenCV 0.9.5,开发者不仅可以掌握计算机视觉的基本概念和技术,还能了解...

    JSqlParser-jsqlparser-0.9.5.zip

    0.9.5是这个项目的某个稳定版本,可能包含了对SQL标准更全面的支持和一些性能优化。 在PageHelper这样的分页插件中,JSqlParser的作用尤为关键。PageHelper是MyBatis的一个增强工具,它可以在不修改任何原有代码的...

    nginx原码版本0.9.5

    在 Nginx 0.9.5 中,可以通过调整配置参数来优化性能,如设置最大并发连接数、调整缓冲区大小、启用或禁用多线程等。同时,Nginx 提供了丰富的日志功能,以及错误日志,帮助开发者诊断和解决问题。 ### 6. 源码分析...

    check-0.9.5.tar.gz

    在部署和配置"check"框架时,你需要了解如何定义检查项、设置报警规则、配置日志记录以及如何集成到现有的监控系统中,如Nagios、Zabbix或Icinga等。此外,你还需要熟悉基本的系统管理知识,以便正确理解和分析监控...

    unidbg0.9.5 Jar包

    本文将深入探讨unidbg的0.9.5版本,包括其核心组件`unidbg-android-0.9.5.jar`和`unidbg-api-0.9.5.jar`。 一、unidbg概述 unidbg是由知名安全研究团队Deeplab开发的一个跨平台的动态二进制分析框架。它提供了对...

    RedisDesktopManager-0.9.5

    3. **连接管理**:可以保存多个Redis服务器的配置,方便快速切换,同时支持SSL加密连接,确保数据传输的安全性。 4. **数据导入导出**:用户可以将Redis中的数据导出为JSON或RDB格式,也可以导入这些文件恢复数据。...

    nusoap-0.9.5.zip

    标题中的"nusoap-0.9.5.zip"指的是这个库的特定版本,即0.9.5版的压缩包。描述中的“修改了部分bug”提示我们,这个版本可能是在前一版本基础上进行了错误修复,以提高稳定性和性能。 nusoap库的出现,极大地简化了...

    ImpactInstaller-0.9.5.exe

    ImpactInstaller-0.9.5.exe

    ANDROID ADT0.9.5

    ADT 0.9.5是这个系列的一个特定版本,它在发布时被认为是最新版本,为开发者带来了许多更新和改进,旨在提高开发效率和优化用户体验。 **1. ADT 插件的核心功能** - **项目创建与管理**:ADT提供了直观的向导,...

    RedisDesktopManager0.9.5

    RedisDesktopManager最新的0.9.5版本,文件为 exe 文件,下载后直接点击安装即可。

    RedisDesktopManager0.9.5 Windows安装包

    官方更新0.9.5版本,本安装包编译日期2018年8月25日,版本定义为0.9.5.180825 Windows10的32位、64位系统验证可用。 程序运行依赖visual studio 2015 redistributable文件vc_redist.x86.exe已经打包在安装包中,...

    jsqlparser-0.9.5 最新的JSqlParser的jar包 文档和源码

    3. **SQL查询优化**:通过对SQL的解析,可以在运行时动态调整查询策略,例如添加索引、优化JOIN条件等。 4. **SQL解释器**:结合AST,可以开发简单的SQL解释器或IDE插件,提供代码提示和错误检查功能。 **总结** ...

Global site tag (gtag.js) - Google Analytics