摘要: 本机装了Yarn和Storm后,启动Storm后,发现NodeMange无法启动,找了下没找着在哪修改。只好修改Storm的配置,在配置上添加ui.port: "9999"再启动,问题解决. 阅读全文
posted @ 2014-09-29 21:23 谭志宇 阅读(1138) 评论(0) 推荐(0) 编辑
摘要: public class TridentState { TridentTopology _topology; Node _node; protected TridentState(TridentTopology topology, Node node) { _... 阅读全文
posted @ 2014-09-29 11:00 谭志宇 阅读(541) 评论(0) 推荐(0) 编辑
摘要: FixedBatchSpout 继承自 IBatchSpoutIBatchSpout 方法public interface IBatchSpout extends Serializable { void open(Map conf, TopologyContext context); v... 阅读全文
posted @ 2014-09-29 10:21 谭志宇 阅读(2226) 评论(0) 推荐(0) 编辑
摘要: package javatest;import java.io.*;public class SerializableTest implements Serializable { public static class Test implements Serializable { private ... 阅读全文
posted @ 2014-09-29 10:01 谭志宇 阅读(345) 评论(0) 推荐(0) 编辑