搜索资源列表
DSMonitor
- 这是一个演示分布式系统并行计算的GUI程序,通过在log定制事件,即可查看-This is a demonstration of distributed parallel computing system GUI program, customized through the case log to see
DataGeneration
- hadoop下mapreduce程序,实现对搜索日志文件中关键词的统计,通过并行运算得到结果-Under hadoop mapreduce program to realize the log file keyword search statistics, the results obtained by means of parallel computing
KafkaDemo
- Kafka是一个高吞吐量分布式消息系统。linkedin开源的kafka。 Kafka就跟这个名字一样,设计非常独特。首先,kafka的开发者们认为不需要在内存里缓存什么数据,操作系统的文件缓存已经足够完善和强大,只要你不搞随机写,顺序读写的性能是非常高效的。kafka的数据只会顺序append,数据的删除策略是累积到一定程度或者超过一定时间再删除。Kafka另一个独特的地方是将消费者信息保存在客户端而不是MQ服务器,这样服务器就不用记录消息的投递过程,每个客户端都自己知道自己下一次应该从什么地