码迷,mamicode.com
首页 >  
搜索关键字:topology    ( 328个结果
storm高级原语-Transactional topology
参考: http://xumingming.sinaapp.com/736/twitter-storm-transactional-topolgoy/ http://xumingming.sinaapp.com/811/twitter-storm-code-analysis-coordinated-...
分类:其他好文   时间:2015-10-25 13:39:07    阅读次数:164
storm 事务和DRPC结合
示例代码: package com.lky.topology; import backtype.storm.Config; import backtype.storm.LocalCluster; import backtype.storm.LocalDRPC; import backtype.sto...
分类:其他好文   时间:2015-10-24 10:05:07    阅读次数:253
jstorm开发指南-写个简单的jstorm应用
jstorm开发指南-写个简单的jstorm应用发表于 2015-07-18 | 分类于大数据 | 暂无评论jstorm 是阿里巴巴开源的基于storm采用Java重写的一套分布式实时流计算框架,使用简单,特点如下:开发非常迅速: 接口简单,容易上手,只要遵守Topology,Spout, Bol....
分类:Web程序   时间:2015-10-15 20:28:13    阅读次数:369
Lab - IPv6 Challenge Lab
TopologyObjectivesImplement the topology diagram using the instructions in the Requirements section.Change the IPv6 IGP from OSPFv3 to RIPng.Backgroun...
分类:其他好文   时间:2015-09-27 12:35:56    阅读次数:249
Storm-WordCount示例
1、定义topology:public class TopologyMain { public static void main(String[] args) throws AlreadyAliveException, InvalidTopologyException, InterruptedExc...
分类:其他好文   时间:2015-09-18 20:35:16    阅读次数:322
Storm实践
1.Storm命令 在Linux中观直接输入Storm,不带任何参数信息,可以查看Storm命令。 参考这里 1.activate 激活指定的拓扑Spout。语法:storm activate topology-name 2.classpath 打印出Storm客户端运行命令时使用的...
分类:其他好文   时间:2015-09-15 16:28:46    阅读次数:174
storm metrics
判断storm的一个topology性能如何,主要关注capacity指标。官方对此有一段描述:The "capacity" metric is very useful and tells you what % of the time in the last 10 minutes the bolt ...
分类:其他好文   时间:2015-09-15 16:28:36    阅读次数:164
Storm系列(五)Nimbus启动过程
Nimbus启动过程 (mk-assignments 、compute-new-topology->executor->node+port、compute-executor)
分类:其他好文   时间:2015-09-09 16:37:49    阅读次数:208
Storm系列(四)Topology校验过程
Topology校验过程[submitTopology、normalize-topology、system-topology]
分类:其他好文   时间:2015-09-08 18:28:47    阅读次数:332
storm小总结(持续更新)
worker:topology的进程。 executor:线程,由worker产生。 task:具体一个?spout/bolt的实例。 thread和task关系:一个thread可以运行多个实例,但是如果不显示设定task数量:setNumTasks(n),一个thread默认执...
分类:其他好文   时间:2015-09-04 12:57:45    阅读次数:190
328条   上一页 1 ... 17 18 19 20 21 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!