阅读背景: ? ?1 : 您需要对滑动窗口要初步了解 ? ?2 ?: ? 您需要了解滑动窗口在滑动的过程之中,滑动chunk的计算过程,尤其是每发射一次,就需要清空一次。 package?com.cc.storm.bolt;
import?java....
分类:
其他好文 时间:
2014-09-03 19:58:17
阅读次数:
289
配置项 配置说明 storm.zookeeper.servers ZooKeeper服务器列表 storm.zookeeper.port ZooKeeper连接端口 storm.local.dir storm使用的本地文件系统目录(必须存在并且storm进程可读写) storm.cluster.mode Storm集...
分类:
其他好文 时间:
2014-09-03 17:00:37
阅读次数:
193
Description
Josephina is a clever girl and addicted to Machine Learning recently. She pays much attention to a method called Linear Discriminant Analysis, which has many interesting properties.
I...
分类:
其他好文 时间:
2014-09-02 17:52:25
阅读次数:
296
LMS学习管理系统,即英文Learning Management System的缩写。中文常用别名:在线学习系统。尝试安装一款LMS,并进行二次开发。Moodle 首先想到的是Moodle。Moodle在国内太有名了,而且也有朋友在用,从网上下了一个最新版,安装就不顺利,在笔记本上安装都没能安装起来...
分类:
其他好文 时间:
2014-09-02 17:12:04
阅读次数:
169
印象笔记同步分享:Machine Learning—Classification and logistic regression...
分类:
其他好文 时间:
2014-09-01 19:41:34
阅读次数:
144
印象笔记同步分享:Machine Learning—Linear Regression...
分类:
其他好文 时间:
2014-09-01 19:41:03
阅读次数:
176
印象笔记同步分享:Machine Learning—Generalized Linear Models广义线性模型...
分类:
其他好文 时间:
2014-09-01 19:40:43
阅读次数:
139
storm定时器与java.util.Timer定时器比较相似。java.util.Timer定时器实际上是个线程,定时调度所拥有的TimerTasks;storm定时器也有一个线程负责调度所拥有的"定时任务"。storm定时器的"定时任务"是一个vector类型的数据[time, callback...
分类:
其他好文 时间:
2014-09-01 09:18:12
阅读次数:
257
storm操作zookeeper的主要函数都定义在命名空间backtype.storm.cluster中(即cluster.clj文件中)。 backtype.storm.cluster定义了两个重要protocol:ClusterState和StormClusterState。clojure中的p...
分类:
其他好文 时间:
2014-09-01 09:12:42
阅读次数:
188
storm操作zookeeper的主要函数都定义在命名空间backtype.storm.cluster中(即cluster.clj文件中)。backtype.storm.cluster定义了两个重要protocol:ClusterState和StormClusterState。clojure中的pr...
分类:
其他好文 时间:
2014-08-31 22:51:12
阅读次数:
342