大家知道$_SESSION[‘HTTP_REFERER‘]可以获取当前链接的上一个连接的来源地址,即链接到当前页面的前一页面的URL地址,可以做到防盗链作用,只有点击超链接(即<Ahref=...>)打开的页面才有HTTP_REFERER环境变量,其它如window.open()、window.location=...、window.showM..
分类:
Web程序 时间:
2014-12-03 19:31:50
阅读次数:
155
源地址:http://storm.apache.org/documentation/Setting-up-a-Storm-cluster.html
本文叙述了storm集群搭建和运行步骤。如果你打算在AWS上进行的话,可以使用storm-deploy项目。storm-deploy在EC2上完全自动进行下载、配置、以及storm集群的安装等步骤。它也为你配置了Ganglia,用以监控CPU、...
分类:
其他好文 时间:
2014-12-03 00:34:03
阅读次数:
190
打包安装版本更新源地址:http://www.insanelymac.com/forum/files/file/59-chameleon-22-svn/一、使用方法:1.安装Windows版变色龙RC5 Rev 875 for Windows2.自行决定是否替换C:\wowpc.iso为附件2.1s...
源地址:http://storm.apache.org/documentation/Fault-tolerance.html
本文主要介绍Storm作为容错系统的设计细节。
当worker死掉时会发生什么?
当worker死掉时, supervisor将重启它。 如果worker启动总是失败,则worker就不能发送心跳消息给Nimbus, 那Nimbus就会...
分类:
其他好文 时间:
2014-11-29 00:18:19
阅读次数:
175
转载请注明出处:
源地址:http://storm.apache.org/documentation/Guaranteeing-message-processing.html
Storm保证:每条离开spout的消息都可以得到"fullyprocessed"。本文描述了storm如何实现这种保证以及你如何能够从Storm这种可靠性能力中受益。
"fully proce...
分类:
其他好文 时间:
2014-11-28 16:20:03
阅读次数:
273
本文地址:http://www.cnblogs.com/archimedes/p/hadoop-problem1.html,转载请注明源地址。问题1:http://localhost:50030HTTPERROR:404/jobtracker.jspRequestURI=/jobtracker.js...
分类:
其他好文 时间:
2014-11-28 00:58:34
阅读次数:
185
转载请注明出处:
源地址:http://storm.apache.org/documentation/Concepts.html
本文介绍了storm的主要概念,并且给出相关链接供你查看更多信息。本文讨论的概念如下所示:
1、Topologies
2、Streams
3、Spouts
4、Bolts
5、Stream Grouping
6、Reliability
7、Tas...
分类:
其他好文 时间:
2014-11-27 16:27:12
阅读次数:
229
转载请注明出处:
源地址:http://storm.apache.org/documentation/Configuration.html
storm由丰富的configure选项, 用来调整nibus、supervisor、以及运行时topologies的行为。某些配置选项是系统配置,例如topology基础配置,修改某个topology的这些选项有可能影响到所有topologies,...
分类:
其他好文 时间:
2014-11-27 16:15:52
阅读次数:
454
源地址:http://storm.apache.org/documentation/Documentation.html
storm基础知识
l Javadoc
l
概念
l
配置
l
保证消息处理机制
l
容错性能
l
命令行客户端
l
理解storm topology并行机制
l FAQ
trident
对stor...
分类:
其他好文 时间:
2014-11-27 12:50:35
阅读次数:
154
源地址:http://storm.apache.org/documentation/Creating-a-new-Storm-project.html
本文主要介绍如何配置开发的storm项目。步骤如下:
1、将storm jar包加到classpath中
2、如果使用多语言特性,将多语言实现的目录加到classpath中
下面跟着一块看一下在Eclipse环境中如何配置sto...
分类:
其他好文 时间:
2014-11-27 10:45:35
阅读次数:
213