目 錄
前言[第1章 分布式單詞計數
1.1 storm topology的組成部分——stream、spout和bolt ](
1.2 單詞計數topology的資料流
1.3 實現單詞計數topology
1.4 storm的併發機制
1.5 理解資料流分組
1.6 有保障機制的資料處理
總結 [第2章 配置storm集群
2.1 storm集群的框架 ](
2.2 storm技術棧簡介
2.3 在linux上安裝storm
2.4 把toplogy提交到集群中
2.5 自動化集群配置
2.6 puppet的快速入門
總結 [第3章 trident和感測器資料
3.1 使用場景 ](
3.2 trident topology
3.3 trident spout
3.4 trident運算
3.5 trident聚合器
3.6 trident狀態
3.7 執行topology
總結
FW 分布式實時計算storm 原理
fw 分布式實時計算storm 原理簡介及單機版安裝指南 3 下面是以本地模式執行exclamationtopology的 1config conf newconfig 2conf.setdebug true 3conf.setnumworkers 2 4 5localcluster cluster...
分布式實時計算系統
reference 1 批處理在大資料世界有著悠久的歷史。批處理主要操作大容量靜態資料集,並在計算過程完成後返回結果。批處理模式中使用的資料集通常符合下列特徵 批處理非常適合需要訪問全套記錄才能完成的計算工作。例如在計算總數和平均數時,必須將資料集作為乙個整體加以處理,而不能將其視作多條記錄的集合。...
學習Storm實時計算框架
storm是乙個分布式是實時計算系統,它設計了一種對流和計算的抽象,概念比較簡單,實際程式設計開發起來相對容易。storm中最核心的計算元件的抽象就是spout bolt,以及stream grouping。名詞 含義拓展 topology 拓撲圖類似於hadoop中的mapreduce job,是...