Storm Nimbus 序列号是什么意思? [英] What do Storm Nimbus sequence numbers mean?

查看:43
本文介绍了Storm Nimbus 序列号是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经编译了一个拓扑.在 nimbus 状态下,我有一些这样的数字序列

I have compiled a topology. In nimbus status I have some sequence of numbers like this

executor->start-time-secs <[2 2]1389244616,[3 3]1389244616,[4 4]1389244616,[5 5]1389244616,

序列号是什么意思?

推荐答案

按顺序

:executor->start-time-secs <[2 2]1389244616,[3 3]1389244616,[4 4]1389244616,[5 5]1389244616,

[2 2],[3 3],[1 1] - 代表节点.这些节点在 :executor->node+port{} 中分配,如下所示,由拓扑进一步使用

[2 2],[3 3],[1 1] - represents the node. These node are assigned in :executor->node+port{} as given below which is further used by topology

:executor->node+port {[3 3] ["7693b2c4-478b-4412-a351-c558f855374a" 4], [2 2] ["7693b2c4-478b-4412-a351-c558f855374a" 4], [1 1] ["7693b2c4-478b-4412-a351-c558f855374a" 4]}

1389244616 - 表示运行拓扑时的当前时间戳.

1389244616 - represents the current timestamp when you are running the topology.

作为 1389244616 等于 9-Jan-2014 @ 5:16:56am UTC

更多关于storm nimbus的信息,可以参考以下链接:

For more detailed information on storm nimbus, you can refer following link :

http://www.cnblogs.com/fxjwind/p/3144246.html

这篇关于Storm Nimbus 序列号是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆