storm
文章平均质量分 80
fellowlei
这个作者很懒,什么都没留下…
展开
-
Storm Trident MapReduce
package com.mark.storm.mapreduce.v2; import org.apache.storm.Config; import org.apache.storm.LocalCluster; import org.apache.storm.trident.TridentState; import org.apache.storm.trident.TridentTopolog...原创 2018-03-04 13:48:24 · 134 阅读 · 0 评论 -
Storm Bolt MapReduce
package com.mark.storm.mapreduce; import com.mark.storm.mapreduce.service.IOService; import org.apache.storm.spout.SpoutOutputCollector; import org.apache.storm.task.TopologyContext; import org.apach...原创 2018-03-04 13:52:33 · 152 阅读 · 0 评论 -
storm to hbase demo
package com.mark.storm.project.hbasedemo; import org.apache.hadoop.hbase.client.Durability; import org.apache.storm.Config; import org.apache.storm.LocalCluster; import org.apache.storm.generated.Sto...原创 2018-03-06 11:49:29 · 290 阅读 · 0 评论